1PSORDER(1) Netatalk 2.1 PSORDER(1)
2
3
4
6 psorder - PostScript pageorder filter
7
9 psorder [-duf] sourcefile
10
12 psorder is a filter that re-orders the pages of a PostScript document.
13 The result is written to the standard output. By default, documents are
14 processed into ascending order (the lowest numbered page is printed
15 first). Some PostScript documents specify that the order of their pages
16 should never be changed; the default action of psorder is to follow
17 this specification.
18
19 If no source file is given, or if sourcefile is `-ยด, psorder reads from
20 the standard input file.
21
23 -d
24 Re-order the pages of the document in downward or descending order.
25 This is typically used to change the order of a document to be
26 printed by a printer that stacks pages face-up, such as an Apple
27 LaserWriter or LaserWriter Plus.
28
29 -u
30 Specifies forward order, and is the default. It is used to try and
31 ensure the correct ordering when a document will be printed by a
32 printer that stacks the pages face-down.
33
34 -f
35 Force psorder to re-order the pages, even if the document claims
36 that its page order is not to be trifled with. This option should
37 only be used experimentally, as it may cause documents to print
38 incorrectly.
39
41 psf(8), lpr(1).
42
43
44
45Netatalk 2.1 17 Dec 1991 PSORDER(1)