1; *************************************************************
2;
3;  Licensed to the Apache Software Foundation (ASF) under one
4;  or more contributor license agreements.  See the NOTICE file
5;  distributed with this work for additional information
6;  regarding copyright ownership.  The ASF licenses this file
7;  to you under the Apache License, Version 2.0 (the
8;  "License"); you may not use this file except in compliance
9;  with the License.  You may obtain a copy of the License at
10;
11;    http://www.apache.org/licenses/LICENSE-2.0
12;
13;  Unless required by applicable law or agreed to in writing,
14;  software distributed under the License is distributed on an
15;  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16;  KIND, either express or implied.  See the License for the
17;  specific language governing permissions and limitations
18;  under the License.
19;
20; *************************************************************
21[__Global_Printer_Defaults__]
22; Copies: the default number of copies produced
23;         if key is absent the default is 1
24; Copies=1
25
26; Orientation: the default orientation of pages
27;         possible Values: Portrait, Landscape
28;         if key is absent the default is Portrait
29; Orientation=Portrait
30
31; Scale: the default scaling of output in percent
32;         if key is absent the default is 100
33; Scale=100
34
35; MarginAdjust: the default adjustment to driver margins in 1/100 mm
36;         MarginAdjust contains corrections for the driver defined margins
37;         the values are comma separated
38;         the order is: left,right,top,bottom
39;         if key is absent the default is 0,0,0,0
40; MarginAdjust=0,0,0,0
41
42; ColorDepth: the default colordepth of the device in bits
43;         possible values: 1, 8, 24
44;         if key is absent the default is 24
45; ColorDepth=24
46
47; ColorDevice: the default setting wether the device is color capable
48;         possible values: 0: driver setting, -1: grey scale, 1: color
49;         if key is absent the default is 0
50; ColorDepth=0
51
52; PSLevel: the default setting of the PostScript level of the output
53;         possible values: 0: driver setting, 1: level 1, 2: level2
54;         if key is absent the default is 0
55; PSLevel=0
56
57; PPD_PageSize: the default page size to use. If a specific printer does
58;         not support this page size its default is used instead.
59;         possible values: A0, A1, A2, A3, A4, A5, A6, B4, B5, B6,
60;                          Legal, Letter, Executive, Statement, Tabloid,
61;                          Ledger, AnsiC, AnsiD, ARCHA, ARCHB, ARCHC,
62;                          ARCHD, ARCHE, EnvMonarch, EnvC4, EnvC5, EnvC6,
63;                          Env10, EnvC65, Folio
64;         if key is absent the default value is driver specific
65; PPD_PageSize=A4
66
67; Note: the following two key types are in the global section to provide
68;         defaults for newly added printers.
69; PerformFontSubstitution: wether to replace downloadable fonts
70;         with resident fonts or not
71PerformFontSubstitution=false
72
73; SubstFont_<downloadable font>: the resident font to replace
74;         <downloadable font> if PerformFontSubstitution is true
75SubstFont_Helmet=Helvetica
76SubstFont_Albany=Helvetica
77SubstFont_Courier New=Courier
78SubstFont_Arial=Helvetica
79SubstFont_Times New Roman=Times
80SubstFont_Thorndale=Times
81SubstFont_Timmons=Times
82SubstFont_Cumberland=Courier
83
84
85[Generic Printer]
86; for every printer a group with at least the keys
87; "Printer" and "Command" is required
88
89; Printer: contains the base name of the PPD and the Printer name separated by /
90Printer=SGENPRT/Generic Printer
91
92; DefaultPrinter: marks the default printer
93DefaultPrinter=1
94
95; Location: a user readable string that will be shown in the print dialog
96Location=
97
98; Comment:  a user readable string that will be shown in the print dialog
99Comment=
100
101; Command: a command line that accepts PostScript as standard input (pipe)
102; note: a shell will be started for the command
103Command=
104
105; QuickCommand: a command line that accepts PostScript as standard input (pipe)
106; this command line will be used instead of the command line given in the
107; "Command" key, if the user presses the direct print button. In this case
108; no print dialog should be shown, neither form the printing applcation nor
109; from the command line (example "kprinter --nodialog --stdin")
110; note: a shell will be started for the command
111;QuickCommand=
112
113; Features: a string containing additional comma separated properties of a printer
114; currently valid properties:
115; fax for a Fax printer queue
116; pdf=<dir> for a PDF printer where <dir> is the base directory for output files
117; external_dialog to notify that the print command of a printer will show a dialog
118;                 and therefore the application should not show its own dialog.
119;Features=
120
121; PerformFontSubstitution: wether to replace downloadable fonts
122;         with resident fonts or not
123PerformFontSubstitution=false
124
125; SubstFont_<downloadable font>: the resident font to replace
126;         <downloadable font> if PerformFontSubstitution is true
127SubstFont_Helmet=Helvetica
128SubstFont_Albany=Helvetica
129SubstFont_Courier New=Courier
130SubstFont_Arial=Helvetica
131SubstFont_Times New Roman=Times
132SubstFont_Thorndale=Times
133SubstFont_Timmons=Times
134SubstFont_Cumberland=Courier
135