Click to See Complete Forum and Search --> : Complex PDF Generation in PHP


sanchez_1960
04-11-2008, 05:48 AM
I'm working on a site that requires complex PDF generation. I know you can use PDFLib using PECL extensions. However, I'm wondering how complex you can get with PDF Genration.

I want to take users values from a form and then create a pre designed PDF and add the users values into it. Is this possible and a complex procedure? If it is I might scrap the idea.

Thanks

stephan.gerlach
04-11-2008, 06:20 AM
search for fpdf on google. This might help.

felgall
04-11-2008, 08:21 PM
very easy to do it with the library from www.fpdf.org and there are even a whole range of add-ons that users have supplied to allow it to handle all sorts of things that the base library doesn't include.

sanchez_1960
04-16-2008, 03:22 AM
Thanks very much for the replies, I will take a look at the PDF tools.