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 document format, so we used it (primarily, actually) to convert document formats to HTML for full text searching. On Wed, Feb 27, 2008 at 6:08 PM, LK <[EMAIL PROTECTED]> 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://www.rustyparts.com/pdf.php ) > > but the problem is that they either crash or don't generate a faithful > reproduction of the original html. Need something that does a professional > job and runs on Linux. > > Thanks > > Leo K. > > ------------------------------ > Looking for last minute shopping deals? Find them fast with Yahoo! > Search.<http://us.rd.yahoo.com/evt=51734/*http://tools.search.yahoo.com/newsearch/category.php?category=shopping> >
_______________________________________________ New York PHP Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php
