Subversion Repositories planix.SVN

Rev

Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
.\" $Id: ps2pdf.1,v 1.42 2005/10/20 19:46:55 ray Exp $
2
.TH PS2PDF 1 "20 October 2005" 8.53 Ghostscript \" -*- nroff -*-
3
.SH NAME
4
ps2pdf \- Convert PostScript to PDF using ghostscript
5
.br
6
ps2pdf12 \- Convert PostScript to PDF\ 1.2 (Acrobat\ 3-and-later compatible) using ghostscript
7
.br
8
ps2pdf13 \- Convert PostScript to PDF\ 1.3 (Acrobat\ 4-and-later compatible) using ghostscript
9
.SH SYNOPSIS
10
\fBps2pdf\fR  [options...] {input.[e]ps|-} [output.pdf|-]
11
.br
12
\fBps2pdf12\fR  [options...] {input.[e]ps|-} [output.pdf|-]
13
.br
14
\fBps2pdf13\fR  [options...] {input.[e]ps|-} [output.pdf|-]
15
.SH DESCRIPTION
16
The
17
.B ps2pdf
18
scripts are work-alikes for nearly all the functionality (but not the
19
user interface) of Adobe's Acrobat(TM) Distiller(TM) product: they
20
convert PostScript files to Portable Document Format (PDF) files. 
21
.PP
22
The three scripts differ as follows:
23
.IP -
24
.B ps2pdf12
25
will always produce PDF 1.2 output (Acrobat 3-and-later compatible).
26
.IP -
27
.B ps2pdf13
28
will always produce PDF 1.3 output (Acrobat 4-and-later compatible).
29
.IP -
30
.B ps2pdf
31
per se currently produces PDF 1.2 output (Acrobat 3-and-later
32
compatible). However, this may change in the future. If you care about
33
the compatibility level of the output, use
34
.B ps2pdf12
35
or
36
.BR ps2pdf13 ,
37
or use the
38
.B \-dCompatibility=1.x
39
switch in the command line.
40
.PP
41
There are some limitations in
42
.BR ps2pdf 's
43
conversion. See the HTML documentation for more information.
44
.SH SEE ALSO
45
gs(1), ps2pdfwr(1),
46
.br
47
Ps2pdf.htm in the Ghostscript documentation
48
.SH VERSION
49
This document was last revised for Ghostscript version 8.53.
50
.SH AUTHOR
51
artofcode LLC and Artifex Software, bug-gs at ghostscript.com, are the
52
primary maintainers of Ghostscript.
53
This manpage by George Ferguson.