Search code examples
phppdftcpdfhtml2pdf

[Help]PHP to PDF


I have one invoice layout from my company that I transformed into a php file that have many css, my php file generate the invoice using mysql connections to fill some spaces, now I need to transform this html to pdf format. I tried to use tcpdf, but the images and css isnt good, since have many different tables. Does it have a simple tool to convert this generated html output from php, into pdf format ? Thanks


Solution

  • You can use wkhtmltopdf. example after you have download it,etc:

    wkhtmltopdf http://link.com file_name.pdf