How to avoid Dynamic Watermark in PDF export in Licence version

Skip Navigation LinksHome  /  Support  /  Forums  /  DynamicPDF Generator for .NET (v3 and older)  /  How to avoid Dynamic Watermark in PDF export in Licence version

DynamicPDF Generator for .NET (v3 and older) Forum

We have correct Dynamic PDF license for PDF export. Reports are coming properly while manually exporting. However, while auto schedule using SharePoint Timer Job, all the exported PDF comes with Water Mark of Dynamic PDF.

We have added product key in web.config for normal export. For auto schedule, we have added product key in TimerSetting.xml(SharePoint timer job). But this is not serving our purpose. Is there anything else required for configuration.

Please let us know As soon as possible

Regards
Harsh
Posted by a ceTe Software moderator
Hello Harsh,

Our product licensing does not allow adding the license key to TimerSetting.xml. The license key can be added to web.config or app.config file of the application. If the auto schedule application has an app.config file, try adding the license key there. If that doesn’t work you can always add the license key in code using the method shown below. The AddLicense method should be called before the first PDF is created.

ceTe.DynamicPDF.Document.AddLicense(“license key here”);

If the above suggestions did not work then please email the following info to support@cete.com so we can look into it further.

1. PDF that contains the watermark.
2. License key used.

Please do not post the license key or serial number on this forum.

Thanks,
ceTe Software Support Team.
Thanks you for your quick feedback. I will try this and get back to you on the status with result

Regards
Harsh
No This is not correct solution.

We have resolved by adding license key in ostimer.exe.config

Regards
Harsh

All times are US Eastern Standard time. The time now is 3:29 AM.