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

  1.  
  2.  
  3.  
  4.      EXTRACTRES(1)UNIX System V (PSUtils Release 1 Patchlevel 13)EXTRACTRES(1)
  5.  
  6.  
  7.  
  8.      NAME
  9.           extractres - filter to extract resources from a PostScript
  10.           document
  11.  
  12.      SYNOPSIS
  13.           extractres [ -m ] < document.ps > output.ps
  14.  
  15.      DESCRIPTION
  16.           Extractres extracts resources (fonts, procsets, patterns,
  17.           files, etc) appearing in a PostScript document, and puts
  18.           appropriate %%IncludeResource comments in the document
  19.           prologue. The extracted resources are written to files with
  20.           the same name as the resource, and an appropriate extension.
  21.           The pipeline
  22.  
  23.                     extractres file.ps | includeres >out.ps
  24.  
  25.           will move all resources appearing in a document to the
  26.           document prologue, removing redundant copies. The output
  27.           file can then be put through page re-arrangement filters
  28.           such as psnup or pstops safely.
  29.  
  30.           The -m option combines the resources of the same name into
  31.           one file; this must be used for some programs which download
  32.           fonts a bit at a time.
  33.  
  34.      AUTHOR
  35.           Angus Duggan
  36.  
  37.      SEE ALSO
  38.           psbook(1), psselect(1), pstops(1), epsffit(1), psnup(1),
  39.           psresize(1), getafm(1), fixdlsrps(1), fixfmps(1),
  40.           fixmacps(1), fixpsditps(1), fixpspps(1), fixtpps(1),
  41.           fixwfwps(1), fixwpps(1), fixwwps(1), extractres(1),
  42.           includeres(1)
  43.  
  44.      TRADEMARKS
  45.           PostScript is a trademark of Adobe Systems Incorporated.
  46.  
  47.      BUGS
  48.           Extractres does not alter the %%DocumentSuppliedResources
  49.           comments.
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                           (printed 6/3/95)
  64.  
  65.  
  66.  
  67.