Asp.Net MVC how to get view to generate PDF

前端 未结 8 1572
醉酒成梦
醉酒成梦 2020-11-28 19:09

I would like to call an action on a controller. Have the controller get the data from the model. The view then runs and generates a PDF. The only example I have found i

8条回答
  •  遥遥无期
    2020-11-28 20:03

    I just used wkhtmltopdf, to create the layout in html and afterwards, i convert it to pdf.

    Easy, customizable, awesome as hell :)

提交回复
热议问题