      M                                                                   PSSELECT(1)           NAME 3      psselect - select pages from a PostScript file       SYNOPSIS J      psselect [ -q ] [ -e ] [ -o ] [ -r ] [ -ppages ] [ pages ] [ infile [      outfile ] ]      DESCRIPTIONF      Psselect selects pages from a PostScript document, creating a newM      PostScript file. The input PostScript file should follow the Adobe Docu- "      ment Structuring Conventions.  L      The -e option selects all of the even pages; it may be used in conjunc-M      tion with the other page selection options to select the even pages from       a range of pages.  K      The -o option selects all of the odd pages; it may be used in conjunc- 0      tion with the other page selection options.  L      The -ppages option specifies the pages which are to be selected.  PagesJ      is a comma separated list of page ranges, each of which may be a pageM      number, or a page range of the form first-last. If first is omitted, the M      first page is assumed, and if last is omitted, the last page is assumed.   J      The -r option causes psselect to output the selected pages in reverse      order.   K      Psselect normally prints the page numbers of the pages rearranged; the       -q option suppresses this.   K      If any of the -r, -e, or -o options are specified, the page range must J      be given with the -p option. This is for backwards compatibility with      previous versions.         NOTESI      The page number given to psselect is the number of the page counting K      from the start of the file, starting at one. The actual page number in #      the document may be different.   	    AUTHOR       Angus Duggan       SEE ALSO       psbook(1), pstops(1)   
    TRADEMARKS =      PostScript is a trademark of Adobe Systems Incorporated.       BUGS @      Psselect cannot cope with documents longer than 5000 pages.        M                                                                             1      99