Rename folder name from german to english
[ccbib.git] / psutils / extractres.man
blobe070223382731c94354879c65361da3e591652e1
1 .TH EXTRACTRES 1 "PSUtils Release @RELEASE@ Patchlevel @PATCHLEVEL@"
2 .SH NAME
3 extractres \- filter to extract resources from a PostScript document
4 .SH SYNOPSIS
5 .B extractres 
7 .B \-m
8 ] < 
9 .I document.ps
11 .I output.ps
12 .SH DESCRIPTION
13 .I Extractres
14 extracts resources (fonts, procsets, patterns, files, etc) appearing in a
15 PostScript document, and puts appropriate
16 .I %%IncludeResource
17 comments in the document prologue. The extracted resources are written to
18 files with the same name as the resource, and an appropriate extension. The
19 pipeline
20 .sp
21 .ce
22 extractres file.ps | includeres >out.ps
23 .sp
24 will move all resources appearing in a document to the document prologue,
25 removing redundant copies. The output file can then be put through page
26 re-arrangement filters such as
27 .I psnup
28 or 
29 .I pstops
30 safely.
31 .PP
32 The
33 .B \-m
34 option combines the resources of the same name into one file; this must be
35 used for some programs which download fonts a bit at a time.
36 .SH AUTHOR
37 Copyright (C) Angus J. C. Duggan 1991-1995
38 .SH "SEE ALSO"
39 @MAN@
40 .SH TRADEMARKS
41 .B PostScript
42 is a trademark of Adobe Systems Incorporated.
43 .SH BUGS
44 .I extractres
45 does not alter the
46 .I %%DocumentSuppliedResources
47 comments.