Convert HTML + CSS to PDF with PHP?
- by cletus
Ok, I'm now banging my head against a brick wall with this one.
I have an HTML (not XHTML) document that renders fine in Firefox 3 and IE 7. It uses fairly basic CSS to style it and renders fine in HTML.
I'm now after a way of converting it to PDF. I have tried:
DOMPDF: it had huge problems with tables. I factored out my large nested tables…