1PSSET(1) FSF PSSET(1)
2
3
4
6 psmandup - insert page device request in PostScript files
7
9 psset FILE
10
12 Produce a version of the PostScript FILE with a protected call to the
13 PostScript operator `setpagedevice'. Typical use is making FILE print
14 duplex, or on the manual tray etc.
15
17 -h, --help
18 display this help and exit
19
20 -v, --version
21 display version information and exit
22
23 -q, --quiet
24 don't print informational messages
25
26 -o, --output=FILE
27 save result in FILE. If FILE is `-', send to stdout
28
29 -n, --no-fix
30 don't run `fixps' to fix PS problems in FILE
31
32 -S, --setpagedevice=KEY[:VALUE]
33 pass a page device definition to output. Multiple values accu‐
34 mulate
35
36 -a, --at=PAGE
37 insert the page device definitions at PAGE. Default is PAGE=0,
38 standing for the Document's Setup section
39
40 Shortcuts:
41 -m, --manualfeed
42 alias for -SManualFeed:true
43
44 -s, --simplex
45 alias for -SDuplex:false
46
47 -d, --duplex
48 alias for -SDuplex:true -STumble:false corresponds to Duplex,
49 binding along the long edge
50
51 -t, --tumble
52 alias for -SDuplex:true -STumble:true corresponds to Duplex,
53 binding along the short edge
54
55 Produced output is meant for PS level 2 printers.
56
57 News, updates and documentation: visit
58 http://www.inf.enst.fr/~demaille/a2ps/
59
61 Written by Akim Demaille.
62
64 Report bugs to <bug-a2ps@gnu.org>
65
67 Copyright © 1998-1999 Akim Demaille, Miguel Santana
68 This is free software; see the source for copying conditions. There is
69 NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
70 PURPOSE.
71
73 a2ps(1), card(1), fixps(1), pdiff(1), psset(1), texi2dvi4a2ps(1).
74
75 The full documentation for psset is maintained as a Texinfo manual. If
76 the info and psset programs are properly installed at your site, the
77 command
78
79 info psset
80
81 should give you access to the complete manual.
82
83
84
85psset 1.3 (GNU a2ps 4.13) March 2007 PSSET(1)