blob: 93e66955e9ebb9f8b4471975a9e100f4bb87111a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
.TH PSPDFUTILS "1" "2024\-04\-08" "pspdfutils 3.3.2" "User Commands"
.SH NAME
pspdfutils
.SH SYNOPSIS
.B pspdfutils
[OPTION...] [INFILE [OUTFILE]]
.SH DESCRIPTION
.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.
Include resources in a PostScript document.
.TP
\fBINFILE\fR
`\-' or no INFILE argument means standard input
.TP
\fBOUTFILE\fR
`\-' or no OUTFILE argument means standard output
.SH OPTIONS
.TP
\fB\-v\fR, \fB\-\-version\fR
show program's version number and exit
.TP
\fB\-q\fR, \fB\-\-quiet\fR
don't show progress
.SH AUTHOR
.nf
.SH BUGS
.B includeres
does not alter the
.B %%DocumentNeededResources
comments.
.fi
|