@qlnsubhash
Please take a look at following outcome:
If you want to see the “Track Changes” as MS Word does with the ability to “Reject” “Accept“ changes, you should provide the WordTrackChanges
boolean flag to CompareOptions
so the “Track Changes” feature would appear instead of common GroupDocs.Compoparison comparing. See this documentation article.
So, after comparing process with the files that you shared earlier, you would receive the attached result file - Result.zip (9.7 KB).
There you can see that “More text from Source.” is tracked as DELETED because there is no such an paragraph in Target file and “This is entity specific changes” as INSERTED because it was added to the target file.
So, it is starting to be unclear from the point below:
Could you please elaborate, what you want to achieve, the " This is entity specific changes" paragraph is always gonna be marked as INSERTED because that is how API works. Can you please provide the full ‘step by step’ description or a demonstration video what you want to achieve and what you do with files before/after comparing?
We can manipulate the “Track Changes Revisions“ before/after comparing but we don’t understand what manipulation you want to be done exactly?