How to disable formatting tracker

Hello, everyone!


I use Aspose.Words. When I write as follows,
Aspose.Words.Document doc = new Aspose.Words.Document(bin.ContentFilePath);
doc.Protect(ProtectionType.AllowOnlyRevisions, “1”);
the tracker in some places informs me about change of format/format change (I have outlined it in red). Does anyone know how I can solve this problem? Thank you.
Hi there,

Thanks for your inquiry.

Please note that track changes information is MS Word (Application) level setting and does not store in the document. Therefore, it cannot be controlled by Aspose.Words. This is completely controlled by the viewer which opens the document.

Could you please share to which file format you are converting your final output document? Please also share your expected output document. We will then provide you more information about your query.