Page 1 of 1

Adding text to a PDF

Posted: Fri Nov 24, 2006 3:43 am
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

Posted: Fri Nov 24, 2006 3:48 am
by onion2k
The FPDF library (fpdf.org) can open up PDF files and add text to them.