[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] dynamic pdf's
- Subject: Re: [cobalt-developers] dynamic pdf's
- From: "Ian" <cobalt@xxxxxxxxxxxxx>
- Date: Fri Apr 11 01:09:01 2003
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
On 10 Apr 2003 at 14:46, Anthony Noe wrote:
> I know this isn't a cobalt specific question, but does anyone know what is
> needed to allow php to create dynamic pdf's from user input?
>
> I notice in the php.ini file, there is an extension for a php_pdf.dll, but
> that is obviously for windows, is there anything for linux?
>
> Thanks,
> Anthony
You could try:
http://www.fpdf.org/
It is a free php class which allows you to create pdfs and doesn't
rely on any external libraries ( except Zlib to activate compression -
which is usually installed.)
Regards
Ian
--