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)