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