I'm using PDF Creator on Windows 7 and am having problems generating some PDFs from the command line that I don't when using the GUI.
I am using the following command, and my purpose is to use the command line to generate output PDF directly without user interaction in GUI:
pdfcreator.exe /IF"C:\test.html" /OF"C:\test.pdf"
I find that the command ends immediately, without any output on the console.
Any ideas what is wrong?