Page 1 of 1

Create a PDF File

Posted: Thu Dec 18, 2008 5:46 am
by burgessm
Hi All,

I currently have a database with transactions that customers have made. I would now like to be able to dynmaicly generate a PDF invoice with this information in. Currently i am just using a PHP page and the user has to print the page, but i would like to add the 'Generate PDF' feature to the project. Could i not just change the current invoice page to automaticly make the invoice? As it is an invoice it will need to include formating such as tables and images also.

Many thanks, hope someone can help :D

Re: Create a PDF File

Posted: Thu Dec 18, 2008 7:22 am
by falcons
me also find this any body have any idea...
burgessm wrote:Hi All,

I currently have a database with transactions that customers have made. I would now like to be able to dynmaicly generate a PDF invoice with this information in. Currently i am just using a PHP page and the user has to print the page, but i would like to add the 'Generate PDF' feature to the project. Could i not just change the current invoice page to automaticly make the invoice? As it is an invoice it will need to include formating such as tables and images also.

Many thanks, hope someone can help :D

Re: Create a PDF File

Posted: Thu Dec 18, 2008 7:28 am
by GreenCore
It's possible!

For examples take a look at http://www.fpdf.org/?lang=en

Re: Create a PDF File

Posted: Thu Dec 18, 2008 12:00 pm
by burgessm
Brilliant find GreenCore!

I've just been looking at that and it looks amazing, I'm going to go and have some geeky fun now :D LOL

Cheers!