From owner-freebsd-questions@FreeBSD.ORG Wed Oct 15 07:02:31 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6956E16A4B3 for ; Wed, 15 Oct 2003 07:02:31 -0700 (PDT) Received: from falcon.midgard.homeip.net (h76n3fls24o1048.bredband.comhem.se [213.67.148.76]) by mx1.FreeBSD.org (Postfix) with SMTP id 3F10C43FB1 for ; Wed, 15 Oct 2003 07:02:27 -0700 (PDT) (envelope-from ertr1013@student.uu.se) Received: (qmail 89533 invoked by uid 1001); 15 Oct 2003 14:02:25 -0000 Date: Wed, 15 Oct 2003 16:02:25 +0200 From: Erik Trulsson To: Doug Poland Message-ID: <20031015140225.GA89467@falcon.midgard.homeip.net> Mail-Followup-To: Doug Poland , questions@freebsd.org References: <1784.172.16.1.33.1066225968.squirrel@email.polands.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1784.172.16.1.33.1066225968.squirrel@email.polands.org> User-Agent: Mutt/1.5.4i cc: questions@freebsd.org Subject: Re: postscript to pdf conversion X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Oct 2003 14:02:31 -0000 On Wed, Oct 15, 2003 at 08:52:48AM -0500, Doug Poland wrote: > Hello, > > Is there a port that can convert a postscript file to a pdf? I've got GNU Ghostscript > installed and think that should do it. > > Also, I'm in a pinch for time so if someone has a quicky command-line example > I'd really appreciate it. If you have Ghostscript installed, you already have the ps2pdf(1) script installed, which should do the job. The commandline should simply be something like: ps2pdf infile.ps outfile.pdf -- Erik Trulsson ertr1013@student.uu.se