I need some kind of command line tool that can convert a html to pdf. The reason is that i have a PB app that parses some data and throws out a HTML file. I need both the pdf and html file, so a command line tool would be the easiest way.
At http://www.fpdf.org you'll find some extension scripts to write html to pdf.
Maybe you can use the PurePDF lib and implement one of the html extension scripts ?