Convert HTML to PDF in MVC with iTextSharp in MVC Razor

后端 未结 9 1199
情深已故
情深已故 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:53

    You should check out RazorPDF which is using iText to generate the PDF, but in a friendlier way.

提交回复
热议问题