Search code examples
asp.net-mvc-3pdfhtml-to-pdf

Html to pdf asp.net mvc


I am trying to find a library/tool that would allow me to generate PDF from MVC views.

Any ideas, suggestions?

Regards


Solution

  • use iTextSharp for C# which is ported from iText from JAVA

    check out ITextSharp HTML to PDF?