pdf documents in php

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
sabatier
Forum Newbie
Posts: 6
Joined: Thu Aug 23, 2007 5:40 am

pdf documents in php

Post by sabatier »

Hi folks, I'm doing a college project which involves taking student results from a MySQL database and automatically generating a results transcript in either word or pdf.

I have to use the college apache server which means I can't tinker around with php extensions like pdflib. So
what are my options? Is is still possible to be able to generate pdf documents from my php with this limitation?

Any help appreciated,

sabatier
User avatar
andym01480
Forum Contributor
Posts: 390
Joined: Wed Apr 19, 2006 5:01 pm

Re: pdf documents in php

Post by andym01480 »

http://www.fpdf.org has a bunch of scripts that will help you
Post Reply