FDF Toolkit and php-fdftkBEFORE YOU BEGIN: However, if you are stuck with some legacy PHP code or PDF forms that post FDF-formatted data, go on and continue reading... FDF Toolkit is a library released by Adobe Systems Inc. that can be used to create FDF-files (data sets for use with PDF forms. For more information on FDF support in PHP see http://www.php.net/manual/en/ref.fdf.php. To enable FDF support with your "factory" PHP you'll need to:
Downloading and Installing the FDF ToolkitFollow these steps to download and install the FDF Toolkit:
Installing php-fdftkOnce you are finished with installing the FDF Toolkit, download and install one of the following RPMs to enable FDF support in PHP:
SourceIf you want to rebuild the php-fdftk RPMs yourself, download the source files from the SourceForge File Release System. In addition to the nosrc.rpm-s you'll need PHP source tarball (tar.bz) used in your distribution. FDF Toolkit 6 and PerlThe SRPMs above DO NOT package Perl modules supplied by Adobe. For one good reason - it seems that Perl support is broken in version 6, even though the headers are there. I was getting loader errors on all distributions I have tried it on and could not get it to work. Tom K. was kind enough to email me on the subject and point out that FDF Toolkit 6 works with Perl 5.6. Since most RPM-based distributions are way ahead of Perl 5.6 (RHEL is 5.8 as of now), I decided to keep the SRPM as-is. |