1INCLUDERES(1) User Commands INCLUDERES(1)
2
3
4
6 includeres - include resources in a PostScript document
7
9 includeres [OPTION...] [INFILE [OUTFILE]]
10
12 Include resources in a PostScript document.
13
14 --help display this help and exit
15
16 --version
17 display version information and exit
18
19 Includeres includes resources (fonts, procsets, patterns, files, etc.)
20 in place of %%IncludeResource comments in a PostScript document. The
21 resources are searched for under the resource name, and with an appro‐
22 priate extension. The pipeline
23
24 extractres file.ps | includeres >out.ps
25
26 will move all resources appearing in a document to the document pro‐
27 logue, removing redundant copies. The output file can then be put
28 through page re-arrangement filters such as psnup or pstops safely.
29
30
31 Exit status:
32 0 if OK,
33
34 1 if arguments or options are incorrect, or there is some other
35 problem starting up,
36
37 2 if there is some problem during processing, typically an error
38 reading or writing an input or output file.
39
41 Written by Angus J. C. Duggan and Reuben Thomas.
42
44 includeres does not alter the %%DocumentNeededResources comments.
45
47 Copyright © Reuben Thomas 2012-2019.
48 Copyright © Angus J. C. Duggan 1991-1997.
49
51 PostScript is a trademark of Adobe Systems Incorporated.
52
54 psutils(1), paper(1)
55
56
57
58includeres 2.07 October 2021 INCLUDERES(1)