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