Open MathieuAuclair opened 5 years ago
@webgio @HenrikBacher @dnl1 @evinoid
If this is not implemented, is there a way to tell it in the readme?
I believe I'm experiencing the same issue. I'm setting up a graphing view in a similar way, also using ViewAsPDF, and have experimented with all the relevant flags / options, with no good outcome. The graph is never drawn in the PDF, no matter what I do. Note that this approach works for our desktop product which calls WKHTMLTOPDF as an external process.
Hi,
Any update? It's not working for graphs and run time jquery UI rendering.
When I turn my view into a PDF using
Rotativa.AspNetCore
, all of my javascript DOM modification are not enabled, for example, I usestretchy.js
, thatonload
set the proper size for every input based on their content.I was wondering if javascript should be working in
Rotativa.AspNetCore
just as the regularRotativa
in Asp.Net Mvc?How to let javascript run before Rotativa turns the view in a PDF?
here's how I return my
ActionResult
And here's the view I'm trying to convert in pdf