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!
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!
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.