Command Line Interface / PDF Printer
In case you want to use command line programming to control the PDF Writer then you should look at the interface described in this section of the documentation.
The command line interface is a small program that will control the settings.ini. It does not support writing of runonce.ini files.
Usage
-
CONFIG.EXE /S name value | /R name | /C
-
-
/S Set a setting in the configuration.
-
name Name of setting to change.
-
value New value of setting.
-
/R Remove a setting from the configuration.
-
name Name of setting to remove.
-
/C Clear all settings.
-
Example: CONFIG /S Output "C:\document.pdf"
This will set the Output setting to the file C:\document.pdf.
Example: CONFIG /R Output
This removes the output setting again.