I totally agree! PDF::API2 is utterly powerful, but the documentation is shamefully bad. I built a system to generate PDF invoices on the fly, for my company's sales department, using PDF::API2.

When I started that project I wanted to use some template (HTML preferebly) so the graphic guru's could change to look of the invoices themselves. I tried various modules for this matter (HTML->PDF) and sadly, not one of them could do everything I wanted it to; some (most of them) didn't handle tables, others couldnt handle pictures, or didn't understand CSS, etc. etc.
Therefore I gave up the idea of using templates (that the graphic'ers could understand) and dived (literally) into PDF::API2. Sometimes I had to read through the code just to find out what I could to and how to do it. Nevertheless I think it's a great package (framework is probably the right word).


For simple PDF creation I recommend PDF::API2::Lite.

Gretar Mar

Lawrence Statton wrote:
I would like to hear opinions (pros/cons) about the two apparently available methods for realatively easy PDF output creation - PDF::Create and PDF::API2. I figured I might listen to people that have used them with or without luck, before figuring out which one (or neither) would give me better mileage.



I use PDF::API2 every day and love it.

The documentation is horribly lacking (Track down the example files -
that is the best doco there is), but the library can do it all.

-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Lawrence Statton - [EMAIL PROTECTED] s/aba/c/g
Computer software consists of only two components: ones and
zeros, in roughly equal proportions. All that is required is to
sort them into the correct order.



-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to