Web2Pdf converter
-----------------

This C# library converts HTML page (given as URL or file location) to PDF document. It opens Internet Explorer through OLE automation and loads the specified page in it, takes the entire page contents as PNG image, slices the image into pages and writes them into a PDF document.

The described functionality is available as command-line tool (Windows executable) and as COM component.

Author: Vesko Kolev - http://veskokolev.blogspot.com/
Portions: Svetlin Nakov - http://blog.nakov.com/
