From owner-freebsd-questions@FreeBSD.ORG Sat Jan 3 20:40:23 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 38AE21065676 for ; Sat, 3 Jan 2009 20:40:23 +0000 (UTC) (envelope-from hartzell@alerce.com) Received: from merlin.alerce.com (merlin.alerce.com [64.62.142.94]) by mx1.freebsd.org (Postfix) with ESMTP id 251498FC08 for ; Sat, 3 Jan 2009 20:40:23 +0000 (UTC) (envelope-from hartzell@alerce.com) Received: from merlin.alerce.com (localhost [127.0.0.1]) by merlin.alerce.com (Postfix) with ESMTP id EBAF933C62; Sat, 3 Jan 2009 12:07:57 -0800 (PST) Received: from merlin.alerce.com (localhost [127.0.0.1]) by merlin.alerce.com (Postfix) with ESMTP id 9454733C5B; Sat, 3 Jan 2009 12:07:57 -0800 (PST) From: George Hartzell MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18783.50589.313277.343221@almost.alerce.com> Date: Sat, 3 Jan 2009 12:07:57 -0800 To: weif@weif.net In-Reply-To: <200901031941.n03Jf8EJ020954@maxine.cjones.org> References: <200901031941.n03Jf8EJ020954@maxine.cjones.org> X-Mailer: VM 7.19 under Emacs 22.1.50.1 X-Virus-Scanned: ClamAV using ClamSMTP Cc: freebsd-questions@freebsd.org Subject: Re: Setting up a PDF printer X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: hartzell@alerce.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jan 2009 20:40:23 -0000 Keith Seyffarth writes: > > What do I need to install to make printing a pdf from the print > command in an appliction as an option. > > It looks like panda may do this, but I'm unsure. > > My immediate goal is to be able to print invoices to .pdf from > gnucash. If you're using the cups printing subsystem you can use the cups-pdf port/package. You end up with the pdf's deposited in /var/spool/cups-pdf/USERNAME. g.