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 224 forks source link

Blazor compatibility #212

Closed softlion closed 4 years ago

softlion commented 4 years ago

Currently, rotativa contains only mvc actions that can't be converted to a blazor component.

It would be nice to change that.

softlion commented 4 years ago

I managed to make it work with Blazor. Ty.

jeffersantoss commented 4 years ago

I managed to make it work with Blazor. Ty.

@softlion ... How did you make it work with Blazor? Can you show me an example? I'm very interested on that!!

softlion commented 4 years ago

I added mvc to the blazer project.