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