Page 1 of 1

How to create pdf file from Mysql data

Posted: Sat Jan 09, 2010 9:29 am
by Dilbert137
Dear All,

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

Thanks
Dilbert137

Re: How to create pdf file from Mysql data

Posted: Tue Jan 12, 2010 8:58 am
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

Re: How to create pdf file from Mysql data

Posted: Thu Jan 14, 2010 12:33 am
by Dilbert137
Seems you have drink too much wines for this new year.

:)
Dilbert137

Re: How to create pdf file from Mysql data

Posted: Thu Jan 14, 2010 2:11 am
by C0chrane1971
Yea, you had drunked much wine this year....lol


Djembe Drum

Re: How to create pdf file from Mysql data

Posted: Thu Jan 14, 2010 2:23 am
by Dilbert137
yeah i can recommend you the best wines if you need. :)

Re: How to create pdf file from Mysql data

Posted: Thu Jan 14, 2010 3:22 am
by vincentfon
Use PDFlib is another way to create pdf.

Re: How to create pdf file from Mysql data

Posted: Thu Jan 14, 2010 8:37 am
by Dilbert137
Thanks a lot it was this kind of function i was searching for php developing.
Dilbert137