How to save a page as pdf in php

后端 未结 2 1476
失恋的感觉
失恋的感觉 2020-12-06 16:51

Does anyone know how I can save a page as pdf in php?

Example: I have a page that is able to catch the users signature. Now I would like to create a button on the pa

相关标签:
2条回答
  • 2020-12-06 17:16

    TCPDF can output PDF's from html: http://www.tcpdf.org/

    If you need to use more advanced html you can use WKHTMLTOPDF: http://wkhtmltopdf.org/

    0 讨论(0)
  • 2020-12-06 17:22

    There are a number of PHP PDF API and tools which convert or wrap up html content including drawings, links and images etc.

    A very good thread from StackOverflow :

    1. Convert HTML to PDF using PHP
    0 讨论(0)
提交回复
热议问题