in reply to how do i create PDF dynamically

PDF::API2

-sauoq
"My two cents aren't worth a dime.";

Replies are listed 'Best First'.
Re^2: how do i create PDF dynamically
by dragonchild (Archbishop) on Oct 28, 2005 at 14:01 UTC
    PDF::Template, which now can use PDF::API2 as a rendering engine instead of being stuck with PDFlib.

    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?