1EXTRACTRES(1) General Commands Manual EXTRACTRES(1)
2
3
4
6 extractres - filter to extract resources from a PostScript document
7
9 extractres [ -m ] < document.ps > output.ps
10
12 Extractres extracts resources (fonts, procsets, patterns, files, etc)
13 appearing in a PostScript document, and puts appropriate %%IncludeRe‐
14 source comments in the document prologue. The extracted resources are
15 written to files with the same name as the resource, and an appropriate
16 extension. The pipeline
17
18 extractres file.ps | includeres >out.ps
19
20 will move all resources appearing in a document to the document pro‐
21 logue, removing redundant copies. The output file can then be put
22 through page re-arrangement filters such as psnup or pstops safely.
23
24 The -m option combines the resources of the same name into one file;
25 this must be used for some programs which download fonts a bit at a
26 time.
27
29 Copyright (C) Angus J. C. Duggan 1991-1995
30
32 psbook(1), psselect(1), pstops(1), epsffit(1), psnup(1), psresize(1),
33 psmerge(1), fixscribeps(1), getafm(1), fixdlsrps(1), fixfmps(1), fixps‐
34 ditps(1), fixpspps(1), fixtpps(1), fixwfwps(1), fixwpps(1), fixwwps(1),
35 extractres(1), includeres(1)
36
38 PostScript is a trademark of Adobe Systems Incorporated.
39
41 extractres does not alter the %%DocumentSuppliedResources comments.
42
43
44
45 PSUtils Release 1 Patchlevel 17 EXTRACTRES(1)