Download the PHP package madnh/fpdm without Composer
On this page you can find all versions of the php package madnh/fpdm. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor madnh
Package fpdm
Short Description This script allows to merge data into a PDF form
License FPDF
Homepage https://github.com/madnh/FPDM
Package fpdm
Short Description This script allows to merge data into a PDF form
License FPDF
Homepage https://github.com/madnh/FPDM
Please rate this library. Is it a good library?
Informations about the package fpdm
Form filling
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
NOTE
This respository just a wrapper of http://www.fpdf.org/en/script/script93.php, so I'm so sorry I can't support about issues!
All versions of fpdm with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package madnh/fpdm contains the following files
Loading the files please wait ....