2 |
- |
1 |
.\" $Id: ps2pdfwr.1,v 1.41 2005/10/20 19:46:55 ray Exp $
|
|
|
2 |
.TH PS2PDFWR 1 "20 October 2005" 8.53 Ghostscript \" -*- nroff -*-
|
|
|
3 |
.SH NAME
|
|
|
4 |
ps2pdfwr \- Convert PostScript to PDF without specifying CompatibilityLevel, using ghostscript
|
|
|
5 |
.SH SYNOPSIS
|
|
|
6 |
\fBps2pdfwr\fR [options...] {input.[e]ps|-} [output.pdf|-]
|
|
|
7 |
.SH DESCRIPTION
|
|
|
8 |
This wrapper script invokes
|
|
|
9 |
.BR gs (1)
|
|
|
10 |
with following arguments
|
|
|
11 |
|
|
|
12 |
.ce
|
|
|
13 |
.B -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite
|
|
|
14 |
|
|
|
15 |
as well as the appropriate
|
|
|
16 |
.B -dOutputFile
|
|
|
17 |
argument, all preceded and followed by any command-line arguments. Finally, the security option
|
|
|
18 |
.B -dSAFER
|
|
|
19 |
is prepended before all the other options.
|
|
|
20 |
|
|
|
21 |
The version-specific
|
|
|
22 |
.B ps2pdf
|
|
|
23 |
scripts all invoke this one with the addition of the respective compatibility level option.
|
|
|
24 |
.SH SEE ALSO
|
|
|
25 |
gs(1), ps2pdf(1)
|
|
|
26 |
.SH VERSION
|
|
|
27 |
This document was last revised for Ghostscript version 8.53.
|
|
|
28 |
.SH AUTHOR
|
|
|
29 |
artofcode LLC and Artifex Software, bug-gs at ghostscript.com, are the
|
|
|
30 |
primary maintainers of Ghostscript.
|
|
|
31 |
This manpage by George Ferguson.
|