views:

22

answers:

1

Out of tons of questions and answers here about manipulating PDF's with PHP, but none of them seem to fit my requirement.

Programmatically, I want to be able to update the content of editable fields. Preferably with PHP. If it matters, the PDF files will be initially hand crafted (as sort of 'template' files that will be copied and filled in over and over again). The list of PDF_* functions on php.net doesn't give me anything that looks (directly) promising.

Is this possible with PHP? How?

A: 

You mean PDF form processing? EzPDFlibrary can do it well, it supporting all major programming languages, including PHP.

Sarah