From owner-freebsd-ports@FreeBSD.ORG Mon Jun 11 03:31:09 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5EF8A16A400 for ; Mon, 11 Jun 2007 03:31:09 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from smtpclu-3.eunet.yu (smtpclu-3.eunet.yu [194.247.192.228]) by mx1.freebsd.org (Postfix) with ESMTP id CB85A13C44B for ; Mon, 11 Jun 2007 03:31:08 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from nyx.localhost (adsl-232-193.eunet.yu [213.198.232.193]) by smtpclu-3.eunet.yu (8.13.6/8.13.6) with ESMTP id l5B3Um48029746; Mon, 11 Jun 2007 05:30:49 +0200 Message-Id: <200706110330.l5B3Um48029746@smtpclu-3.eunet.yu> Date: Mon, 11 Jun 2007 05:30:48 +0200 From: Nikola Lecic To: Scott Bennett In-Reply-To: <200706110306.l5B36nq3005211@mp.cs.niu.edu> References: <200706110306.l5B36nq3005211@mp.cs.niu.edu> X-Mailer: Claws Mail 2.9.2 (GTK+ 2.10.12; i386-portbld-freebsd6.2) X-Operating-System: FreeBSD 6.2-RELEASE X-Face: pbl6-.[$G'Fi(Ogs2xlXP-V6{3||$Y[LOYs&~GJoikj'cVjcFC[V7du;;0~6nO= [Vi2?uU1Pq~,=Adj@,T:|"`$AF~il]J.Nz#2pU',Y7.{B;m/?{#sO^Dvo$rnmY6] Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-EUNET-AVAS-Milter-Version: 2.0.0 X-AVAS-Virus-Status: clean X-AVAS-Spamd-Symbols: BAYES_60,UNPARSEABLE_RELAY X-AVAS-Spam-Score: 1.0 X-AVAS-Spam-Level: xx Cc: freebsd-ports@freebsd.org Subject: Re: PS to PDF converter needed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jun 2007 03:31:09 -0000 On Sun, 10 Jun 2007 22:06:49 -0500 (CDT) Scott Bennett 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