Custom Template Aspose issues.docx (1.3 MB)
In above document file we have mention all the scenario and there expected result .
we have mention four scenario in we found that Aspose Compare given wrong output.
In zip folder we have mention three files (Base Document , Modified Document, Aspose Compare Output file).
Base & Modified Files.zip (898.8 KB)
CC: @sushilb21 @snaikcatina @mbhosale01
@shsahucatina
- Issue ID(s): WORDSNET-27374
- Aspose.Words behavior matches MS Word behavior. So no issue here.
- Unfortunately, I cannot reproduce the problem on my side using the following code:
Document v1 = new Document(@"C:\Temp\v1.docx");
Document v2 = new Document(@"C:\Temp\v2.docx");
v1.AcceptAllRevisions();
v2.AcceptAllRevisions();
CompareOptions compareOptions = new CompareOptions();
//compareOptions.Granularity = Granularity.CharLevel;
v1.Compare(v2, "test", DateTime.Now, compareOptions);
v1.Save(@"C:\Temp\out.docx");
- This issue has been already reported as WORDSNET-27349 here: https://forum.aspose.com/t/bookmark-start-and-bookmark-end-is-getting-changed-after-compare/289573
We will deliver their fixes according to the terms mentioned in Free Support Policies.
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.