Links on images is not usable in html Fixed

Hello,

We noticed that the links present on the images are not usable in HtmlFixed mode
Can you look why?

I have attached an example.
Version 23.3.0

Cordially

element.zip (3.6 MB)

@ISIWARE
Please notice that this is the default behavior of MS Word app. Additionally, you can achieve what you want setting true the ExportOriginalUrlForLinkedImages of the HtmlSaveOptions class.

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-25149

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.

HtmlSaveOptions htmlSaveOptions = new HtmlSaveOptions()
{
    ExportOriginalUrlForLinkedImages = true,
};
wordtohtml.Save("C:\\Temp\\output\\output.html", htmlSaveOptions);

The issues you have found earlier (filed as WORDSNET-25149) have been fixed in this Aspose.Words for .NET 23.6 update also available on NuGet.