Evaluate Aspose.Words

Hi
I have purchase product of Aspose.Words but I am not understanding how shall I use that to remove my evaluation watermark at the top of the document . I am using Aspose.Words.dll version 18.11.0.0. And my .NET code is

 Document doc1 = new Document("F:\\Documents\\Document1.odt");
Document doc2 = new Document("F:\\Documents\\Document2.odt");
Aspose.Words.CompareOptions options = new CompareOptions();
            
doc1.Compare(doc2, "user", DateTime.Now);            
doc1.Save("F:\\Documents\\Document3.odt");

Can you please tell me what shall I do to remove the evaluation watermark
Regards
Ron


This Topic is created by sohail.aspose using the Email to Topic plugin.

@ron.macinnis

Thanks for your inquiry. You need to apply the license before using this code. Please read the following article about applying license.
Applying a License