Date: Mon, 11 Jun 2007 05:30:48 +0200 From: Nikola Lecic <nlecic@EUnet.yu> To: Scott Bennett <bennett@cs.niu.edu> Cc: freebsd-ports@freebsd.org Subject: Re: PS to PDF converter needed Message-ID: <200706110330.l5B3Um48029746@smtpclu-3.eunet.yu> In-Reply-To: <200706110306.l5B36nq3005211@mp.cs.niu.edu> References: <200706110306.l5B36nq3005211@mp.cs.niu.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 10 Jun 2007 22:06:49 -0500 (CDT) Scott Bennett <bennett@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=3Da4 -r300 \ -sDEVICE=3Dpdfwrite \ -sOutputFile=3Dtest.pdf \ test.ps or ps2pdf* from the same package. See gs(1) and ps2pdf(1) for details. Nikola Le=C4=8Di=C4=87
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706110330.l5B3Um48029746>