msaz87 Posted January 6, 2010 Share Posted January 6, 2010 Hey all, I'm looking to find the best/simplest way to create fairly complex PDFs. I've looked around a bit and seen some different options as far as TCPDF, MPDF and FPDF but I was hoping to get some advice on what the best method for what I want to do would be. The PDFs I'm going to create will use a lot of dynamic DB creation and naturally I'd like to minimize any changes needed to the code to make it work with the PDF. Any suggestions are appreciated.. thanks! Link to comment https://forums.phpfreaks.com/topic/187338-best-way-to-create-complex-pdfs/ Share on other sites More sharing options...
monkeypaw201 Posted January 6, 2010 Share Posted January 6, 2010 I would reccommend using an HTML to PDF class. It'll simplify your life and allow you to make PDFs basically by using HTML code. Such as: http://www.phpclasses.org/browse/package/2905.html Link to comment https://forums.phpfreaks.com/topic/187338-best-way-to-create-complex-pdfs/#findComment-989269 Share on other sites More sharing options...
msaz87 Posted January 6, 2010 Author Share Posted January 6, 2010 The trouble I'm having with a lot of these HTML -> PDF tools is that it seems problematic to get it to work with dynamic data being fed from MySQL into PHP and then into HTML... Any ideas? Link to comment https://forums.phpfreaks.com/topic/187338-best-way-to-create-complex-pdfs/#findComment-989392 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.