This website is no longer maintained. Its content may be obsolete. Please visit http://home.cern/ for current CERN information.
psselect---select pages from a PostScript file
psselect [ -q ] [ -e ] [ -o ] [ -r ] [ -p\Larg{pages} ] [ pages ] [ infile [ outfile ] ]
The program psselect, written by Angus Duggan, selects pages from a PostScript document, creating a new PostScript file. The input PostScript file should follow the Adobe Document Structuring Conventions.
first-last
.
If first
is omitted, the first page is assumed,
and if last
is omitted, the last page is assumed.
The prefix character _
indicates that the page number is
relative to the end of the document, counting backwards.
If any of the -e
, -o
, or -r
options are specified,
the page range must be given with the -p
option.
This is for backwards compatibility with previous versions.
Note that the page number given to psselect is the number of the page counting from the start or end of the file, starting at one. The actual page number in the document may be different.