1psorder(1) Netatalk 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 Re-order the pages of the document in downward or descending
24 order. This is typically used to change the order of a document
25 to be printed by a printer that stacks pages face-up, such as an
26 Apple LaserWriter or LaserWriter Plus.
27
28 -u Specifies forward order, and is the default. It is used to try
29 and ensure the correct ordering when a document will be printed
30 by a printer that stacks the pages face-down.
31
32 -f Force psorder to re-order the pages, even if the document claims
33 that its page order is not to be trifled with. This option
34 should only be used experimentally, as it may cause documents to
35 print incorrectly.
36
38 psf(8), lpr(1).
39
40
41
42
432.0.3 17 Dec 1991 psorder(1)