Comparison of Word files does not highlight style changes in .Net

Will the hotfix that fixes this issue be released in version 24.4 or 24.5?

@tronghieu88

We hope to address this issue with a hotfix prior to version 24.5. We will keep you informed as we make progress and provide any further updates.

Have you received any news regarding the hotfix version? I’m looking forward to getting this information.

@tronghieu88

We’re still in the process of resolving this issue. We’ll notify you once we have any updates.

@tronghieu88

We are glad to inform you that we’ve got a solution for this issue. Please find the hotfix here.
Additionally, please consider following details while using the hotfix.
MS Word does not provide an option to highlight elements such as line breaks, so this highlighting works only with our demo app. When using GroupDocs.Comparison, you can set the DetalisationLevel option to DetalisationLevel.High, and then line breaks will be marked with comments on the side. To see these comments, select “Show Comments” in the Review panel, and to see them on the right side, choose “Simple Markup” from the Tracking section.

To enable changing the color of line break characters according to their type of change, set MarkLineBreaks from CompareOptions to true and DetalisationLevel to DetalisationLevel.High.

CompareOptions compareOptions = new CompareOptions()
{
    MarkLineBreaks = true,
    DetalisationLevel = DetalisationLevel.High,
}

The issues you have found earlier (filed as COMPARISONNET-3879) have been fixed in this update. This message was posted using Bugs notification tool by anton.samarskyy