4
I need to convert Views of my MVC 5 application to C# using Razor to PDF. I already searched, and the free tools depend on iTextSharp, which I searched for has a different marking.
But I need to convert any HTML page to PDF, that is, convert my existing pages with the lowest cost of time and future maintenance.
Any suggestions, free or paid that you use. Is there any solution that puts header and footer of any HTML?
With Razorpdf I can take any view and turn it into PDF, or you have to use iTextSharp Tags?
– Tiedt Tech
@You have to assemble a Razor using the iTextSharp tags. If you want to transform a
View
PDF, better use Rotary.– Leonel Sanches da Silva