Generate PDF report from php

后端 未结 4 1729
醉话见心
醉话见心 2020-11-28 14:50

I am using php code to query to a database and the results will be used to generate a report.

If I want the report to be generated in a pdf format how should I do it

4条回答
  •  攒了一身酷
    2020-11-28 15:14

    I've used TCPDF (http://www.tcpdf.org/) for my last project. It worked pretty good but the next time im going for a html to pdf converter, simply because designing the report (converting to pdf draw statements) was such a time sink.

    So i would suggest http://sourceforge.net/projects/html2fpdf/

提交回复
热议问题