Re: [nyphp-talk] HTML to PDF converter

2008-02-27 Thread David Krings
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

Re: [nyphp-talk] HTML to PDF converter

2008-02-27 Thread Austin Smith
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

[nyphp-talk] HTML to PDF converter

2008-02-27 Thread LK
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