NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Ahhh... pdflib (Score:1)
I'll have to check out PDFLib.pm and see how it works and if it would b
"Perl users are the Greatful Dead fans of computer science." --slashdot comment
Re:Ahhh... pdflib (Score:2)
I'm not sure about "slick", but I much prefer an OO view of the world, where instead of typing PDF_foo($pdf, options), you type $pdf->foo(options). Just makes more sense to me. Plus it takes care of things like ending pages for you so you don't have to - pdflib really doesn't like it if you do something in the wrong order, so PDFLib.pm *tries* to accommodate that.
Reply to This
Parent
Re:Ahhh... pdflib (Score:1)
OO certainly makes sense for some things, and I think pdflib is definitely one of them. I'm interested in learning more about the auto page ending feature. Guess it's time to look at the docs, or have you released that code yet?
"Perl users are the Greatful Dead fans of computer science." --slashdot comment
Re:Ahhh... pdflib (Score:2)