Unwanted Revisions are Appeared after re-saving DOC using .NET

When we are saving document with Aspose without any operations on this particular document, output document is showing comments. Initial document does not have any track changes/comments

public static void JustSave(String sourcePath, String OutputPath)
{
    Document document = new Document(sourcePath);
    document.Save(OutputPath);
}

Please find input and output files

trackchange.zip (23.7 KB)

@crshekharam

We have tested the scenario and have managed to reproduce the same issue at our side. For the sake of correction, we have logged this problem in our issue tracking system as WORDSNET-22056. You will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.

The issues you have found earlier (filed as WORDSNET-22056) have been fixed in this Aspose.Words for .NET 22.2 update also available on NuGet.