How to convert html into pdf with php?

download, html, mysql, pdf, php

Solution

DOMpdf is the best free one.

If money isn't an issue, PrinceXML is best.

Problem

I have html in a mysql table and want to turn it into downloadable pdf files. There are tools to convert files into pdf, but I have not found one that works with php. Can you help? Any suggestions?

Original source

Related problems