Saving cross references as html links

Hi I notice Aspose Words 9.7 .NET does not save cross references as html links (cross ref text) when saving documents as html. Is it a bug in Aspose? Is there any work around code?

in aspose html it’s just XX we need XX where REF***** is correct reference that is set for that text in MS Word doc

Internally in aspose words I see REF********* in text sections where you have cross references in MS Word doc but aspose just does not create tags in html

Any help or advice would be appreciated.

Thanks

Brian

Hi Brian,
Thanks for your request. You can easily solve this problem by replacing REF fields with HYPERLINK fields. You can try using the same technique as suggested here:
https://forum.aspose.com/t/102957
Hope this could help you.
Best regards,

Thanks Alexey, I tried your code and it works

Brian

Hi Brian,
It is perfect that you managed to resolve the issue. Please feel free to ask if you need more information. I will be glad to help you.
Best regards,

@leftofcentre,

The issues you have found earlier (filed as WORDSNET-1814) have been fixed in this Aspose.Words for .NET 17.7 update and this Aspose.Words for Java 17.7 update.