How to Hide the Printing Dialogs
You can hide the dialogs during printing by using the correct settings
in the configuration files.
Normally two dialogs are used during the printing operation.
One of these is the full settings dialog where you can specify all the parameters,
such as watermark, document properties, and security settings.
The other is a simple Save As dialog that only prompts for a file name.
ShowSettings=never will hide the full settings dialog.
ShowSaveAS=never hides the Save As dialog.
Settings such as ShowProgress and ShowProgressFinished
control the display of the system tray notifications.
All the settings mentioned above can be set in the normal, runonce, or global configuration files.
A sample of a runonce is shown below.
[PDF Printer]
Output=<desktop>\test.pdf
ShowSettings=never
ShowSaveAS=never
ShowProgress=no
ShowProgressFinished=no
ShowPDF=no
ConfirmOverwrite=no
|