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

  1.  
  2.  
  3.  
  4.      PSRESIZE(1)UNIX System V (PSUtils Release 1 Patchlevel 13)PSRESIZE(1)
  5.  
  6.  
  7.  
  8.      NAME
  9.           psresize - multiple pages per sheet
  10.  
  11.      SYNOPSIS
  12.           psresize [ -wwidth ] [ -hheight ] [ -ppaper ] [ -Wwidth ] [
  13.           -Hheight ] [ -Ppaper ] [ -q ] [ infile [ outfile ] ]
  14.  
  15.      DESCRIPTION
  16.           Psresize rescales and centres a document on a different size
  17.           of paper.  The input PostScript file should follow the Adobe
  18.           Document Structuring Conventions.
  19.  
  20.           The -w option gives the output paper width, and the -h
  21.           option gives the output paper height, normally specified in
  22.           cm or in to convert PostScript's points (1/72 of an inch) to
  23.           centimeters or inches.  The -p option can be used as an
  24.           alternative, to set the output paper size to a3, a4, a5, b5,
  25.           letter, legal, or 10x14. The default output paper size is
  26.           a4.
  27.  
  28.           The -W option gives the input paper width, and the -H option
  29.           gives the input paper height.  The -P option can be used as
  30.           an alternative, to set the input paper size.  The default
  31.           input paper size is a4.
  32.  
  33.           Psresize normally prints the page numbers of the pages
  34.           output; the -q option suppresses this.
  35.  
  36.      EXAMPLES
  37.           The following command can be used to convert a document on
  38.           A4 size paper to letter size paper:
  39.  
  40.           psresize -PA4 -pletter in.ps out.ps
  41.  
  42.  
  43.      AUTHOR
  44.           Angus Duggan
  45.  
  46.      SEE ALSO
  47.           psbook(1), psselect(1), pstops(1), epsffit(1), psnup(1),
  48.           psresize(1), getafm(1), fixdlsrps(1), fixfmps(1),
  49.           fixmacps(1), fixpsditps(1), fixpspps(1), fixtpps(1),
  50.           fixwfwps(1), fixwpps(1), fixwwps(1), extractres(1),
  51.           includeres(1)
  52.  
  53.      TRADEMARKS
  54.           PostScript is a trademark of Adobe Systems Incorporated.
  55.  
  56.      BUGS
  57.           Psresize does not accept all DSC comments.
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                           (printed 6/3/95)
  64.  
  65.  
  66.  
  67.