The postscript
driver class is used to produce output that is
acceptable to PostScript printers and other interpreters.
The available options are listed below.
output-file=
file-name"pspp.ps"
), a pipe (i.e., "|lpr"
), or
stdout ("-"
). Default: "pspp.ps"
.
headers=
booleanon
.
paper-size=
paper-sizea4
, letter
)
or measurements (e.g. 210x297
, 8.5x11in
).
The default paper size is taken from the PAPERSIZE environment
variable or the file indicated by the PAPERCONF environment
variable, if either variable is set. If not, and your system supports
the LC_PAPER
locale category, then the default paper size is
taken from the locale. Otherwise, if /etc/papersize exists,
the default paper size is read from it. As a last resort, A4 paper is
assumed.
orientation=
orientationportrait
or landscape
. Default: portrait
.
left-margin=
dimensionright-margin=
dimensiontop-margin=
dimensionbottom-margin=
dimension0.5in
.
prop-font=
afm-file[,
font-file[,
encoding-file]]
emph-font=
afm-file[,
font-file[,
encoding-file]]
fixed-font=
afm-file[,
font-file[,
encoding-file]]
If specified, font-file will be downloaded to the printer at the beginning of the print job. The font file may be in PFA or PFB format.
The font is reencoded as specified in encoding-file, if specified. Each line in encoding-file should consist of a PostScript character name and a decimal encoding value (between 0 and 255), separated by white space. Blank lines and comments introduced by ‘#’ are also allowed.
The files specified on these options are located as follows. If
the file name begins with ‘/’, then it is taken as an absolute
path. Otherwise, PSPP searches its configuration path for the specified
name prefixed by psfonts/
(see File locations).
Default: proportional font Times-Roman.afm
, emphasis font
Times-Italic.afm
, fixed-pitch font Courier.afm
.
font-size=
font-sizeline-gutter=
dimension1pt
.
line-spacing=
dimension1pt
.
line-width=
dimension0.5pt
.