in reply to In search of pdf form module

PDF::API2::Resource::XObject::Form or

PDF::Reuse

Replies are listed 'Best First'.
Re^2: In search of pdf form module
by ksublondie (Friar) on Apr 26, 2013 at 14:07 UTC
    Thanks for the response.

    PDF::Reuse:

    "...This module could be used when you want to mass produce similar (but not identical) PDF documents and reuse templates..."

    Unfortunately, these pdf's aren't going to be similar or massed produced. I need to develop each one from scratch, not from templates. I suppose I could develop templates on the fly, but I don't want to mess with files, just string data.

    PDF::API2::Resource::XObject::Form:

    I'd seen that one, but for the life of me, I can't figure out what it does or how it works! I'm needing to create fillable forms with radio buttons, text fields, dropdown boxes, checkboxes, etc and this module only has 4 methods, 2 of which are constructors. I'm not sure what "forms" it handles, but if it does what I'm wanting to do can you enlighten me?