From 0fa8fb18f509d1e9921bb6e6dd36437e5edaf74a Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Wed, 12 Dec 2007 14:00:55 +0000 Subject: INTEGRATION: CWS kprinter (1.2.30); FILE MERGED 2007/11/13 09:57:13 pl 1.2.30.1: #i83505# update psprint.conf documentation --- psprint_config/configuration/psprint.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'psprint_config') 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= for a PDF printer where 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 -- cgit