Can't seem to get Watermark to go away

Skip Navigation LinksHome  /  Support  /  Forums  /  DynamicPDF CoreSuite for .NET (v8)  /  Can't seem to get Watermark to go away

DynamicPDF CoreSuite for .NET (v8) Forum

Hi Everyone,

I have a license 'DynamicPDF Generator v8.0 for .NET Enterprise'.

I added my license key through a line of code.  However, the watermark still appears.

Essentially, my code is as follows...

            Dim MyPdfDocument As PdfDocument = New PdfDocument("C:\Letter.pdf")
            Dim MyDocument As MergeDocument = New MergeDocument(MyPdfDocument, MergeOptions.None)
            Dim MyPage As ceTe.DynamicPDF.Page = MyDocument.Pages(0)
            MyPdfDocument.Form.Fields("LetterHeading").CreateLabel(MyPage, DateTime.Today & vbCr & vbCr & MemberLetterInfo.FullName, ceTe.DynamicPDF.Font.Helvetica, 10, TextAlign.Left, fontcolor)

            ' Save the PDF
            MyDocument.Draw("C:\Letter.pdf")

In my PDF the codes '[15:3d7:v8.0]'  show up.

Does my license cover the functions/methods I'm using?
Posted by a ceTe Software moderator
Hello,

The watermark is displaying because you are using Merger functionality (PdfDocument, MergeDocument etc.). You will need to apply a Merger for .NET Enterprise license key to remove the watermark. Please contact our sales team if you need assistance with an upgrade.

For more details on what is included with the Generator Enterprise Edition, please visit this link.

Thanks,
ceTe Software Support Team
Hi,

I am using dynamicPDF dll in my software.
i need to remove watermark and dynamicPDF link from my pdf.
so how can I remove this watermar and link from my pdf.

My Code:
                MergeDocument document = new MergeDocument(oldFile);
                RgbColor color = new RgbColor(82, 145, 33);
                ceTe.DynamicPDF.PageElements.Label lable = new ceTe.DynamicPDF.PageElements.Label(StampText, 0, 15, 200, 12, ceTe.DynamicPDF.Font.Helvetica, 30, color);
                Template stampTemplate = new Template();
                stampTemplate.Elements.Add(lable);
                document.StampTemplate = stampTemplate;
                document.Draw(newFile);
Posted by a ceTe Software moderator
Hi,

The usual reasons a watermark will appear are as as follows:

 - No License Key was applied (If this is the case, then use your serial number to retrieve your license keys from our CustomerArea.)
 - A License Key was applied but the Computer Name used to generate it does not match the Computer Name of the machine it is running on (applies to Server License Keys)
 - A License Key was applied but the version of the key does not match the version of the DLL

If you check these situations and cannot find your issue, please email us over the watermark numbers are that you are getting (at the top of your PDF), to: sales@dynamicpdf.com , along with your serial number and DLL version.

Thanks,
ceTe Software Support Team

All times are US Eastern Standard time. The time now is 9:06 AM.