Web Hosting Talk







View Full Version : Generating PDF Reports (Server-Side)


Xanith
12-16-2005, 02:13 PM
I need to generate PDF reports using php. I have read a few articles about this, but all of these seem to be at least a year old.

Currently I am looking at FPDF & R&OS PDF Class.

Which one of these would be the best for report based pdf generation? They both have not been updated since last year.. Anything new on the market for this type of stuff?

Thanks!

KDAWebServices
12-17-2005, 07:49 AM
R&OS PDF class is actually very good, we use a highly modified version to generate some of our client documents.

azizny
12-17-2005, 08:41 AM
I would go with FPDF, pretty easy to use..

Peace,