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