Hello,
Does pdf has something where variables can be defined on a page and then those values be set through something like, i dont know..., php
something like
$pdfpage = new PdfPage('pdffile.pdf);
$pdfpage->setValue('xyz', 20000);
I dont know much about pdf. So any knowledge transfer is welcome. I would like to be able to write data on a tax form pdf.
I know adobe has somekind of server for only 65,000 if I read correctly.
Thank you
tools or platforms to write complex pdf
Moderator: General Moderators
Re: tools or platforms to write complex pdf
http://www.fpdf.org/ is pretty good