Hello,
Would anyone know a PDF library that is capable of Replacing values in a PDF document?
I have a bunch of PDF's with multiple fields, {field1, field2, field3} and need to some how populate the fields.
I wanted to find a way I could have a PDF for example say [Field1] and it be replaced by the words I pass it.
I've done some research and just cant find something close to what I am looking for. I've landed on Zend_PDF, but for each field for every PDF I have to manually place the fields on the PDF. So if a field is 100px from left and 100px from right I have to say that explicitly in the code. Other PDF libraries are similar as well.
I have taken a look at :
ZEND_PDF,
MPDF,
TCPDF
Any help is greatly appreciated.