in reply to PDF::API2 and PDF::CreateSimple

My preferred module for PDF creation is PDF::API2::Simple. Its text method has an autoflow property to automatically wrap lines even across pages. Despite being a simplified wrapper for most of your work, it also gives you access to the underlying PDF::API2 object so you have all the power of that when you need it.

I can't say it's better than the CAM::PDF family of modules, because I haven't worked with those much. From what I've read and heard from other monks, either should be a suitable route to take.

Replies are listed 'Best First'.
Re^2: PDF::API2 and PDF::CreateSimple
by u671296 (Sexton) on Feb 20, 2009 at 16:25 UTC
    Great, thanks for that pointer as well. I think i'll start with that as it builds on the modules I've already loaded.

    Thanks everyone.