html2pdf icon indicating copy to clipboard operation
html2pdf copied to clipboard

WebKit based web page to PDF converter

Html2PDF README


Html2PDF is a simple tool to batch convert web pages to PDF

Usage:

html2pdf [url] [filename]

both the url and the filename parameter should be complete. for example: html2pdf http://stackoverflow.com c:\so.pdf

You need to have Bullzip PDF Printer installed, and it HAS to be the default printer for this application to work properly. You can download the Bullzip PDF printer from the following location: http://www.bullzip.com/products/pdf/info.php

Currently the source code is licensed under a BSD open source license, see LICENSE.txt for details.

This package contains a Visual C# 2010 solution utilizing WebKit.NET 0.5

Send any questions to [email protected]