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
I have done a good bit of work with PDF::API2 - it's not extensively documented (that's an understatement) but from what I've found, it seems to be the most complete, at least for a Perl tool. Peter Lytle _ Blue Campaign Solutions Peter

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