Still watermark

Skip Navigation LinksHome  /  Support  /  Forums  /  DynamicPDF CoreSuite for .NET (v9)  /  Re: Still watermark

DynamicPDF CoreSuite for .NET (v9) Forum

 Feb 21 2018 4:49 AM
Hi,

I've still the watermark even though i've activated the license key (Both production and development).

Can you please help?



Snippet:

            //            ceTe.DynamicPDF.Document.AddLicense("ThelicenseskeyforProdcution");
            ceTe.DynamicPDF.Document.AddLicense("ThelicenseskeyforDevelopment");

            var document = new Document();
            var page = new Page(PageSize.A4);
            page.Dimensions.SetMargins(10, 10);

            var logo = "Base64string"
              

       var style = new FormattedTextAreaStyle(FontFamily.Helvetica, 12, false);

    
            var formattedTextArea = new FormattedTextArea(html, 25, 130, page.Dimensions.Body.Width - 50, page.Dimensions.Body.Height - 130, style);

            // Add the formatted text area to the page
            page.Elements.Add(formattedTextArea);
           // page.Elements.Add(new FormattedTextArea(html, 25, 100, page.Dimensions.Body.Width-50, page.Dimensions.Body.Height-100, FontFamily.Helvetica, 14, false));


            document.Pages.Add(page);
            document.Draw(@"c:\Temp\a9if9iasf.pdf");

            var pdfDataBytes = document.Draw();
            return Convert.ToBase64String(pdfDataBytes, Base64FormattingOptions.None);

           
        }

        public Stream ConvertBase64ToStream(string base64)
        {
            var data = System.Convert.FromBase64String(base64);
            return new MemoryStream(data);
}
 Feb 21 2018 11:16 AM
Posted by a ceTe Software moderator
Hello,

Can you please send over the following details to support@cete.com so we can look into it further?

1.        Exact watermark numbers [x:x:x:x] displayed on the output PDF or the output PDF having watermark on it.
2.        DynamicPDF serial number or the license key added to the application.
3.        Exact version and build number of the DynamicPDF DLL file used in the application. You can get this information in DLL references properties (Version and Description fields) in Visual Studio.

Thanks,
ceTe Software Support Team.
 Feb 21 2018 11:20 AM
Yes :) just send you and e-mail.

All times are US Eastern Standard time. The time now is 12:13 AM.