summaryrefslogtreecommitdiffstats
path: root/upstream/fedora-rawhide/man1/ps2pdfwr.1
diff options
context:
space:
mode:
Diffstat (limited to 'upstream/fedora-rawhide/man1/ps2pdfwr.1')
-rw-r--r--upstream/fedora-rawhide/man1/ps2pdfwr.131
1 files changed, 31 insertions, 0 deletions
diff --git a/upstream/fedora-rawhide/man1/ps2pdfwr.1 b/upstream/fedora-rawhide/man1/ps2pdfwr.1
new file mode 100644
index 00000000..cfd2a8e8
--- /dev/null
+++ b/upstream/fedora-rawhide/man1/ps2pdfwr.1
@@ -0,0 +1,31 @@
+.TH PS2PDFWR 1 "01 November 2023" 10.02.1 Ghostscript \" -*- nroff -*-
+.SH NAME
+ps2pdfwr \- Convert PostScript to PDF without specifying CompatibilityLevel, using ghostscript
+.SH SYNOPSIS
+\fBps2pdfwr\fR [options...] {input.[e]ps|-} [output.pdf|-]
+.SH DESCRIPTION
+This wrapper script invokes
+.BR gs (1)
+with following arguments
+
+.ce
+.B -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite
+
+as well as the appropriate
+.B -dOutputFile
+argument, all preceded and followed by any command-line arguments. Finally, the security option
+.B -dSAFER
+is prepended before all the other options (This is now redundant as "SAFER" is now the default,
+but the option does no harm).
+
+The version-specific
+.B ps2pdf
+scripts all invoke this one with the addition of the respective compatibility level option.
+.SH SEE ALSO
+gs(1), ps2pdf(1)
+.SH VERSION
+This document was last revised for Ghostscript version 10.02.1.
+.SH AUTHOR
+Artifex Software, Inc. are the
+primary maintainers of Ghostscript.
+This manpage by George Ferguson.