output-file=
filename"pspp.txt"
), a pipe filename (e.g., "|lpr"
), or
stdout ("-"
). Default: "pspp.list"
.
char-set=
char-set-typeascii
.
form-feed-string=
form-feed-valuepaginate
, described below, for a related setting. Default:
"\f"
.
newline-string=
new-line-valuenewline-string=default
, is to use the system-dependent new-line
sequence by opening the output file in text mode. This is usually the
right choice.
However, newline-string
can be set to any string. When this is
done, the output file is opened in binary mode.
paginate=
booleanform-feed-string
, described above)
will be written to the device after every page. Default: on
.
tab-width=
tab-width-value8
.
init=
initialization-string.
""
(the empty string).
done=
finalization-string.
""
(the empty string).