-twenty Posted December 1, 2009 Share Posted December 1, 2009 Anyone using PDFLib with PHP5? I found a nice tutorial online on how to install it manually but I'm having some issues. It's been a long night so I'm going to troubleshoot it tommorow. Just wondering what else you guys are using to generate PDF files from PHP? Quote Link to comment Share on other sites More sharing options...
killerb Posted December 13, 2009 Share Posted December 13, 2009 There's FPDF which I've used with no problems and there's Zend_Pdf, which I only played with a year ago or so. Quote Link to comment Share on other sites More sharing options...
-twenty Posted December 13, 2009 Author Share Posted December 13, 2009 Had too many issues with PDFLib with PHP 5 so I ended up finding FPDF actually, using that instead. Can't comment on implementation yet, haven't developed that module yet. I'll report back once I do with some examples! Quote Link to comment Share on other sites More sharing options...
atl_andy Posted December 28, 2009 Share Posted December 28, 2009 I went with FPDF...no licensing issues. It took a couple of hours to get everything working, starting from scratch and never using it before. That's just working out a basic table layout and integrating an email function. Didn't check out PDFLib before going with FPDF. Quote Link to comment Share on other sites More sharing options...
Mchl Posted December 28, 2009 Share Posted December 28, 2009 As much as I like FPDF (using it everyday), perhaps you should also take a look at TCPDF, which (unlike FPDF) is still actively developed and is UTF-8 compatible right out of the box. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.