Downloadable PDf generation through PHP
I want to developed a Page through PHP/mySQL where the Page will generate a PDF file. the data comes from the DATABASE. But there are some Problem. i dont want to save the File in my server. I need a Downloadable PDF format.
So when the user click on a particular link he can download the PDF format.
Please help me with an example...
Re: Downloadable PDf generation through PHP
you want to build the pdf file from scratch? or is the pdf file being stored in the database?
Re: Downloadable PDf generation through PHP
I want to develop the Pdf from scratch. but dont want to save that.. After pdf generation it can be easily downloaded by the user.
Re: Downloadable PDf generation through PHP
http://sourceforge.net/projects/pdf-php
I use ezPDF on one of my commercial sites. It works very well and supports the generation of tables. Even better it requires no third party extensions. I have modifed the version form our site to support individual cell highlighting and text colouring in tables so if you need these features let me know and I'll send you the version I use. :)