|
Posted by The Natural Philosopher on 10/21/07 13:16
Thomas Mlynarczyk wrote:
> Also sprach Any User:
>
>> I'm seeking for a PDF generation library for PHP5. Can anybody point
>> me to a good solution?
>
>> - ezpdf
>
> I have worked with this one, and I find it really good. Simple to use
> (especially for creating tables straight from an array) and for free. There
> are a few minor bugs, but nothing really bad (in the worst case, you can try
> to fix them by yourself). It is lightweight. Just download, unzip, include
> the class, call a few methods, and your PDF is ready - either being streamed
> to the client or to be stored in a file. The manual (PDF, created with -
> surprise! - EZPDF, and the code used to create it is available too) is short
> while still containing all the information needed, so it's really easy to
> get going.
>
I've downloaded the PECL *Postcript* library, and it's stable and good
as far as I can tell. I see no reason the PDF one wouldn't be.
I did have various niggles in getting the whol pecel/pear/library stuff
sorted out, but once there, everything seems to work 'as advertised'
> Greetings,
> Thomas
>
[Back to original message]
|