Click here to Skip to main content
15,881,248 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a MVC3, Razor engine application having 8 different views(.cshtml).I have these pages for users to enter personal details and other things. I can download each page at time(Used Rotativa to acheive it).But i need to download all these 8 views as a single PDF file.Each views have different models but only one controller.Please Help
Posted

1 solution

You can use iTextShap library or nuget package for the export view in pdf.
For export all views in single pdf file you need to put some logic in code , you can use single document object for all views and the process it finally at the time of export pdf.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900