2 |
- |
1 |
.\" $Id: eps2eps.1,v 1.4 2002/07/11 02:54:22 lpd Exp $
|
|
|
2 |
.TH PS2PS 1 "31 December 2000" 6.60 "Ghostscript Tools" \" -*- nroff -*-
|
|
|
3 |
.SH NAME
|
|
|
4 |
ps2ps, eps2eps \- Ghostscript PostScript "distiller"
|
|
|
5 |
.SH SYNOPSIS
|
|
|
6 |
\fBps2ps\fR [ \fIoptions\fR ] \fIinput.ps output.ps\fR
|
|
|
7 |
.br
|
|
|
8 |
\fBeps2eps\fR [ \fIoptions\fR ] \fIinput.eps output.eps\fR
|
|
|
9 |
.SH DESCRIPTION
|
|
|
10 |
\fBps2ps\fR uses \fIgs\fR(1) to convert \fBPostScript\fR(tm) file
|
|
|
11 |
"input.ps" to simpler and (usually) faster PostScript in
|
|
|
12 |
"output.ps". Normally the output is allowed to use PostScript Level 2
|
|
|
13 |
constructs, but the \fB\-dLanguageLevel=1\fR option restricts the output to
|
|
|
14 |
Level 1.
|
|
|
15 |
.PP
|
|
|
16 |
\fBeps2eps\fR performs the equivalent optimization for Encapsulated
|
|
|
17 |
PostScript (EPS) files.
|
|
|
18 |
.SH FILES
|
|
|
19 |
Run "\fBgs -h\fR" to find the location of Ghostscript documentation on your
|
|
|
20 |
system, from which you can get more details.
|
|
|
21 |
.SH VERSION
|
|
|
22 |
This document was last revised for Ghostscript version 6.60.
|
|
|
23 |
.SH AUTHOR
|
|
|
24 |
artofcode LLC and Artifex Software, bug-gs at ghostscript.com, are the
|
|
|
25 |
primary maintainers of Ghostscript.
|