.NET Standard library which wrapping the DinkToPdf library that include x64 and x86 version of the wkhtmltox library.
This library is available in NuGet.
At nuget package manager, run the follow command.
PM> IInstall-Package DinkToPdfAll
At .NET CLI console, run the follow command.
dotnet add package DinkToPdfAll
You must call the Load method in ConfigurateService at Startup.
DinkToPdfAll.LibraryLoader.Load();Please read the official documentation of DinkToPdf.