Licensing for Winnovative PDF Next

By default, the Winnovative PDF Next library runs in demo mode, which adds an evaluation message to the generated documents and images. To use the library in licensed mode, you need to install a license key in your application.

The components of the Winnovative PDF Next library may require different license keys. In general, a single Winnovative Toolkit license key will work for all components of the Winnovative PDF Next library. If you have purchased a license for the Winnovative HTML to PDF Converter, you can use it for the Core and HTML to PDF Converter components of Winnovative PDF Next.

If you want to evaluate the library in a production environment for a limited period before purchasing a license, please contact our support team to receive a temporary license key that removes the evaluation message.

License Key Installation

After purchasing the product, you will receive a license key string. To unlock the product and remove the evaluation message from the generated PDF documents and images, set the static LicensingLicenseKey property in your application.

All demo applications provided with the library use a demo license key. To quickly verify the license key you purchased, replace the demo key with your own in one of the demo applications. The evaluation message should then disappear from the generated PDF documents and images.

Setting the Global License Key

C#
// Set the license key received after purchase to use the converter in licensed mode.
// Leave it unset to use the library in demo mode.
Licensing.LicenseKey = "3FJDU0ZDU0NTQkddQ1NAQl1CQV1KSkpKU0M=";

See Also