We are using Groupdocs.comparision to compare 2 word files with following options:
var compareOptionsDelete = new CompareOptions()
{
ShowDeletedContent = true,
ShowInsertedContent = false,
};
And
var compareOption…...document-comparison , csharp , dotnet chinhpn January 4, 2021, 6:33am...