I was trying to compare the updated doc with the Original doc. Remaining is working fine but somehow, I’m unable to track the changes of the applied Order and Unorder list. In the compare document those changes were showing correctly but in the “changes” object those value is not getting listed. Also, If I applied OL\UL on a large paragraph and then I break that para then also result document is unable to track those changes.
Please share following details and we’ll investigate this scenario at our end:
- Source, target and resultant documents
- Expected document/result
- Comparison code
- GroupDocs.Comparison for .NET API version that you are using
- Do you have a license or evaluating the API without license?
- Original Doc: Original.docx (12.4 KB)
- Updated Doc: Modified.docx (13.5 KB)
- Code: Code.docx (13.8 KB)
- Version: 23.12
- I’m using Free version
@SGohel
Thanks for the details. We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.
Issue ID(s): COMPARISONNET-3807
You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.
@SGohel
Tried to compare using you code - the changes were appeared (4 inserted line breaks and 3 style changes (paragraphs positions)).
Besides I could suggest to use
DetalisationLevel = DetalisationLevel.High
if you want to see changes along with line breaks, changes including line breaks will be highlighted.
see attached result files
1.png (5.0 KB)
result.docx (16.1 KB)