1PSSELECT(1) User Commands PSSELECT(1)
2
3
4
6 psselect - select pages from a PostScript document
7
9 psselect [OPTION...] [INFILE [OUTFILE]]
10
12 Select pages from a PostScript document.
13
14 -R, -p, --pages=PAGES
15 select the given page ranges
16
17 -e, --even
18 select even-numbered pages
19
20 -o, --odd
21 select odd-numbered pages
22
23 -r, --reverse
24 reverse the order of the pages
25
26 -q, --quiet
27 don't show page numbers being output
28
29 --help display this help and exit
30
31 --version
32 display version information and exit
33
34 PAGES is a comma-separated list of pages and page ranges; see pstops(1)
35 for more details. Psselect calls Pstops to do the rearrangement.
36
37 Exit status:
38 0 if OK,
39
40 1 if arguments or options are incorrect, or there is some other
41 problem starting up,
42
43 2 if there is some problem during processing, typically an error
44 reading or writing an input or output file.
45
47 Written by Angus J. C. Duggan and Reuben Thomas.
48
50 Copyright © Reuben Thomas 2016-2021. Released under the GPL version 3,
51 or (at your option) any later version.
52
54 PostScript is a trademark of Adobe Systems Incorporated.
55
57 psutils(1), paper(1)
58
59
60
61psselect 2.07 October 2021 PSSELECT(1)