.Compare() - Get the same compare result than what Word generates

Hello,

When using .Compare() methods, I’m not getting the same result than the result I get when using Word Compare feature.

The documents I’m comparing:
Rev A.docx (29.0 KB)
Rev B.docx (26.4 KB)

The result I’m getting when using Aspose.Words Compare
Result Aspose compare.docx (29.8 KB)

The result I’m getting when using Word Compare
Result Word compare.docx (35.9 KB)

I’m using the following CompareOptions

CompareOptions compareOptions = new CompareOptions
{
    IgnoreCaseChanges = false,
    IgnoreComments = false,
    IgnoreFields = false,
    IgnoreFootnotes = false,
    IgnoreFormatting = true,
    IgnoreHeadersAndFooters = false,
    IgnoreTables = false,
    IgnoreTextboxes = false,
    Target = ComparisonTargetType.New
};

We can see few majors differences:

  1. I’m getting a blank page at the beginning of the document when using aspose.words Compare
  2. After the Chapter 1.5, the table is broken when using aspose.words Compare

Can I get some help on how to get the closest result to the word document ?

Best regards.

@Irchad
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): WORDSNET-26566,WORDSNET-26567

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.

The issues you have found earlier (filed as WORDSNET-26566) have been fixed in this Aspose.Words for .NET 24.3 update also available on NuGet.