Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

extractres(1) [debian man page]

EXTRACTRES(1)						      General Commands Manual						     EXTRACTRES(1)

NAME
extractres - filter to extract resources from a PostScript document SYNOPSIS
extractres [ -m ] < document.ps > output.ps DESCRIPTION
Extractres extracts resources (fonts, procsets, patterns, files, etc) appearing in a PostScript document, and puts appropriate %%IncludeRe- source comments in the document prologue. The extracted resources are written to files with the same name as the resource, and an appropri- ate 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. The -m option combines the resources of the same name into one file; this must be used for some programs which download fonts a bit at a time. AUTHOR
Copyright (C) Angus J. C. Duggan 1991-1995 SEE ALSO
psbook(1), psselect(1), pstops(1), epsffit(1), psnup(1), psresize(1), psmerge(1), fixscribeps(1), getafm(1), fixdlsrps(1), fixfmps(1), fix- psditps(1), fixpspps(1), fixtpps(1), fixwfwps(1), fixwpps(1), fixwwps(1), extractres(1), includeres(1), showchar(1) TRADEMARKS
PostScript is a trademark of Adobe Systems Incorporated. BUGS
extractres does not alter the %%DocumentSuppliedResources comments. PSUtils Release 1 Patchlevel 17 EXTRACTRES(1)

Check Out this Related Man Page

PSSELECT(1)						      General Commands Manual						       PSSELECT(1)

NAME
psselect - select pages from a PostScript file SYNOPSIS
psselect [ -q ] [ -e ] [ -o ] [ -r ] [ -ppages ] [ pages ] [ infile [ outfile ] ] DESCRIPTION
Psselect selects pages from a PostScript document, creating a new PostScript file. The input PostScript file should follow the Adobe Docu- ment Structuring Conventions. The -e option selects all of the even pages; it may be used in conjunction with the other page selection options to select the even pages from a range of pages. The -o option selects all of the odd pages; it may be used in conjunction with the other page selection options. The -ppages option specifies the pages which are to be selected. Pages is a comma separated list of page ranges, each of which may be a page number, or a page range of the form first-last. If first is omitted, the first page is assumed, and if last is omitted, the last page is assumed. The prefix character `_' indicates that the page number is relative to the end of the document, counting backwards. If just this character with no page number is used, a blank page will be inserted. The -r option causes psselect to output the selected pages in reverse order. Psselect normally prints the page numbers of the pages rearranged; the -q option suppresses this. If any of the -r, -e, or -o options are specified, the page range must be given with the -p option. This is for backwards compatibility with previous versions. NOTES
The page number given to psselect is the number of the page counting from the start or end of the file, starting at one. The actual page number in the document may be different. AUTHOR
Copyright (C) Angus J. C. Duggan 1991-1995 SEE ALSO
psbook(1), psselect(1), pstops(1), epsffit(1), psnup(1), psresize(1), psmerge(1), fixscribeps(1), getafm(1), fixdlsrps(1), fixfmps(1), fix- psditps(1), fixpspps(1), fixtpps(1), fixwfwps(1), fixwpps(1), fixwwps(1), extractres(1), includeres(1), showchar(1) TRADEMARKS
PostScript is a trademark of Adobe Systems Incorporated. BUGS
Psselect does not accept all DSC comments. PSUtils Release 1 Patchlevel 17 PSSELECT(1)
Man Page