summaryrefslogtreecommitdiff
path: root/man/psset.1
blob: 43035a566729a9d240c63256caa261419f4c795a (plain)
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
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.019.
.TH PSSET "1" "December 2007" "psset 1.3 (GNU a2ps 4.14)" FSF
.SH NAME
psset \- insert page device request in PostScript files
.SH SYNOPSIS
.B psset
\fIFILE\fR
.SH DESCRIPTION
." Add any additional description here
.PP
Produce a version of the PostScript FILE with a protected call to the
PostScript operator `setpagedevice'.  Typical use is making FILE
print duplex, or on the manual tray etc.
.SH OPTIONS
.TP
\fB\-h\fR, \fB\-\-help\fR
display this help and exit
.TP
\fB\-v\fR, \fB\-\-version\fR
display version information and exit
.TP
\fB\-q\fR, \fB\-\-quiet\fR
don't print informational messages
.TP
\fB\-o\fR, \fB\-\-output\fR=\fIFILE\fR
save result in FILE.  If FILE is `-', send to stdout
.TP
\fB\-n\fR, \fB\-\-no\-fix\fR
don't run `fixps' to fix PS problems in FILE
.TP
\fB\-S\fR, \fB\-\-setpagedevice\fR=\fIKEY[\fR:VALUE]
pass a page device definition to output.
Multiple values accumulate
.TP
\fB\-a\fR, \fB\-\-at\fR=\fIPAGE\fR
insert the page device definitions at PAGE.  Default
is PAGE=0, standing for the Document's Setup section
.SS "Shortcuts:"
.TP
\fB\-m\fR, \fB\-\-manualfeed\fR
alias for \fB\-SManualFeed\fR:true
.TP
\fB\-s\fR, \fB\-\-simplex\fR
alias for \fB\-SDuplex\fR:false
.TP
\fB\-d\fR, \fB\-\-duplex\fR
alias for \fB\-SDuplex\fR:true \fB\-STumble\fR:false
corresponds to Duplex, binding along the long edge
.TP
\fB\-t\fR, \fB\-\-tumble\fR
alias for \fB\-SDuplex\fR:true \fB\-STumble\fR:true
corresponds to Duplex, binding along the short edge
.PP
Produced output is meant for PS level 2 printers.
.PP
News, updates and documentation: visit http://www.inf.enst.fr/~demaille/a2ps/
.SH AUTHOR
Written by Akim Demaille.
.SH "REPORTING BUGS"
Report bugs to <bug-a2ps@gnu.org>
.SH COPYRIGHT
Copyright \(co 1998-1999 Akim Demaille, Miguel Santana
.br
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
.SH "SEE ALSO"
.BR a2ps (1),
.BR card (1),
.BR fixps (1),
.BR pdiff (1),
.BR psset (1),
.BR texi2dvi4a2ps (1).
.PP
The full documentation for
.B psset
is maintained as a Texinfo manual.  If the
.B info
and
.B psset
programs are properly installed at your site, the command
.IP
.B info psset
.PP
should give you access to the complete manual.