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
366 stars 66 forks source link

Application in Blazor Server? #93

Closed wilsonmaf closed 1 year ago

wilsonmaf commented 1 year ago

I'm sorry in advance if this is a stupid question!

Do people use this library on their Blazor Server?

I know this is an awesome tool.

But I'm quite new to .NET and can't figure out how to implement wkhtmltopdf in my project.

HakanL commented 1 year ago

I'm not familiar with Blazor Server, but my guess is that it will not work, since this package is a wrapper around a native library.

wilsonmaf commented 1 year ago

Cheers mate. I guess I'll find a new library then.