~ubuntu-branches/ubuntu/jaunty/ghostscript/jaunty-updates

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
.\" $Id: ps2ps.1 9434 2009-02-03 17:03:41Z giles $
.TH PS2PS 1 "3 February 2009" 8.64 "Ghostscript Tools" \" -*- nroff -*-
.SH NAME
ps2ps, eps2eps \- Ghostscript PostScript "distiller"
.SH SYNOPSIS
\fBps2ps\fR [ \fIoptions\fR ] \fIinput.ps output.ps\fR
.br
\fBeps2eps\fR [ \fIoptions\fR ] \fIinput.eps output.eps\fR
.SH DESCRIPTION
\fBps2ps\fR uses \fIgs\fR(1) to convert \fBPostScript\fR(tm) file
"input.ps" to simpler, normalized and (usually) faster PostScript in
"output.ps".  Normally the output is allowed to use PostScript Level 2
or Level 3 constructs, but the \fB\-dLanguageLevel=1\fR option restricts
the output to Level 1.
.PP
\fBeps2eps\fR performs the equivalent optimization for Encapsulated
PostScript (EPS) files.
.PP
Both accept any general Ghostscript command line options, and
respectively options specific to the pswrite and epswrite devices.
.SH FILES
Run "\fBgs -h\fR" to find the location of Ghostscript documentation on your
system, from which you can get more details.
.SH BUGS
The pswrite device used by both \fBps2ps\fR and \fBeps2eps\fR produces much
lower level output than is desirable. Use with caution.
.SH SEE ALSO
ps2pdf(1), ps2ascii(1), ps2epsi(1)
.SH VERSION
This document was last revised for Ghostscript version 8.64.
.SH AUTHOR
Artifex Software, Inc. are the 
primary maintainers of Ghostscript.