diff options
Diffstat (limited to 'upstream/mageia-cauldron/man1/includeres.1')
-rw-r--r-- | upstream/mageia-cauldron/man1/includeres.1 | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/upstream/mageia-cauldron/man1/includeres.1 b/upstream/mageia-cauldron/man1/includeres.1 new file mode 100644 index 00000000..2c8031cf --- /dev/null +++ b/upstream/mageia-cauldron/man1/includeres.1 @@ -0,0 +1,65 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13. +.TH INCLUDERES "1" "October 2021" "includeres 2.07" "User Commands" +.SH NAME +includeres - include resources in a PostScript document +.SH SYNOPSIS +.B includeres +[\fI\,OPTION\/\fR...] [\fI\,INFILE \/\fR[\fI\,OUTFILE\/\fR]] +.SH DESCRIPTION +Include resources in a PostScript document. +.TP +\fB\-\-help\fR +display this help and exit +.TP +\fB\-\-version\fR +display version information and exit +.PP +.B Includeres +includes resources (fonts, procsets, patterns, files, etc.) in place of +.B %%IncludeResource +comments in a PostScript document. +The resources are searched for under the resource name, and with an +appropriate extension. +The pipeline +.sp +.RS +extractres file.ps | includeres >out.ps +.RE +.sp +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 +.B psnup +or +.B pstops +safely. + +.SS "Exit status:" +.TP +0 +if OK, +.TP +1 +if arguments or options are incorrect, or there is some other problem +starting up, +.TP +2 +if there is some problem during processing, typically an error reading or +writing an input or output file. +.SH AUTHOR +Written by Angus J. C. Duggan and Reuben Thomas. +.SH BUGS +.B includeres +does not alter the +.B %%DocumentNeededResources +comments. +.SH COPYRIGHT +Copyright \(co Reuben Thomas 2012\-2019. +.br +Copyright \(co Angus J. C. Duggan 1991\-1997. +.SH TRADEMARKS +.B PostScript +is a trademark of Adobe Systems Incorporated. +.SH "SEE ALSO" +.BR psutils (1), +.BR paper (1) |