diff options
Diffstat (limited to 'psprint_config')
-rw-r--r-- | psprint_config/configuration/psprint.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/psprint_config/configuration/psprint.conf b/psprint_config/configuration/psprint.conf index 072a64e52786..d2e1bef4b273 100644 --- a/psprint_config/configuration/psprint.conf +++ b/psprint_config/configuration/psprint.conf @@ -82,6 +82,22 @@ Comment= ; note: a shell will be started for the command Command= +; QuickCommand: a command line that accepts PostScript as standard input (pipe) +; this command line will be used instead of the command line given in the +; "Command" key, if the user presses the direct print button. In this case +; no print dialog should be shown, neither form the printing applcation nor +; from the command line (example "kprinter --nodialog --stdin") +; note: a shell will be started for the command +;QuickCommand= + +; Features: a string containing additional comma separated properties of a printer +; currently valid properties: +; fax for a Fax printer queue +; pdf=<dir> for a PDF printer where <dir> is the base directory for output files +; external_dialog to notify that the print command of a printer will show a dialog +; and therefore the application should not show its own dialog. +;Features= + ; PerformFontSubstitution: wether to replace downloadable fonts ; with resident fonts or not PerformFontSubstitution=true |