webgio / Rotativa

Rotativa, /rota'tiva/. Make Pdf from Asp.Net MVC. Available on Nuget https://www.nuget.org/packages/Rotativa
http://letsfollowtheyellowbrickroad.blogspot.it/search/label/Rotativa
MIT License
621 stars 223 forks source link

Create pdf but no redirect #182

Closed alice2303 closed 6 years ago

alice2303 commented 6 years ago

Hello. I want to create a PDF from one view and stay in the previous or current view

thanks

webgio commented 6 years ago

You can call via Ajax call a action that uses the BuildPdf method to get the actual PDF binary, do something with it (send attached to email, save to disk/db...).

alice2303 commented 6 years ago

Thank you for everything