1PDF2PS(1) Ghostscript Tools PDF2PS(1)
2
3
4
6 pdf2ps - Ghostscript PDF to PostScript translator
7
9 pdf2ps [ options ] input.pdf [output.ps]
10
12 pdf2ps uses gs(1) to convert the Adobe Portable Document Format (PDF)
13 file "input.pdf" to PostScript(tm) in "output.ps". Normally the output
14 is allowed to use PostScript Level 2 (but not PostScript LanguageLevel
15 3) constructs; the -dLanguageLevel=1 option restricts the output to
16 Level 1, while -dLanguageLevel=3 allows using LanguageLevel 3 in the
17 output.
18
20 Run "gs -h" to find the location of Ghostscript documentation on your
21 system, from which you can get more details.
22
24 This document was last revised for Ghostscript version 8.70.
25
27 Artifex Software, Inc. are the primary maintainers of Ghostscript.
28
29
30
318.70 31 July 2009 PDF2PS(1)