diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
commit | fc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch) | |
tree | ce1e3bce06471410239a6f41282e328770aa404a /upstream/archlinux/man1/ps2pdfwr.1 | |
parent | Initial commit. (diff) | |
download | manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip |
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/archlinux/man1/ps2pdfwr.1')
-rw-r--r-- | upstream/archlinux/man1/ps2pdfwr.1 | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/upstream/archlinux/man1/ps2pdfwr.1 b/upstream/archlinux/man1/ps2pdfwr.1 new file mode 100644 index 00000000..cfd2a8e8 --- /dev/null +++ b/upstream/archlinux/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. |