Re: PDF creation tools

2007-09-10 Thread Jordan McLain
PDF::API2 is awesome. I use it to create entire pdf documents as well as to lay text over already existing pdf documents. Jordan On 9/5/07, Bill Whillers <[EMAIL PROTECTED]> wrote: > > Hello, > > I'm looking for a fast and simple module for creating simple PDF format > documents from mostly text

RE: PDF creation tools

2007-09-06 Thread Peter Lytle
paign Solutions Peter Lytle, Principal [EMAIL PROTECTED] www.bluecampaigns.com -Original Message- From: Bill Whillers [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 05, 2007 10:47 PM To: modperl@perl.apache.org Subject: PDF creation tools Hello,

Re: PDF creation tools

2007-09-06 Thread Cosimo Streppone
Bill Whillers wrote: I'm looking for a fast and simple module for creating simple PDF format documents from mostly text data and possibly some small images (i.e. icons, etc.). Any recommedations? Hi Bill, I think you should take a look at PDF::ReportWriter ( http://search.cpan.org/dist/PDF

Re: PDF creation tools

2007-09-05 Thread Jay Scherrer
A very simple that I have used is PDF::Create. I don't know if they have done any upgrading. However, it had enabled me to create pdf files for tax purposes on the fly very easy. Jay Scherrer Scherrer Company Real Estate and Tax strategies 206.701.7952 Bill Whillers wrote: Hello, I'm looking

PDF creation tools

2007-09-05 Thread Bill Whillers
Hello, I'm looking for a fast and simple module for creating simple PDF format documents from mostly text data and possibly some small images (i.e. icons, etc.). Lot's of tools available on either CPAN or Source Forge, but it's been a while since I've looked at these and I'm guessing 1 or 2 ha