includeres - include resources in a PostScript document
includeres [OPTION...] [INFILE [OUTFILE]]
Include resources in a PostScript document.
−−help |
display this help and exit |
−−version
display version information and exit
Includeres includes resources (fonts, procsets, patterns, files, etc.) in place of %%IncludeResource comments in a PostScript document. The resources are searched for under the resource name, and with an appropriate extension. The pipeline
extractres file.ps | includeres >out.ps
will move all resources appearing in a document to the document prologue, removing redundant copies. The output file can then be put through page re-arrangement filters such as psnup or pstops safely.
Exit status:
0 |
if OK, | ||
1 |
if arguments or options are incorrect, or there is some other problem starting up, | ||
2 |
if there is some problem during processing, typically an error reading or writing an input or output file. |
Written by Angus J. C. Duggan and Reuben Thomas.
includeres does not alter the %%DocumentNeededResources comments.
Copyright
© Reuben Thomas 2012−2019.
Copyright © Angus J. C. Duggan 1991−1997.
PostScript is a trademark of Adobe Systems Incorporated.
psutils(1), paper(1)