I have 2 different situations which are somewhat related
I am comparing these 2 documents (TEST LIB [document 1] to TEST AV [document 2]) to HTML
The result without having any compare options (simple compare) would give the wrong number list for some reason. Using the ignoreFormatting method for compare options and set to true would resolve this issue
BUT
Another issue would appear if I use ignoreFormatting
Comparing 2 other documents (0310_TEST [document 1] to 20-003_TEST [document 2]) to HTML
With ignoreFormatting to false, this would give the correct output
But if ignoreFormatting is set to true, it shows a funky output
@Parest As I can see Aspose.Words compare result is the same as MS Word compare result if save document as DOCX (TEST LIB.docx and TEST AV):
MS Word: ms.docx (38.5 KB)
Aspose.Words: out.docx (27.1 KB)
You should note that compare result is represented using revisions in the output document. Unfortunately, HTML format does not allow to preserve revisions the same way as they are exported to MS Word documents. This is due to significant difference in MS Word and HTML document models.
Regarding the second pair of document. I see the comparison result does not match MS Word output.
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-27126
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.
For both examples, is that assuming that ignoreFormatting is true?
Comparing 0310_Test.docx to 20-003-TEST.docx will show the correct output only if ignoreFormatting is false, if it is true then we get the wrong output
And is it also possible to track the issue WORDSNET-27126?