Mutating PDF editable fields programatically
Posted
by
Chris
on Stack Overflow
See other posts from Stack Overflow
or by Chris
Published on 2010-10-26T17:17:06Z
Indexed on
2010/12/29
1:53 UTC
Read the original article
Hit count: 563
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?
© Stack Overflow or respective owner