This class can be used to create and load PDF forms in FDF format using only pure PHP code.
It can generate an FDF document from an associative array of form values. The generated document can be saved to a file.
The class can also do the opposite, i.e. extract form values into an associative arrat from FDF files.
It can also convert an FDF file to a PDF file using the pdftk program.
May 2008
Number 3
Prize: One copy of the Zend Studio |
PDF forms (FDF) are documents with fields ready to be filled by an user using PDF reader program.
FDF is a little different from regular PDF documents, but this class makes it easier to generate and process FDF documents using pure PHP code.
Manuel Lemos |
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.
|
Files |
|
File |
Role |
Description |
fdf.php |
Class |
Management of FDF (PDF Forms : Make,Load,Save, convert tu PDF) |