1PS2PDFWR(1) Ghostscript PS2PDFWR(1)
2
3
4
6 ps2pdfwr - Convert PostScript to PDF without specifying Compatibil‐
7 ityLevel, using ghostscript
8
10 ps2pdfwr [options...] {input.[e]ps|-} [output.pdf|-]
11
13 This wrapper script invokes gs(1) with following arguments
14
15 -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite
16
17 as well as the appropriate -dOutputFile argument, all preceded and fol‐
18 lowed by any command-line arguments. Finally, the security option
19 -dSAFER is prepended before all the other options.
20
21 The version-specific ps2pdf scripts all invoke this one with the addi‐
22 tion of the respective compatibility level option.
23
25 gs(1), ps2pdf(1)
26
28 This document was last revised for Ghostscript version 9.25.
29
31 Artifex Software, Inc. are the primary maintainers of Ghostscript.
32 This manpage by George Ferguson.
33
34
35
369.25 13 September 2018 PS2PDFWR(1)