Closed funzeye closed 8 years ago
I haven't tried it with latest version of asp.net. Maybe something has changed.
NuGet install just copies one file to your project: https://github.com/codaxy/wkhtmltopdf/blob/master/NuGet/Codaxy.WkHtmlToPdf/content/PdfConvert.cs
You can copy it yourself if NuGet fails again.
Fair enough, thanks for reply.
Hi, Ive added the nuget package into my project (aspnet 5/core mvc 6 project). I can see it in project.json file and in reference directory. Getting this error when adding in the using statement: "using Codaxy.WkHtmlToPdf;" Is there another step Im missing!? Does it work with latest version of asp.net?