LK wrote:
Hello,
Does anyone know of an "industrial strength" HTML to PDF converter that
can be launched from PHP script? I've tried some open source libraries like
html2php ( http://sourceforge.net/projects/html2fpdf ),
dompdf ( http://www.digitaljunkies.ca/dompdf/ ),
HTML_ToPDF ( http://w
I've used Open Office with unoconv --
http://dag.wieers.com/home-made/unoconv/
Our PHP scripts which needed access to the routine just backticked the
command, like `python unoconv document.html -o pdf` though that command may
be a bit off. Very, very nice output, and it would accept nearly any
doc
Hello,
Does anyone know of an "industrial strength" HTML to PDF converter that can be
launched from PHP script? I've tried some open source libraries like
html2php ( http://sourceforge.net/projects/html2fpdf ),
dompdf ( http://www.digitaljunkies.ca/dompdf/ ),
HTML_ToPDF ( http://www.rustypart