Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/feature-vt/sys/src/cmd/gs/man/ps2ps.1 – Rev 2

Subversion Repositories planix.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
.\" $Id: ps2ps.1,v 1.44 2005/10/20 19:46:55 ray Exp $
2
.TH PS2PS 1 "20 October 2005" 8.53 "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, normalized and (usually) faster PostScript in
12
"output.ps".  Normally the output is allowed to use PostScript Level 2
13
or Level 3 constructs, but the \fB\-dLanguageLevel=1\fR option restricts
14
the output to Level 1.
15
.PP
16
\fBeps2eps\fR performs the equivalent optimization for Encapsulated
17
PostScript (EPS) files.
18
.PP
19
Both accept any general Ghostscript command line options, and
20
respectively options specific to the pswrite and epswrite devices.
21
.SH FILES
22
Run "\fBgs -h\fR" to find the location of Ghostscript documentation on your
23
system, from which you can get more details.
24
.SH BUGS
25
The pswrite device used by both \fBps2ps\fR and \fBeps2eps\fR produces much
26
lower level output than is desirable. Use with caution.
27
.SH SEE ALSO
28
ps2pdf(1), ps2ascii(1), ps2epsi(1)
29
.SH VERSION
30
This document was last revised for Ghostscript version 8.53.
31
.SH AUTHOR
32
artofcode LLC and Artifex Software are the primary maintainers of Ghostscript.
33
Please send bug reports to <bug-gs@ghostscript.com>.