I have requirement to convert ASPX page to PDF when button in the page is clicked. This is the registration form where user enter all details in the page. Page contains textbox, checkbox and gridview. When submit button is clicked it should convert page
into PDF, which should be exact replica of aspx page with all the entered values in textbox and gridview records.
I have not seen proper examples in msdn blogs which has explanation on above requirement. We have some examples by using ItextSharp external open source library, but i am not able to retrieve the entered values using Itextsharp dll.
Kindly suggest on implemetation on above requirement
Thanks in advance
Go to the complete details ...