tools or platforms to write complex pdf

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
User avatar
yacahuma
Forum Regular
Posts: 870
Joined: Sun Jul 01, 2007 7:11 am

tools or platforms to write complex pdf

Post by yacahuma »

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
matthijs
DevNet Master
Posts: 3360
Joined: Thu Oct 06, 2005 3:57 pm

Re: tools or platforms to write complex pdf

Post by matthijs »

http://www.fpdf.org/ is pretty good
Post Reply