codaxy / wkhtmltopdf

C# wrapper around excellent wkhtmltopdf console utility.
265 stars 92 forks source link

Error with no message #32

Closed LostInTexas closed 4 years ago

LostInTexas commented 4 years ago

We have a project using wkhtmltopdf, when generating the PDF it throws an error with no information. I do apologize if it's obvious, this was delivered by a contractor and I have no experience with this tool. I've read some posts at the oracle (stackoverflow) and some have indicated that it requires the redistributed c++, is that the case?

Here is the error we are getting: System.Exception HResult=0x80131500 Message= Source=Wkhtmltopdf.NetCore StackTrace: at Wkhtmltopdf.NetCore.WkhtmlDriver.Convert(String wkhtmlPath, String switches, String html) at Wkhtmltopdf.NetCore.GeneratePdf.GetPDF(String html)

Thanks