Hi All
Is it possible to update an existing PDF with PHP?
I have a PDF template that I would like to update with data rather than create the PDF from scratch. Is this possible?
Thanks in advance.
BB
Have a look at http://www.fpdf.org/
I've used it in the past and it takes some learning but should do what you want.
I am familiar with FPDF. I wondered if I could open the PDF to update rather than create from scratch.