Thanks Jan.
I've started working on it. Will keep you informed.
A big thanks again.
Cheers.
TwitJayKay
@TwitJayKay
0
Reputation
4
Posts
1008
Profile views
0
Followers
0
Following
Posts made by TwitJayKay
-
RE: ASP.NET MVC - phantom-pdf download & html-to-xlsx
-
RE: ASP.NET MVC - phantom-pdf download & html-to-xlsx
Hello Jan,
Any updates?
Thanks again. -
RE: ASP.NET MVC - phantom-pdf download & html-to-xlsx
Awesome. You are the man. Looking forward to your response in a couple of days.
-
ASP.NET MVC - phantom-pdf download & html-to-xlsx
I'm using ASP.NET MVC and I want the following code in the controller object. I'm using your example in the GitHub.
WebApp exampleI'm unable to resolve the MiddlewareFilter or JsReportPipeline or I cannot get HttpContext.JsReportFeature
[MiddlewareFilter(typeof(JsReportPipeline))]
public IActionResult Invoice()
{
HttpContext.JsReportFeature().Recipe(Recipe.PhantomPdf);
return View(InvoiceModel.Example());
}Really appreciate if you can respond to this.