I want to save a webpage as a PDF using iTextSharp.
The HTML I want to save as a PDF is generated from ASP NET with labels populated via a database. There are also user checked checkboxes.
How can I get the current HTML being displayed in the browser and save it as a PDF on the server side?