Text wrap/table height issue when converting DOCX to PDF with Aspose

Hi,

When converting a DOCX to PDF with Aspose.Words, I noticed the table height has been changed and some text got unexpectedly wrapped.

Code:

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

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

test - Copy.zip (87.9 KB)

Thanks,

@ServerSide527

We have tested the scenario and managed to reproduce the same issue at our side. This issue has been logged as WORDSNET-20242 in our issue tracking system. 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-22217) have been fixed in this Aspose.Words for .NET 23.10 update also available on NuGet.