]> arthur.barton.de Git - netatalk.git/blob - man/man1/psorder.1
Freshly generated manpages from XML sources
[netatalk.git] / man / man1 / psorder.1
1 '\" t
2 .\"     Title: psorder
3 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
5 .\"      Date: 17 Dec 1991
6 .\"    Manual: Netatalk 2.2
7 .\"    Source: Netatalk 2.2
8 .\"  Language: English
9 .\"
10 .TH "PSORDER" "1" "17 Dec 1991" "Netatalk 2.2" "Netatalk 2.2"
11 .\" -----------------------------------------------------------------
12 .\" * set default formatting
13 .\" -----------------------------------------------------------------
14 .\" disable hyphenation
15 .nh
16 .\" disable justification (adjust text to left margin only)
17 .ad l
18 .\" -----------------------------------------------------------------
19 .\" * MAIN CONTENT STARTS HERE *
20 .\" -----------------------------------------------------------------
21 .SH "NAME"
22 psorder \- PostScript pageorder filter
23 .SH "SYNOPSIS"
24 .HP \w'\fBpsorder\fR\fB\fR\ 'u
25 \fBpsorder\fR\fB\fR [\-duf] \fIsourcefile\fR
26 .SH "DESCRIPTION"
27 .PP
28 \fBpsorder\fR
29 is a filter that re\-orders the pages of a PostScript document\&. The result is written to the standard output\&. By default, documents are processed into ascending order (the lowest numbered page is printed first)\&. Some PostScript documents specify that the order of their pages should never be changed; the default action of
30 \fBpsorder\fR
31 is to follow this specification\&.
32 .PP
33 If no source file is given, or if
34 \fIsourcefile\fR
35 is `\fB\-\fR\',
36 \fBpsorder\fR
37 reads from the standard input file\&.
38 .SH "OPTIONS"
39 .PP
40 \fB\-d\fR
41 .RS 4
42 Re\-order the pages of the document in downward or descending order\&. This is typically used to change the order of a document to be printed by a printer that stacks pages face\-up, such as an Apple LaserWriter or LaserWriter Plus\&.
43 .RE
44 .PP
45 \fB\-u\fR
46 .RS 4
47 Specifies forward order, and is the default\&. It is used to try and ensure the correct ordering when a document will be printed by a printer that stacks the pages face\-down\&.
48 .RE
49 .PP
50 \fB\-f\fR
51 .RS 4
52 Force
53 \fBpsorder\fR
54 to re\-order the pages, even if the document claims that its page order is not to be trifled with\&. This option should only be used experimentally, as it may cause documents to print incorrectly\&.
55 .RE
56 .SH "SEE ALSO"
57 .PP
58 \fBpsf\fR(8),
59 \fBlpr\fR(1)\&.