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?