PS to PDF converter needed

Nikola Lecic nlecic at EUnet.yu
Mon Jun 11 03:31:09 UTC 2007


On Sun, 10 Jun 2007 22:06:49 -0500 (CDT)
Scott Bennett <bennett at cs.niu.edu> wrote:

>      Is there anything in the ports tree that can convert a
> PostScript file to a PDF file?

Hello Scott,

Of course, print/ghostscript*; for example (ghostscript-gpl):

  %/usr/local/bin/gs -q -dNOPAUSE -dBATCH \
                        -sPAPERSIZE=a4 -r300 \
                        -sDEVICE=pdfwrite \
                        -sOutputFile=test.pdf \
                         test.ps

or ps2pdf* from the same package.

See gs(1) and ps2pdf(1) for details.

Nikola Lečić


More information about the freebsd-ports mailing list