Introduction - If you have any usage issues, please Google them yourself
PDF Form Filler
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:
a PHP array
an FDF file
The resulting document is produced by the Output() method, which works the same as for FPDF.