-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? Link to comment https://forums.phpfreaks.com/topic/183522-pdflib/ 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. Link to comment https://forums.phpfreaks.com/topic/183522-pdflib/#findComment-976627 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! Link to comment https://forums.phpfreaks.com/topic/183522-pdflib/#findComment-976642 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. Link to comment https://forums.phpfreaks.com/topic/183522-pdflib/#findComment-985096 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. Link to comment https://forums.phpfreaks.com/topic/183522-pdflib/#findComment-985125 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.