pdf documents in php
am 23.01.2008 19:43:27 von sabatier.sabrika
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
Re: pdf documents in php
am 23.01.2008 19:55:58 von luiheidsgoeroe
On Wed, 23 Jan 2008 19:43:27 +0100, wrote:
> 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?
There are several stand alone (pure PHP) packages, fpdf being one of them,
which I normally use for 'simple' pdf's.
--
Rik Wasmus