Perl PDF generation bag o bookmarks

TeeJay on 2006-11-08T15:30:29

* http://hacks.oreilly.com/pub/h/2429 # PDF::API2 example * http://search.cpan.org/dist/PDF-API2/ * http://www.printaform.com.au/clients/pdfapi2/ # tutorial * http://www.template-toolkit.org/docs/plain/Manual/Filters.html#latex_outputType_ # in TT * http://search.cpan.org/user/rkinyon/PDF-Template-0.22/lib/PDF/Template.pm * http://search.cpan.org/user/ftassin/PDF-Create-0.01/




CAM::PDF

ChrisDolan on 2006-11-08T17:56:59

I'd like to add my own CAM::PDF module to that list. This module is a lower-level library optimized for editing and inspecting existing PDFs instead of creating them from scratch. CAM::PDF has good test coverage and lots of useful example programs.

PDF::Reuse

grantm on 2006-11-08T19:42:20

Don't forget PDF::Reuse. It can be used both for adding to an existing PDF and building a new one from scratch. We use it for some pretty big jobs and it's fast and reliable.