1PS2PS(1) Ghostscript Tools PS2PS(1)
2
3
4
6 ps2ps, eps2eps - Ghostscript PostScript "distiller"
7
9 ps2ps [ options ] input output.ps
10 eps2eps [ options ] input output.eps
11
13 ps2ps uses gs(1) to convert PostScript(tm) or PDF(tm) file "input" to
14 simpler, normalized and (usually) faster PostScript in "output.ps".
15 The output is level 2 DSC 3.0 conforming PostScript.
16
17 eps2eps performs the equivalent optimization, creating Encapsulated
18 PostScript (EPS) files. NB, despite the name, the input need not be an
19 EPS file, PostScript or indeed PDF files are equally acceptable.
20
21 Both accept any general Ghostscript command line options, and options
22 specific to the ps2write and eps2write devices.
23
25 Run "gs -h" to find the location of Ghostscript documentation on your
26 system, from which you can get more details.
27
29 ps2pdf(1), ps2ascii(1), ps2epsi(1)
30
32 This document was last revised for Ghostscript version 9.27.
33
35 Artifex Software, Inc. are the primary maintainers of Ghostscript.
36
37
38
399.27 4 April 2019 PS2PS(1)