Why does Rotativa always generate my login page? Why is it slow?

前端 未结 5 2536
一整个雨季
一整个雨季 2020-12-15 08:24

I was using this Rotativa 1.6.4 code example to generate a PDF from a page in my .NET MVC 5 app.

public ActionResult PrintIndex()
{
    var a = new ActionAsP         


        
5条回答
  •  感动是毒
    2020-12-15 09:06

    I was having the same problem, but the answer of Jess did not work for me.

    When I updated the wkhtmltopdf.exe file in my project, downloaded from here, it worked fast again.

提交回复
热议问题