Adding text to a PDF

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
hame22
Forum Contributor
Posts: 214
Joined: Wed May 11, 2005 5:50 am

Adding text to a PDF

Post by hame22 »

Hi,

Is there any way that I can add text to a PDF, through PHP.

I have an invoice in PDF format and would like to dynamically add the cost and products to this form dependent on what the user selects.

Is this at all possible and if so what methods should be used?

Thanks in advance
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Post by onion2k »

The FPDF library (fpdf.org) can open up PDF files and add text to them.
Post Reply