Reputation:
I am seeking a way to use PHP to populate a PDF form with data. I found something similar here, http://www.setasign.de/products/pdf-php-solutions/setapdf-formfiller/demos/gui-demo/ , but there must be something open source. Does anyone happen to recall any other libraries that can perform this task of filling out a PDF form before outputting to the user? The key here is the form is existing.
Upvotes: 0
Views: 940
Reputation: 4855
What about FPDF : http://www.phpclasses.org/package/421-PHP-Free-PDF-generation-class-without-PDFlib.html#download
Best,
Upvotes: 1