/IF and /OF - has anyone made these work?
I'm trying to launch PDFCreator from the command line and having no luck. I have a simple PS file at C:\test.ps which I want to convert to a PDF file named C:\test.pdf.
If I start a command prompt and change my directory into C:\Program Files\PDFCreator and type the following:
pdfcreator /IF"C:\test.ps" /OF"C:\cone.pdf"
The PDFCreator window opens very briefly (just blinks) and then closes. The PDF file does not get created.
If I type the following:
pdfcreator /IF"C:\test.ps"
It does find the test.ps file and open the save dialog, so it appears to be something wrong with /OF.
I have the same problems with PDFCreator versions 0.9.0 and 0.9.5. Both do the exact same thing. The window opens up for a quick blink, then closes with no PDF file being made.
Any ideas how to make the /OF command line option work? Has anyone had any luck with this?