includeres - Man Page
include resources in a PostScript document
Synopsis
includeres [OPTION...] [INFILE [OUTFILE]]
Description
Include resources in a PostScript document.
- --help
display this help and exit
- -v, --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.
Author
Written by Angus J. C. Duggan and Reuben Thomas.
Bugs
includeres does not alter the %%DocumentNeededResources comments.
Copyright
Copyright © Reuben Thomas 2012-2022.
Copyright © Angus J. C. Duggan 1991-1997.
Trademarks
PostScript is a trademark of Adobe Systems Incorporated.