http://qs321.pair.com?node_id=199582

Wally Hartshorn has asked for the wisdom of the Perl Monks concerning the following question:

When a user fills out an Acrobat form, the data that they have entered can be exported into an FDF file. We would like to write a Perl program that will take the original PDF file, fill in the fields with the data from the FDF file, and then write out a new PDF file.

Is there a Perl module that will do this?

Wally Hartshorn