Page 1 of 1
PHP and PDFLib table generation
Posted: Mon Dec 04, 2006 1:34 pm
by brian183
Is there any support for table generation using PHP and PDFLib within a PDF document. I know it is possible with java but I don't see any of the functions within the PHP PDFLib in the manual. If it's not supported in PHP then is there a way to interface with PDFLib directly like Java does using PHP? Thanks!
Posted: Mon Dec 04, 2006 1:38 pm
by feyd
I'm guessing you're wanting to build reports? In which case I'd suggest a library such as ezpdf or fpdf which makes the process far more simple.. almost elementary when you get it set up.
Posted: Mon Dec 04, 2006 2:33 pm
by brian183
Thank you for the quick reply. I just looked at FPDF's tut on generating tables using PHP.
w00t!
Posted: Mon Dec 04, 2006 4:01 pm
by Christopher
I just saw this link that might be helpful:
http://vexxhost.com/blog/?p=25