Penguin
Annotated edit history of ps2pdf14(1) version 2, including all changes. View license author blame.
Rev Author # Line
1 perry 1 PS2PDF
2 !!!PS2PDF
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 SEE ALSO
7 VERSION
8 AUTHOR
9 ----
10 !!NAME
11
12
2 perry 13 ps2pdf - Convert !PostScript to PDF using ghostscript
14 ps2pdf12 - Convert !PostScript to PDF 1.2 (Acrobat 3-and-later compatible) using ghostscript
15 ps2pdf13 - Convert !PostScript to PDF 1.3 (Acrobat 4-and-later compatible) using ghostscript
1 perry 16 !!SYNOPSIS
17
18
19 __ps2pdf__ [[options...] (input.[[e]ps|-)
20 [[output.pdf|-]__
21 ps2pdf12__ [[options...] (input.[[e]ps|-)
22 [[output.pdf|-]__
23 ps2pdf13__ [[options...] (input.[[e]ps|-)
24 [[output.pdf|-]
25 !!DESCRIPTION
26
27
28 The __ps2pdf__ scripts are work-alikes for nearly all the
29 functionality (but not the user interface) of Adobe's
2 perry 30 Acrobat(TM) Distiller(TM) product: they convert !PostScript
1 perry 31 files to Portable Document Format (PDF) files.
32
33
34 The three scripts differ as follows:
35
36
37 -
38
39
40 __ps2pdf12__ will always produce PDF 1.2 output (Acrobat
41 3-and-later compatible).
42
43
44 -
45
46
47 __ps2pdf13__ will always produce PDF 1.3 output (Acrobat
48 4-and-later compatible).
49
50
51 -
52
53
54 __ps2pdf__ per se currently produces PDF 1.2 output
55 (Acrobat 3-and-later compatible). However, this may change
56 in the future. If you care about the compatibility level of
57 the output, use __ps2pdf12__ or __ps2pdf13__, or use
58 the __-dCompatibility=1.x__ switch in the command
59 line.
60
61
62 There are some limitations in __ps2pdf__'s conversion.
63 See the HTML documentation for more
64 information.
65 !!SEE ALSO
66
67
68 gs(1), ps2pdfwr(1),
69 Ps2pdf.htm in the Ghostscript documentation
70 !!VERSION
71
72
73 This document was last revised for Ghostscript version
74 6.53.
75 !!AUTHOR
76
77
78 L. Peter Deutsch
79 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.