Page 1 of 1

Creating PDF?

Posted: Thu Feb 18, 2010 9:27 am
by adilmarwat2004
I am using mysql & php.
I have table in mysql named "act" contains 4 fields
id, name, marks, domicile.

In table it contains data.
I want to create a pdf file using php in which all the data is available.

how it is possible? please help

Adil

Re: Creating PDF?

Posted: Thu Feb 18, 2010 10:47 am
by JNettles
There are a number of classes and extensions freely available. FPDF, Zend_Pdf, just to name two. Your best friend can help a lot.

Re: Creating PDF?

Posted: Thu Feb 18, 2010 4:22 pm
by Sindarin
I recommend tcpdf ( http://www.tcpdf.org ) which is free for commercial usage unlike Adobe's PDFlib.