1PSMERGE(1) General Commands Manual PSMERGE(1)
2
3
4
6 psmerge - filter to merge several PostScript files into one
7
9 psmerge [ -oout.ps ] [ file.ps ... ]
10
12 Psmerge merges PostScript documents into a single document. It only
13 works in the specific case the the files were created using the same
14 application, with the same device setup and resources (fonts, procsets,
15 patterns, files, etc) loaded.
16
17 If the -o option is used, output will be sent to the file named, other‐
18 wise it will go to standard output.
19
20 Psmerge will merge multiple files concatenated into a single file as if
21 they were in separate files.
22
24 Copyright (C) Angus J. C. Duggan 1991-1995
25
27 psbook(1), psselect(1), pstops(1), epsffit(1), psnup(1), psresize(1),
28 psmerge(1), fixscribeps(1), getafm(1), fixdlsrps(1), fixfmps(1), fixps‐
29 ditps(1), fixpspps(1), fixtpps(1), fixwfwps(1), fixwpps(1), fixwwps(1),
30 extractres(1), includeres(1)
31
33 PostScript is a trademark of Adobe Systems Incorporated.
34
36 psmerge is for a very specific case; it does not merge files in the
37 general case.
38
39
40
41 PSUtils Release 1 Patchlevel 17 PSMERGE(1)