Winnovative HTML to PDF Converter for .NET Core Installation

Winnovative HTML to PDF Converter for .NET Core is not using any third party tools and no installations or special settings are necessary on the server in order to get it working. The product is delivered into a zip archive or as a NuGet package and it doesn't have an installer. You have to simply unzip the archive in a folder on the disk or reference the NuGet package in your application. Below is a brief description of the archive files and folders.

Bin Folder

The Bin folder contains the Winnovative HTML to PDF Converter binaries for .NET Core. The library was built for .NET Standard 2.0 and is compatible with the .NET Core 3.1, .NET Core 6.0 and later frameworks. This version of the library can run on Windows operating system. For other operating systems there is a separate client / server solution you can download from product website. The same binaries are also included in a NuGet package that you can alternatively reference in your .NET Core applications and this is the recommended mode of using the product binaries.

WnvHtmlToPdf_NetCore.dll ‐ is the Winnovative HTML to PDF Converter assembly to be used in .NET Core applications.

wnvinternal.dat ‐ is a resource file required for HTML to PDF conversion.

WnvHtmlToPdf_NetCore.xml ‐ is the HTML to PDF converter API reference in XML format for Visual Studio IntelliSense.

Samples Folder

The Samples folder contains a demo ASP.NET Core Web Application. It offers ready to use code for all the major features of the library. The demo application can be built and run from a Visual Studio environment. The demo applications reference the NuGet package.

Documentation

Help.chm ‐ contains the HTML to PDF converter for .NET Core API Reference and the User Guide in Microsoft Compiled HTML Help format.

See Also