Evaluating unlicensed DynamicPDF feature. Click here for details. [4:0:v7.0]

Skip Navigation LinksHome  /  Support  /  Forums  /  DynamicPDF Generator for .NET (v4)  /  Evaluating unlicensed DynamicPDF feature. Click here for details. [4:0:v7.0]

DynamicPDF Generator for .NET (v4) Forum

hi,
I have 2 projects.
In the first one all works fine, otherwise the other show "Evaluating unlicensed DynamicPDF feature. Click here for details. [4:0:v7.0]"  in result PDF.
This is the code.
 PdfDocument originalDocument = new PdfDocument(filePath);
 MergeDocument workDocument = new MergeDocument(originalDocument);
MemoryStream outputDocument = new MemoryStream();
workDocument.Draw(outputDocument);

I've added in the costructor :
            ceTe.DynamicPDF.Rasterizer.PdfRasterizer.AddLicense(...);
Posted by a ceTe Software moderator
Hello,

The watermark numbers [4:0:v7.0] indicates that you are using version 7 of the DynamicPDF Merger product, but have not added a valid license key for v7.

Also, the code sample you shared shows that you are using the DynamicPDF Merger product but are adding a license key for DynamicPDF Rasterizer.

To avoid the watermark on the output PDFs, please make sure to add a valid version 7 license key for DynamicPDF Merger.

Thanks,
ceTe Software Support Team
Sorry, my fault.
I forgot to add the ceTe.DynamicPDF.Document.AddLicense license part.

The message was changed.

Now is:

Evaluating unlicensed DynamicPDF feature. Click here for details. [5:4:d3:v7.0]

Posted by a ceTe Software moderator
Hi,

The watermark numbers [5:4:d3:v7.0] indicate that you are using Professional edition features of version 7 of DynamicPDF Merger but added a license key for the Standard edition.

To avoid the watermark on the output PDFs, you will need to use only Standard edition features of version 7 DynamicPDF Merger product or upgrade your license. You can refer to the version 7 DynamicPDF Merger feature chart here

Thanks,
ceTe Software Support Team
Thank you for explanation.

Great support!

All times are US Eastern Standard time. The time now is 10:18 AM.