Hyperlinks not copied when saving a Word file after accepting all changes with Aspose.Words on .NET

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]

@zalan.siklodi
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-25908

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-25908) have been fixed in this Aspose.Words for .NET 23.11 update also available on NuGet.