Extra page is created in PDF converted from DOCX

Hi,

When converting from DOCX to PDF, I noticed one page became two and the first table on the first page was moved to the second page.

Code:
var doc = new Document(@".\test.docx");
doc.LayoutOptions.TextShaperFactory = Aspose.Words.Shaping.HarfBuzz.HarfBuzzTextShaperFactory.Instance;
doc.Save(@".\out.pdf");

As you can see I have already tried the new library HarfBuzz but it didn’t help with or without it.

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

test.zip (44.2 KB)
image.png (35.7 KB)

Thanks,

@ServerSide527

We have tested the scenario and have 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-19599. 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-19599) have been fixed in this Aspose.Words for .NET 20.10 update and this Aspose.Words for Java 20.10 update.