HakanL / WkHtmlToPdf-DotNet

C# .NET Core wrapper for wkhtmltopdf library that uses Webkit engine to convert HTML pages to PDF.
GNU Lesser General Public License v3.0
372 stars 67 forks source link

Blazor WASM #41

Closed boukenka closed 3 years ago

boukenka commented 3 years ago

Hello,

Will it work on a blazor wasm? I guess not. Getting the error below.

Unable to load native library. The platform may be missing native dependencies (libjpeg62, etc). Or the current platform is not supported.

Thanks for any answer.

HakanL commented 3 years ago

This project is just a wrapper for the native WkHtmlToPdf library, I doubt Blazor allows native DLLs.

boukenka commented 3 years ago

Thank you for your answer