madnh / fpdm
This script allows to merge data into a PDF form
Installs: 68 782
Dependents: 0
Suggesters: 0
Security: 0
Stars: 10
Watchers: 3
Forks: 13
Open Issues: 4
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2024-11-21 02:49:28 UTC
README
Informations
Author: Olivier
License: FPDF
Description
This script allows to merge data into a PDF form. Given a template PDF with text fields, it's possible to inject values in two different ways:
- from a PHP array
- from an FDF file The resulting document is produced by the Output() method, which works the same as for FPDF.
Note: if your template PDF is not compatible with this script, you can process it with pdftk this way: pdftk modele.pdf output modele2.pdf
Then try again with modele2.pdf.
Source:
http://www.fpdf.org/en/script/script93.php