Closed EwenGao closed 1 year ago
i have the same issue, did u find something about it?
this is the log: Unhandled exception. System.NotSupportedException: Unable to load native library. The platform may be missing native dependencies (libjpeg62, etc). Or the current platform is not supported
And this my platform
The issue is exactly what the error message indicate, you're missing some native dependencies (could be libjpeg62, or any other). Since this project is just a .NET wrapper for the native library, when we try to load the native library (wkhtmltopdf), if it's missing any of its dependencies then we're just getting an error back (in .NET world) saying basically "failed to load".
Most likely a library dependency is missing, see the other issues here for suggestions.