PHP and PDFLib table generation

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
brian183
Forum Newbie
Posts: 13
Joined: Thu Aug 26, 2004 1:28 am

PHP and PDFLib table generation

Post 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!
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post 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.
brian183
Forum Newbie
Posts: 13
Joined: Thu Aug 26, 2004 1:28 am

Post by brian183 »

Thank you for the quick reply. I just looked at FPDF's tut on generating tables using PHP.

w00t!
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Post by Christopher »

I just saw this link that might be helpful:

http://vexxhost.com/blog/?p=25
(#10850)
Post Reply