How to create pdf file from Mysql data

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Dilbert137
Forum Commoner
Posts: 57
Joined: Sat Jun 02, 2007 5:02 am
Location: Mauritius

How to create pdf file from Mysql data

Post by Dilbert137 »

Dear All,

Can anyone knows where can i get information on how to create a pdf file from Mysql table?

Thanks
Dilbert137
abushahin
Forum Commoner
Posts: 42
Joined: Wed Nov 25, 2009 12:35 pm
Location: london

Re: How to create pdf file from Mysql data

Post by abushahin »

Ok the easiest thing to do would be go to your phpmyadmin and then select the table which you want to export from your db, then click on browse, that should show you all the data that it consists of (paginated), then click 'export' that should give you options to export as csv, pdf etc. hope that helps
Dilbert137
Forum Commoner
Posts: 57
Joined: Sat Jun 02, 2007 5:02 am
Location: Mauritius

Re: How to create pdf file from Mysql data

Post by Dilbert137 »

Seems you have drink too much wines for this new year.

:)
Dilbert137
C0chrane1971
Forum Newbie
Posts: 1
Joined: Thu Jan 14, 2010 2:08 am

Re: How to create pdf file from Mysql data

Post by C0chrane1971 »

Yea, you had drunked much wine this year....lol


Djembe Drum
Dilbert137
Forum Commoner
Posts: 57
Joined: Sat Jun 02, 2007 5:02 am
Location: Mauritius

Re: How to create pdf file from Mysql data

Post by Dilbert137 »

yeah i can recommend you the best wines if you need. :)
vincentfon
Forum Newbie
Posts: 3
Joined: Thu Jan 07, 2010 9:40 pm

Re: How to create pdf file from Mysql data

Post by vincentfon »

Use PDFlib is another way to create pdf.
Dilbert137
Forum Commoner
Posts: 57
Joined: Sat Jun 02, 2007 5:02 am
Location: Mauritius

Re: How to create pdf file from Mysql data

Post by Dilbert137 »

Thanks a lot it was this kind of function i was searching for php developing.
Dilbert137
Post Reply