home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / postscript / psutils_1 / !PSUtils_man_psselect < prev    next >
Encoding:
Text File  |  1995-06-03  |  2.6 KB  |  133 lines

  1.  
  2.  
  3.  
  4.      PSSELECT(1)UNIX System V (PSUtils Release 1 Patchlevel 13)PSSELECT(1)
  5.  
  6.  
  7.  
  8.      NAME
  9.           psselect - select pages from a PostScript file
  10.  
  11.      SYNOPSIS
  12.           psselect [ -q ] [ -e ] [ -o ] [ -r ] [ -ppages ] [ pages ] [
  13.           infile [ outfile ] ]
  14.  
  15.      DESCRIPTION
  16.           Psselect selects pages from a PostScript document, creating
  17.           a new PostScript file. The input PostScript file should
  18.           follow the Adobe Document Structuring Conventions.
  19.  
  20.           The -e option selects all of the even pages; it may be used
  21.           in conjunction with the other page selection options to
  22.           select the even pages from a range of pages.
  23.  
  24.           The -o option selects all of the odd pages; it may be used
  25.           in conjunction with the other page selection options.
  26.  
  27.           The -ppages option specifies the pages which are to be
  28.           selected.  Pages is a comma separated list of page ranges,
  29.           each of which may be a page number, or a page range of the
  30.           form first-last. If first is omitted, the first page is
  31.           assumed, and if last is omitted, the last page is assumed.
  32.  
  33.           The prefix character `_' indicates that the page number is
  34.           relative to the end of the document, counting backwards.
  35.  
  36.           The -r option causes psselect to output the selected pages
  37.           in reverse order.
  38.  
  39.           Psselect normally prints the page numbers of the pages
  40.           rearranged; the -q option suppresses this.
  41.  
  42.           If any of the -r, -e, or -o options are specified, the page
  43.           range must be given with the -p option. This is for
  44.           backwards compatibility with previous versions.
  45.  
  46.  
  47.      NOTES
  48.           The page number given to psselect is the number of the page
  49.           counting from the start or end of the file, starting at one.
  50.           The actual page number in the document may be different.
  51.  
  52.      AUTHOR
  53.           Angus Duggan
  54.  
  55.      SEE ALSO
  56.           psbook(1), psselect(1), pstops(1), epsffit(1), psnup(1),
  57.           psresize(1), getafm(1), fixdlsrps(1), fixfmps(1),
  58.           fixmacps(1), fixpsditps(1), fixpspps(1), fixtpps(1),
  59.           fixwfwps(1), fixwpps(1), fixwwps(1), extractres(1),
  60.  
  61.  
  62.  
  63.      Page 1                                           (printed 6/3/95)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      PSSELECT(1)UNIX System V (PSUtils Release 1 Patchlevel 13)PSSELECT(1)
  71.  
  72.  
  73.  
  74.           includeres(1)
  75.  
  76.      TRADEMARKS
  77.           PostScript is a trademark of Adobe Systems Incorporated.
  78.  
  79.      BUGS
  80.           Psselect does not accept all DSC comments.
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.      Page 2                                           (printed 6/3/95)
  130.  
  131.  
  132.  
  133.