in reply to Filling out PDF forms with data from DBI?

Hi Randal,

I knew a friend that did something similar.

The basic steps of what you'll need to do are as follows:

HOWEVER: if your users only have Acrobat Reader, they will not be able to save the pre-populated PDF to their computer. (if they have the full Acrobat, I believe they can).

(Alternatively, you can pay $2k - $3k for a program called PDFMerge which will actually merge the FDF with the PDF into a file your users can save . . . .)

  • Comment on Re: Filling out PDF forms with data from DBI?

Replies are listed 'Best First'.
Re^2: Filling out PDF forms with data from DBI?
by Zaxo (Archbishop) on Jun 21, 2006 at 21:59 UTC

    The utterance,

    $ perl -MPDF::API2 -MData::Dumper -e'my $pdf = PDF::API2->open("fw9.pd +f"); my $res = PDF::API2::Resource->new_api($pdf); print Dumper($res) +'
    produces, among much else, the string:
    'This form has document rights applied to it. These rights allow anyo +ne completing this form, with the free Adobe Reader, to save their fi +lled-in form locally.'
    I have no idea whether that's really true.

    After Compline,
    Zaxo