Innovation Award
 May 2008
Number 3 |
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 |
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.
| There are not enough user ratings to display for this class. |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| File |
Role |
Description |
fdf.php |
Class |
Management of FDF (PDF Forms : Make,Load,Save, convert tu PDF) |