Rank: Newbie Groups: Member
Joined: 9/25/2015 Posts: 1
|
Hey EO, When are you planning to support .NET5 ? I want to use PDF routines in my website build with .NET5/DNX and Angular
Thanks Jan
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,201
|
Hi,
EO.Pdf is built with .NET 2.0 and it works with all .NET versions 2.0 and above. ASP.NET 5 is built on top of .NET Framework 4.6 which we already support. So the core HTML to PDF convereter (by calling HtmlToPdf.ConvertUrl/HtmlToPdf.ConvertHtml directly) should already support .NET 5/DNX now.
Other features that are on top of the core HTML to PDF converter, such as ASPXToPDF and MVCToPDF may or may not work at this time. ASPXToPDF is for WebForm so it may not apply to ASP.NET 5 at all. MVCToPDF should work but we have not tested it since ASP.NET 5 is still in beta. We will test it as soon as the RC version is out and we should be able to officially support it when the release version is out.
Thanks!
|