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