I have a .htm page where the design is in the page with css files. and now i want to create this .htm page to PDF document.
So how can i do this using ASP.Net in c#.
I have a .htm page where the design is in the page with css
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use itext sharp.
import these
Next is add this method
Then in your webform you need to have a panel which contains the html. The purpose of this is for you to be able to call it on the server side.