Batch conversion of several Postscript file into one PDF

Hi PDF experts,

I have a couple of postscript files which I want to combine into one single PDF without GUI interaction. Something like

pdfcreator  -IN  p1.ps p2.ps p3.ps ... -out  my.pdf

In the documentation I have found parameters /IF and /OF, but it looks like that /IF only accepts one argument that is one postscript file. This is not what want.

How can I combine mutliple postscript files into one PDF by command line?

Any ideas?

 

Hi,

 

you basicaly need your script to halt printing, then you can use /IF once for each .ps file and at the end combine all. There are some examples about scripts for PDFCreator in general in the COM folder in your PDFCreator path, maybe also look there for more details.

 

regards,

 

Robin