Convert HTML to PDF in MVC with iTextSharp in MVC Razor

后端 未结 9 1201
情深已故
情深已故 2020-12-02 15:56

I am trying to convert HTML to PDF with iTextSharp in MVC Razor, but everything I have tried has not worked. Does anyone know how to accomplish this?

9条回答
  •  时光取名叫无心
    2020-12-02 16:50

    here you can find a different approach in case you want to write plain xml, i find it much simpler and lighter.

    http://www.codeproject.com/Articles/260470/PDF-reporting-using-ASP-NET-MVC3

提交回复
热议问题