|
Posted by Thomas Mlynarczyk on 10/21/07 12:41
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.
Greetings,
Thomas
--
C'est pas parce qu'ils sont nombreux a avoir tort qu'ils ont raison!
(Coluche)
Navigation:
[Reply to this message]
|