From owner-freebsd-questions@FreeBSD.ORG Fri Oct 10 05:31:34 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 9CA9816A4B3 for ; Fri, 10 Oct 2003 05:31:34 -0700 (PDT) Received: from arrow.velocet.net (ptr.akibako.net [216.138.223.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id E517A43F3F for ; Fri, 10 Oct 2003 05:31:33 -0700 (PDT) (envelope-from willyyam@sillyrabbi.dyndns.org) Received: from sillyrabbi.dyndns.org (H241.C230.tor.velocet.net [216.138.230.241]) by arrow.velocet.net (Postfix) with ESMTP id 7721A55FF for ; Fri, 10 Oct 2003 08:31:32 -0400 (EDT) Received: from willyyam by sillyrabbi.dyndns.org with local (Exim 4.12) id 1A7wQn-0000WK-00 for freebsd-questions@freebsd.org; Fri, 10 Oct 2003 08:31:41 -0400 Date: Fri, 10 Oct 2003 08:31:41 -0400 From: William O'Higgins To: freebsd-questions@freebsd.org Message-ID: <20031010123141.GA1925@sillyrabbi.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Sender: William O'Higgins Subject: writing pdfs 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: Fri, 10 Oct 2003 12:31:34 -0000 I have grown tired of using MS Word as my standard document output format. I haven't gotten OpenOffice to work under FreeBSD (and it isn't my favourite tool by a long shot) and I am most happy generating text in vi. PDF is eminently portable, and I think that it would suit my purposes nicely. I had some thoughts about generating PDFs, but I was hoping for advice about which tools to use. Should I just learn how to mark up a text page manually (I write HTML almost as quickly as plain text)? Should I learn TeX or some variant and translate it? I hear that PHP has some excellent PDF-generation tools; should I write up a command-line interpreter myself? Any suggestions would be appreciated. I did a bit of searching, but I didn't find any real *advice* on what process to use, and most of the tools that I found are for viewing PDFs, not writing them. Thanks. -- yours, William