WordML to DOC: hyperlink is lost

Dear Aspose Team.
I’m converting a wordML file with an hyperlink inside to a DOC file. In the result file is only the text of the link, but not the functionality. Do you have any idea?
Aspose.Words is 8.0.0.0. I definitely know it worked with 5.2.1.0
See Code below. WordML is attached.
Thanks for helping.
[C#]

Aspose.Words.Document wordDocument = new Document(wordMLPath, LoadFormat.WordML, null);
wordDocument.UpdateFields();
wordDocument.Save(resultPath, SaveFormat.Doc);

Maybe it’s related to <A href="https://forum.aspose.com/t/81669, but i’m not sure.

Hi

Thanks for your inquiry. This problem is already resolved in the current codebase. The fix will be included into the next hotfix, which will be released within few weeks. You will be notified.
Best regards,

The issues you have found earlier (filed as 11408) have been fixed in this update.

This message was posted using Notification2Forum from Downloads module by aspose.notifier.
(89)