Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 4.8

i386

ps2pdfwr(1)


PS2PDFWR

PS2PDFWR

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO
VERSION
AUTHOR

NAME

ps2pdfwr − Convert PostScript to PDF without specifying CompatibilityLevel, using ghostscript

SYNOPSIS

ps2pdfwr [options...] {input.[e]ps|-} [output.pdf|-]

DESCRIPTION

This wrapper script invokes gs(1) with following arguments

-q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite

as well as the appropriate -dOutputFile argument, all preceded and followed by any command-line arguments. Finally, the security option -dSAFER is prepended before all the other options.

The version-specific ps2pdf scripts all invoke this one with the addition of the respective compatibility level option.

SEE ALSO

gs(1), ps2pdf(1)

VERSION

This document was last revised for Ghostscript version 7.07.

AUTHOR

L. Peter Deutsch <ghost@aladdin.com> is the principal author of Ghostscript. Russell J. Lang <rjl@aladdin.com> is the author of most of the MS Windows code in Ghostscript. This manpage by George Ferguson.



ps2pdfwr(1)