I was working on a project and have been asked to convert the webpage into a pdf document. I have found a solution in a forum, but it was in c#, I have converted it in VB.net. See below method to convert a webpage into a PDF document.
First, you need to download iTextSharp. iTextSharp is a port of the iText open source java library which allows you to generate PDF files on the fly.
Once you downloaded the library, you need to reference it in your project. To reference the downloaded the ...
more »