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_posix/sys/src/cmd/gs/man/pdf2ps.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: pdf2ps.1,v 1.38 2005/10/20 19:46:55 ray Exp $
2
.TH PDF2PS 1 "20 October 2005" 8.53 "Ghostscript Tools" \" -*- nroff -*-
3
.SH NAME
4
pdf2ps \- Ghostscript PDF to PostScript translator
5
.SH SYNOPSIS
6
\fBpdf2ps\fR [ \fIoptions\fR ] \fIinput.pdf [output.ps]\fR
7
.SH DESCRIPTION
8
\fBpdf2ps\fR uses \fBgs\fR(1) to convert the Adobe \fBPortable Document
9
Format\fR (PDF) file "input.pdf" to \fBPostScript\fR(tm) in "output.ps".
10
Normally the output is allowed to use PostScript Level 2 (but not PostScript
11
LanguageLevel 3) constructs; the \fB-dLanguageLevel=1\fR option restricts
12
the output to Level 1, while \fB-dLanguageLevel=3\fR allows using
13
LanguageLevel 3 in the output.
14
.SH FILES
15
Run "\fBgs -h\fR" to find the location of Ghostscript documentation on your
16
system, from which you can get more details.
17
.SH VERSION
18
This document was last revised for Ghostscript version 8.53.
19
.SH AUTHOR
20
artofcode LLC and Artifex Software, bug-gs at ghostscript.com, are the
21
primary maintainers of Ghostscript.