Evaluation message is displayed for pdf.kit. License is correct

Hi everybody

2 evaluation messages 'Evaluation Only. Created with Aspose.Pdf.Kit...' are displayed on top of pdf page on the following:

PdfFileStamp pdfStamp = new PdfFileStamp(inputStream, stampedStream); pdfStamp.Close();
PdfFileSecurity sec = new PdfFileSecurity(stampedStream, securedStream);
sec.ChangePassword(string.Empty, string.Empty, Guid.NewGuid().ToString(),
PdfPrivilege.AllowAll & ~PdfPrivilege.ModifyContents, false);

return securedStream;

when you save secured stream on disc and open file - evaluation message is displayed.

I use proper license, and when I add stamp to pdfStamp before add security, evaluation message is not displayed.

pdfStamp.AddStamp(theStamp);

I use version 3.5.0.0

Thank in advance.

Hi Elena,

I have tested this issue at my end using Aspose.Pdf.Kit 3.5 and 3.6, but didn’t notice any problem. I have also tested it in both ways i.e security first or stamp first, however it didn’t add any evaluation text.

Can you please make sure you’re setting the license file correctly? You can also try the latest version - [Aspose.Pdf.Kit for .NET 3.6.0.0](http://www.aspose.com/community/files/51/file-format-components/aspose.pdf.kit-for-.net-and-java/default.aspx). If you still face the same problem then please share a sample project which can reproduce the problem at our end.

We’re sorry for the inconvenience.
Regards,

It was my mistake, sorry for disturbance