Creating PDF?

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
adilmarwat2004
Forum Commoner
Posts: 44
Joined: Fri Sep 04, 2009 11:28 pm

Creating PDF?

Post 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
User avatar
JNettles
Forum Contributor
Posts: 228
Joined: Mon Oct 05, 2009 4:09 pm

Re: Creating PDF?

Post 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.
User avatar
Sindarin
Forum Regular
Posts: 521
Joined: Tue Sep 25, 2007 8:36 am
Location: Greece

Re: Creating PDF?

Post by Sindarin »

I recommend tcpdf ( http://www.tcpdf.org ) which is free for commercial usage unlike Adobe's PDFlib.
Post Reply