]> arthur.barton.de Git - netatalk.git/blob - man/man1/psorder.1
Initial revision
[netatalk.git] / man / man1 / psorder.1
1 .TH PSORDER 1 "17 Dec 1991" "netatalk 1.2"
2 .SH NAME
3 psorder \- PostScript pageorder filter
4 .SH SYNOPSIS
5 .B psorder
6 [
7 .B -duf
8 ]
9 .I sourcefile
10 .SH DESCRIPTION
11 .B psorder
12 is a filter that re-orders the pages of a PostScript document.
13 The result is written to the standard output.  By default,
14 documents are processed into ascending order (the lowest numbered page
15 is printed first).  Some PostScript documents specify that the order of
16 their pages should never be changed; the default action of
17 .B psorder
18 is to follow this specification.
19 .LP
20 If no source file is given, or if 
21 .I sourcefile
22 is
23 .RB ` - ',
24 .B psorder
25 reads from the standard input file.
26 .br
27 .SH OPTIONS
28 .TP
29 .B \-d
30 Re-order the pages of the document in downward or descending
31 order.  This is typically used to change the order of a document to
32 be printed by a printer that stacks pages face-up,
33 such as an Apple LaserWriter or LaserWriter Plus.
34 .TP
35 .B \-u
36 Specifies forward order, and is the default.  It is used to
37 try and ensure the correct ordering when a document will be printed
38 by a printer that stacks the pages face-down.
39 .TP
40 .B \-f
41 Force
42 .B psorder
43 to re-order the pages, even if the document claims that its page
44 order is not to be trifled with.  This option should only be used 
45 experimentally, as it may cause documents to print incorrectly.
46 .SH SEE ALSO
47 .BR psf (8),
48 .BR lpr (1).