Table and image overlapped when converting DOCX to PDF with Aspose

Hi,

When converting a DOCX to PDF, I noticed the text and image are overlapped.

Code:

        var doc = new Document(@".\test.docx");
        doc.LayoutOptions.TextShaperFactory = HarfBuzzTextShaperFactory.Instance;
        doc.Save(@".\out.pdf");

I’ve attached the test files and a screenshot for your reference. Could you please help to take a look?

test.zip (255.2 KB)
image.png (90.7 KB)

Thanks,

@ServerSide527

We have tested the scenario and managed to reproduce the same issue at our side. For the sake of correction, we have logged this problem in our issue tracking system as WORDSNET-22671. You will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.

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