Generate PDF report from php

后端 未结 4 1734
醉话见心
醉话见心 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:19

    You can also use FPDF, I've used that for several projects. In the beginning you will be annoyed a lot, but when you get used to it, it will get easier to create pdf's :)

提交回复
热议问题