On Wed, Jun 23, 2010 at 7:45 AM, Kussh Singh kussh.singh@gmail.com wrote:
Besides htmldoc is there any other way to convert all html documents in a folder recursively to pdf files?
I need to convert html to pdf in some automatic way (script based, gui etc) --typically websites downloaded for offline reading have html documents.
You can try http://pypi.python.org/pypi/pisa/ But it requires some readings to customize it to the type of output you expect. Some Python scripting is required, I think.
If it is a standalone web page, then there are some free online service providers who convert the page to the PDF on the fly. One of them is http://html-pdf-converter.com/ Batch mode processing is not possible here, though.
Raghu