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
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
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
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
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
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
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.