Create PDF pages in PHP

后端 未结 2 1844
既然无缘
既然无缘 2020-12-21 04:27

Which is the best PHP-PDF library that can be used to create PDF files with more than 100 pages?

I am creating an application where there is need of creating PDF rep

相关标签:
2条回答
  • See here:

    Converting HTML to PDF using PHP?

    Which one is the best PDF-API for PHP?

    HTML to PDF vs. Programmatically creating PDF via PHP

    Converting HTML to PDF (not PDF to HTML) using PHP

    Specifically: https://stackoverflow.com/search?q=php%20pdf

    0 讨论(0)
  • 2020-12-21 05:10

    Use tcpdf library. It might be best for you.

    0 讨论(0)
提交回复
热议问题