home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 21 PDrivers / 21-PDrivers.zip / psnupos2.zip / psnup.cat < prev    next >
Text File  |  1995-02-26  |  3KB  |  67 lines

  1.  
  2.      PSNUP(1)                  (25 July 1988)                 PSNUP(1)
  3.  
  4.      NAME
  5.           psnup - print n-up PostScript pages
  6.  
  7.      SYNOPSIS
  8.           psnup [-n 2|4|8|16] [-r] [-s #] [-f file] [-o outfile]
  9.  
  10.      DESCRIPTION
  11.           psnup takes an arbitrary PostScript file (or standard input)
  12.           and filters it to give n-up printing.
  13.  
  14.      OPTIONS
  15.           -n value
  16.                Select the number of page images that will be printed
  17.                per sheet of paper. Allowed values are 2, 4, 8, and 16,
  18.                and the default is 2.
  19.  
  20.           -r   Reverse the order in which page images are laid out on
  21.                the page. By default, page images are printed from left
  22.                to right, top to bottom.  The -r flag prints the pages
  23.                from right to left, bottom to top.  This can be useful
  24.                when using psnup with print spoolers (such as
  25.                TranScript) that automatically reverse the pages being
  26.                fed to the PostScript printer.
  27.  
  28.           -s   Select the spot for the first image to be printed.  The
  29.                range of spots is from 0 to (nup - 1), where nup is the
  30.                number of images per page.  The default is spot 0
  31.                (normally the top left of the page).
  32.  
  33.           -f   File to be processed.  Filename may not contain spaces.
  34.                Default is stdin.
  35.  
  36.           -o   Output file.  Default is stdout.
  37.  
  38.      REQUIREMENTS
  39.           This shell script uses the getopt(1) command, a version of
  40.           which is in the public domain and available in the
  41.           comp.sources.unix archives.  This is not required for the
  42.           OS/2 version of psnup.
  43.  
  44.      OS/2 VERSION REQUIREMENTS
  45.           nup.pro and nup.epi must be in current directory or %PSNUP%
  46.           directory.
  47.  
  48.      SEE ALSO
  49.           enscript(1), postscript(7)
  50.  
  51.      AUTHOR
  52.           The OS/2 REXX version is by Clark Gaylord (cgaylord@vt.edu).
  53.           OS/2 version required -f and introduced -o options.  The
  54.           OS/2 version is dated 1/29/95.  psnup is a shell script
  55.           written by Roy Smith (phri!roy) that uses PostScript scripts
  56.  
  57.      Page 1                                          (printed 2/26/95)
  58.  
  59.      PSNUP(1)                  (25 July 1988)                 PSNUP(1)
  60.  
  61.           written by Ned Batchelder at U. Penn (ned@UPenn.CSNet).  The
  62.           manual page was contributed by Mic Kaczmarczik
  63.           (mic@emx.utexas.edu).
  64.  
  65.      Page 2                                          (printed 2/26/95)
  66.  
  67.