I am just new in MVC 3. I have a html view which contain all student related data. I just want to convert that view in a pdf document.
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 may take a look at the following article which illustrates how iTextSharp could be used to convert some simple HTML views to PDF by encapsulating the logic into a custom ActionResult. I cannot stress more on the word simple. Don’t expect this to work with some complex HTML and CSS rules.