pugpdf
pugpdf copied to clipboard
Executable not found in dotnet core 5
[16:05:26 INF] Exporting process started.... [16:05:47 ERR] Exception Message = Executable not found. StackTrace = at PugPdf.Core.WkHtmlToPdfDriver.GetPath() at PugPdf.Core.WkHtmlToPdfDriver.ConvertAsync(String html, String switches) at PugPdf.Core.HtmlToPdf.RenderHtmlAsPdfAsync(String html)
I'm assuming that the code is copying the file to the incorrect folder. I'm thinking of instead doing this in the nuget project, just include the binary within the application and unpack it on initial run. But I haven't gotten around to it, so if someone wants to help out with this I'm more than happy to approve a PR for that