1 [__Global_Printer_Defaults__]
2 ; Copies: the default number of copies produced
3 ; if key is absent the default is 1
6 ; Orientation: the default orientation of pages
7 ; possible Values: Portrait, Landscape
8 ; if key is absent the default is Portrait
11 ; Scale: the default scaling of output in percent
12 ; if key is absent the default is 100
15 ; MarginAdjust: the default adjustment to driver margins in 1/100 mm
16 ; MarginAdjust contains corrections for the driver defined margins
17 ; the values are comma separated
18 ; the order is: left,right,top,bottom
19 ; if key is absent the default is 0,0,0,0
20 ; MarginAdjust=0,0,0,0
22 ; ColorDepth: the default colordepth of the device in bits
23 ; possible values: 1, 8, 24
24 ; if key is absent the default is 24
27 ; ColorDevice: the default setting whether the device is color capable
28 ; possible values: 0: driver setting, -1: grey scale, 1: color
29 ; if key is absent the default is 0
32 ; PSLevel: the default setting of the PostScript level of the output
33 ; possible values: 0: driver setting, 1: level 1, 2: level2
34 ; if key is absent the default is 0
37 ; PPD_PageSize: the default page size to use. If a specific printer does
38 ; not support this page size its default is used instead.
39 ; possible values: A0, A1, A2, A3, A4, A5, A6, B4, B5, B6,
40 ; Legal, Letter, Executive, Statement, Tabloid,
41 ; Ledger, AnsiC, AnsiD, ARCHA, ARCHB, ARCHC,
42 ; ARCHD, ARCHE, EnvMonarch, EnvC4, EnvC5, EnvC6,
43 ; Env10, EnvC65, Folio
44 ; if key is absent the default value is driver specific
47 ; Note: the following two key types are in the global section to provide
48 ; defaults for newly added printers.
49 ; PerformFontSubstitution: whether to replace downloadable fonts
50 ; with resident fonts or not
51 PerformFontSubstitution=false
53 ; SubstFont_<downloadable font>: the resident font to replace
54 ; <downloadable font> if PerformFontSubstitution is true
55 SubstFont_Helmet=Helvetica
56 SubstFont_Albany=Helvetica
57 SubstFont_Courier New=Courier
58 SubstFont_Arial=Helvetica
59 SubstFont_Times New Roman=Times
60 SubstFont_Thorndale=Times
61 SubstFont_Timmons=Times
62 SubstFont_Cumberland=Courier
66 ; for every printer a group with at least the keys
67 ; "Printer" and "Command" is required
69 ; Printer: contains the base name of the PPD and the Printer name separated by /
70 Printer=SGENPRT/Generic Printer
72 ; DefaultPrinter: marks the default printer
75 ; Location: a user readable string that will be shown in the print dialog
78 ; Comment: a user readable string that will be shown in the print dialog
81 ; Command: a command line that accepts PostScript as standard input (pipe)
82 ; note: a shell will be started for the command
85 ; QuickCommand: a command line that accepts PostScript as standard input (pipe)
86 ; this command line will be used instead of the command line given in the
87 ; "Command" key, if the user presses the direct print button. In this case
88 ; no print dialog should be shown, neither form the printing applcation nor
89 ; from the command line (example "kprinter --nodialog --stdin")
90 ; note: a shell will be started for the command
93 ; Features: a string containing additional comma separated properties of a printer
94 ; currently valid properties:
95 ; fax for a Fax printer queue
96 ; pdf=<dir> for a PDF printer where <dir> is the base directory for output files
97 ; external_dialog to notify that the print command of a printer will show a dialog
98 ; and therefore the application should not show its own dialog.
101 ; PerformFontSubstitution: whether to replace downloadable fonts
102 ; with resident fonts or not
103 PerformFontSubstitution=false
105 ; SubstFont_<downloadable font>: the resident font to replace
106 ; <downloadable font> if PerformFontSubstitution is true
107 SubstFont_Helmet=Helvetica
108 SubstFont_Albany=Helvetica
109 SubstFont_Courier New=Courier
110 SubstFont_Arial=Helvetica
111 SubstFont_Times New Roman=Times
112 SubstFont_Thorndale=Times
113 SubstFont_Timmons=Times
114 SubstFont_Cumberland=Courier