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
374 stars 67 forks source link

Native binaries are not copied to output folder when building for .NET FW #33

Closed HakanL closed 3 years ago

HakanL commented 3 years ago

It works for Core/standard, but not the full framework. May be something with the SDK-style csproj file and msbuild, needs research.

HakanL commented 3 years ago

I tested this with the new 1.4.0 build and it seems to work fine with .NET Core 3.1, .NET 5.0 and .NET Framework 4.7.2. Thanks @georgechond94 for the contribution!