in reply to Re: How many languages are in your project?
in thread How many languages are in your project?

I'd say look at PDF::Template, but it is all but orphaned and waiting for a new maintainer.

My criteria for good software:
  1. Does it work?
  2. Can someone else come in, make a change, and be reasonably certain no bugs were introduced?
  • Comment on Re^2: How many languages are in your project?

Replies are listed 'Best First'.
Re^3: How many languages are in your project?
by CountZero (Bishop) on Jun 06, 2008 at 04:55 UTC
    I did but the lack of support for tables killed it for me. That and the fact that LaTeX does all the lay-out for you in a professional matter and the thousands of modules on CTAN - Comprehensive Tex Archive Network.

    CountZero

    A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James

Re^3: How many languages are in your project?
by jds17 (Pilgrim) on Jun 08, 2008 at 10:16 UTC
    I heartily recommend PDF::API2. It was a very pleasent experience working with it, at a company I worked I completely replaced yucky Crystal Reports by Perl programs based on PDF::API2 and I wrote in no time a report module which could be used by users not knowing anything about Perl to generate PDF reports out of the database.