* Jeff Noxon <[EMAIL PROTECTED]> wrote:

> gs contains a program called ps2pdf that will convert any
> Postscript file to PDF.
ps2pdf is only a wrapper around ghostscript:

,----[ ps2pdf ]
| [...]
| # Doing an initial 'save' helps keep fonts from being flushed between pages.
| exec gs -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=$outfile $OPTIONS 
-c save pop -f $infile
`----

Reply via email to