Image in table is not in right place when convert to PDF for .net

Hello,

When converting to Pdf and previewing the same Word file, we’re having problems with the images in the documents.

The images in the table overlap and are not in the right place. We can this that thanks to files in attached.
Excepted.pdf (142.2 KB) → correct file, we want
result.pdf (125.7 KB) → File we have after converting to pdf
R24_non-confidential report2 .docx (150.5 KB) → file to convert

protected void ConvertToPdf(string wordFile)
{
    Document doc = new Document(wordFile);

    PdfSaveOptions options = new PdfSaveOptions()
    {
        SaveFormat = SaveFormat.Pdf,
    };

    doc.Save(Path.ChangeExtension(wordFile, ".pdf"), options);
}  

We used the latest version of Aspose.Word : 24.5.0

We’re developing a web application and your solution is being used by our application for customers who want to be able to preview and convert their files correctly.

Thanks in advance

@BASSETTI
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-26989

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.

@alexey.noskov
Do you have any update of the subject ?

@BASSETTI We have completed analyzing the issue. The issue occurs because MS Word logic for text wrapping around multiple tight-wrapped floaters is not imitated by Aspose.Words. The issue has been postponed and is not yet scheduled for development. Please accept our apologies for your inconvenience.