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, you need to set the static LicensingLicenseKey property in your application.

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

Setting the Global License Key

C#
// Set license key received after purchase to use the converter in licensed mode
// Leave it not set to use the library in demo mode
Licensing.LicenseKey = "4W9+bn19bn5ue2B+bn1/YH98YHd3d3c=";

See Also