xref: /trunk/main/psprint_config/configuration/psprint.conf (revision cdf0e10c4e3984b49a9502b011690b615761d4a3)
1[__Global_Printer_Defaults__]
2; Copies: the default number of copies produced
3;         if key is absent the default is 1
4; Copies=1
5
6; Orientation: the default orientation of pages
7;         possible Values: Portrait, Landscape
8;         if key is absent the default is Portrait
9; Orientation=Portrait
10
11; Scale: the default scaling of output in percent
12;         if key is absent the default is 100
13; Scale=100
14
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
21
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
25; ColorDepth=24
26
27; ColorDevice: the default setting wether 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
30; ColorDepth=0
31
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
35; PSLevel=0
36
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
45; PPD_PageSize=A4
46
47; Note: the following two key types are in the global section to provide
48;         defaults for newly added printers.
49; PerformFontSubstitution: wether to replace downloadable fonts
50;         with resident fonts or not
51PerformFontSubstitution=false
52
53; SubstFont_<downloadable font>: the resident font to replace
54;         <downloadable font> if PerformFontSubstitution is true
55SubstFont_Helmet=Helvetica
56SubstFont_Albany=Helvetica
57SubstFont_Courier New=Courier
58SubstFont_Arial=Helvetica
59SubstFont_Times New Roman=Times
60SubstFont_Thorndale=Times
61SubstFont_Timmons=Times
62SubstFont_Cumberland=Courier
63
64
65[Generic Printer]
66; for every printer a group with at least the keys
67; "Printer" and "Command" is required
68
69; Printer: contains the base name of the PPD and the Printer name separated by /
70Printer=SGENPRT/Generic Printer
71
72; DefaultPrinter: marks the default printer
73DefaultPrinter=1
74
75; Location: a user readable string that will be shown in the print dialog
76Location=
77
78; Comment:  a user readable string that will be shown in the print dialog
79Comment=
80
81; Command: a command line that accepts PostScript as standard input (pipe)
82; note: a shell will be started for the command
83Command=
84
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
91;QuickCommand=
92
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.
99;Features=
100
101; PerformFontSubstitution: wether to replace downloadable fonts
102;         with resident fonts or not
103PerformFontSubstitution=false
104
105; SubstFont_<downloadable font>: the resident font to replace
106;         <downloadable font> if PerformFontSubstitution is true
107SubstFont_Helmet=Helvetica
108SubstFont_Albany=Helvetica
109SubstFont_Courier New=Courier
110SubstFont_Arial=Helvetica
111SubstFont_Times New Roman=Times
112SubstFont_Thorndale=Times
113SubstFont_Timmons=Times
114SubstFont_Cumberland=Courier
115