Command line parameter to suppress print dialog

Hi folks,

is it possible to run pdfcreator without displaying the printjobs dialog?
Is there any command line switch to supress it?

At the moment I try to automate the conversation of a doc into pdf within 2 steps:
1. print it to .ps
2. convert the ps to pdf using pdfcreator.exe /IF"inputfile" /OF"outputfile"

I already tried /silent

Thx,
Tom

Hi,


do you mean the PDF print monitor,
or the printer selection dialog, or the save dialog?
Sorry I am just not sure what you mean by printjobs dialog, please describe it a little or link a screenshot here. 

best regards,


Sorry you’re right I’ve been a little bit imprecisley.
It’s the PDF print monitor I’m talking about.

Hi,


I don’t think it is possible to completely suppress the PDF print monitor from getting displayed, but if you use the /NoStart parameter it will get closed after completing the job.

best regards,

Hi Robin,
thx for that hint. That was exactly what I needed.

best regards,

Tom