This file is indexed.

/etc/libreoffice/psprint.conf is in libreoffice-common 1:3.5.4+dfsg2-0+deb7u6.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
[__Global_Printer_Defaults__]
; Copies: the default number of copies produced
;         if key is absent the default is 1
; Copies=1

; Orientation: the default orientation of pages
;         possible Values: Portrait, Landscape
;         if key is absent the default is Portrait
; Orientation=Portrait

; Scale: the default scaling of output in percent
;         if key is absent the default is 100
; Scale=100

; MarginAdjust: the default adjustment to driver margins in 1/100 mm
;         MarginAdjust contains corrections for the driver defined margins
;         the values are comma separated
;         the order is: left,right,top,bottom
;         if key is absent the default is 0,0,0,0
; MarginAdjust=0,0,0,0

; ColorDepth: the default colordepth of the device in bits
;         possible values: 1, 8, 24
;         if key is absent the default is 24
; ColorDepth=24

; ColorDevice: the default setting wether the device is color capable
;         possible values: 0: driver setting, -1: grey scale, 1: color
;         if key is absent the default is 0
; ColorDepth=0

; PSLevel: the default setting of the PostScript level of the output
;         possible values: 0: driver setting, 1: level 1, 2: level2
;         if key is absent the default is 0
; PSLevel=0

; PPD_PageSize: the default page size to use. If a specific printer does
;         not support this page size its default is used instead.
;         possible values: A0, A1, A2, A3, A4, A5, A6, B4, B5, B6,
;                          Legal, Letter, Executive, Statement, Tabloid,
;                          Ledger, AnsiC, AnsiD, ARCHA, ARCHB, ARCHC,
;                          ARCHD, ARCHE, EnvMonarch, EnvC4, EnvC5, EnvC6,
;                          Env10, EnvC65, Folio
;         if key is absent the default value is driver specific
; PPD_PageSize=A4

; Note: the following two key types are in the global section to provide
;         defaults for newly added printers.
; PerformFontSubstitution: wether to replace downloadable fonts
;         with resident fonts or not
PerformFontSubstitution=false

; SubstFont_<downloadable font>: the resident font to replace
;         <downloadable font> if PerformFontSubstitution is true
SubstFont_Helmet=Helvetica
SubstFont_Albany=Helvetica
SubstFont_Courier New=Courier
SubstFont_Arial=Helvetica
SubstFont_Times New Roman=Times
SubstFont_Thorndale=Times
SubstFont_Timmons=Times
SubstFont_Cumberland=Courier


[Generic Printer]
; for every printer a group with at least the keys
; "Printer" and "Command" is required

; Printer: contains the base name of the PPD and the Printer name separated by /
Printer=SGENPRT/Generic Printer

; DefaultPrinter: marks the default printer
DefaultPrinter=1

; Location: a user readable string that will be shown in the print dialog
Location=

; Comment:  a user readable string that will be shown in the print dialog
Comment=

; Command: a command line that accepts PostScript as standard input (pipe)
; note: a shell will be started for the command
Command=

; QuickCommand: a command line that accepts PostScript as standard input (pipe)
; this command line will be used instead of the command line given in the
; "Command" key, if the user presses the direct print button. In this case
; no print dialog should be shown, neither form the printing applcation nor
; from the command line (example "kprinter --nodialog --stdin")
; note: a shell will be started for the command
;QuickCommand=

; Features: a string containing additional comma separated properties of a printer
; currently valid properties:
; fax for a Fax printer queue
; pdf=<dir> for a PDF printer where <dir> is the base directory for output files
; external_dialog to notify that the print command of a printer will show a dialog
;                 and therefore the application should not show its own dialog.
;Features=

; PerformFontSubstitution: wether to replace downloadable fonts
;         with resident fonts or not
PerformFontSubstitution=false

; SubstFont_<downloadable font>: the resident font to replace
;         <downloadable font> if PerformFontSubstitution is true
SubstFont_Helmet=Helvetica
SubstFont_Albany=Helvetica
SubstFont_Courier New=Courier
SubstFont_Arial=Helvetica
SubstFont_Times New Roman=Times
SubstFont_Thorndale=Times
SubstFont_Timmons=Times
SubstFont_Cumberland=Courier