|
-
May 14th, 2007, 11:13 PM
#1
Thread Starter
Junior Member
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...
-
May 15th, 2007, 02:40 AM
#2
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?
-
May 16th, 2007, 10:42 PM
#3
Thread Starter
Junior Member
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.
-
May 17th, 2007, 05:44 PM
#4
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|