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
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/
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 :