Posted by a ceTe Software moderator
Hello,
You can add the DynamicPDF Rasterizer license key either to the config file or through code. You can find the instructions on licensing the application by clicking on the View License Key button by logging into our
customer area using your serial number. Also below is the syntax to add the license key.
Through code before creating the PdfRasterizer object.
Visual Basic Code:
ceTe.DynamicPDF.Rasterizer.PdfRasterizer.AddLicense("Add license key here")
C# Code:
ceTe.DynamicPDF.Rasterizer.PdfRasterizer.AddLicense("Add license key here");
Adding license key to the web.config file.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="ceTe.LicenseKey" value="Add generated license key here" />
</appSettings>
<system.web>
<!-- Place your system.web settings here -->
</system.web>
</configuration>
If you continue facing any issue while licensing the application then please send over the following details to
support@cete.com so we can look into it further.
1. DynamicPDF Rasterizer license key added to the application.
2. Syntax used to add the license key.
Also please do not share details of any license key or DynamicPDF product serial number on the forum.
Thanks,
ceTe Software Support Team.