Dear Aspose Team,
We are using Aspose.Words (21.9.0) to resolve and save all changes in Word files, which track changes, with the following code:
var doc = new Document(oldFilePath);
if (!doc.HasRevisions)
return false;
doc.Revisions.AcceptAll();
doc.Save(newFilePath);
Testing this on this file 202303-650_A Plus - CRS FATCA_En.docx (27.5 KB) results in two paragraphs (“Job aid”, “Digital Forms Correction Guide”) not being copied as hyperlinks in the new file. I took a look in the document.xml files (documents.zip (25.0 KB)) and it is visble that the w:hyperlink tag is missing in those paragraphs in the copy.
My guess is this has to do with change tracking in the file. There are also other hyperlinks, which are copied correctly.
Please let us know if You can fix this issue.
We are waiting for Your findings/answer.
Kind regards,
Siklódi Zalán
[BUG-12133]