Use a PDF form with fields as a template

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
LoKi128
Forum Newbie
Posts: 1
Joined: Wed Oct 21, 2009 4:50 pm

Use a PDF form with fields as a template

Post by LoKi128 »

I can't find a free PDF library that will let me fill in predefined PDF fields in a template. All of the PDF libraries for PHP that I've seen let you load a PDF and then use absolute positions to place new text on top, but not inside a field. I'm looking for something similar to iTextSharp, as in this example: http://kuujinbo.info/cs/itext_fill.aspx.
carmendonaldson9
Forum Newbie
Posts: 1
Joined: Thu Oct 22, 2009 1:20 am
Location: London

Re: Use a PDF form with fields as a template

Post by carmendonaldson9 »

Post Reply