tdf#161411 - UI: Add Better wording for ASCII-only characters
[LibreOffice.git] / vcl / unx / generic / printer / configuration / psprint.conf
blob015a310d62bbff57b9cb59bf174c31a6d3dde02c
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 ; PPD_PageSize: the default page size to use. If a specific printer does
50 ;         not support this page size its default is used instead.
51 ;         possible values: A0, A1, A2, A3, A4, A5, A6, B4, B5, B6,
52 ;                          Legal, Letter, Executive, Statement, Tabloid,
53 ;                          Ledger, AnsiC, AnsiD, ARCHA, ARCHB, ARCHC,
54 ;                          ARCHD, ARCHE, EnvMonarch, EnvC4, EnvC5, EnvC6,
55 ;                          Env10, EnvC65, Folio
56 ;         if key is absent the default value is driver specific
57 ; PPD_PageSize=A4
60 [Generic Printer]
61 ; for every printer a group with at least the keys
62 ; "Printer" and "Command" is required
64 ; Printer: contains the base name of the PPD and the Printer name separated by /
65 Printer=SGENPRT/Generic Printer
67 ; DefaultPrinter: marks the default printer
68 DefaultPrinter=1
70 ; Location: a user readable string that will be shown in the print dialog
71 Location=
73 ; Comment:  a user readable string that will be shown in the print dialog
74 Comment=
76 ; Command: a command line that accepts PostScript as standard input (pipe)
77 ; note: a shell will be started for the command
78 Command=
80 ; QuickCommand: a command line that accepts PostScript as standard input (pipe)
81 ; this command line will be used instead of the command line given in the
82 ; "Command" key, if the user presses the direct print button. In this case
83 ; no print dialog should be shown, neither from the printing application nor
84 ; from the command line (example "kprinter --nodialog --stdin")
85 ; note: a shell will be started for the command
86 ;QuickCommand=
88 ; Features: a string containing additional comma separated properties of a printer
89 ; currently valid properties:
90 ; fax for a Fax printer queue
91 ; pdf=<dir> for a PDF printer where <dir> is the base directory for output files
92 ; external_dialog to notify that the print command of a printer will show a dialog
93 ;                 and therefore the application should not show its own dialog.
94 ;Features=