Prevent Table Row Text from Moving to Previous Page when DOCX is Converted to PDF | C# .NET

Hi,

When converting a DOCX to PDF with Aspose.Words, I noticed a row/text was moved to the previous page.

Code:

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

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

test.zip (254.9 KB)
image.png (97.8 KB)

Thanks,

@ServerSide527,

While using the latest (21.7) version of Aspose.Words for .NET, we managed to reproduce this issue on our end. We have logged this issue in our bug tracking system. The ID of this issue is WORDSNET-22516. Your thread has also been linked to this issue and you will be notified here as soon as it will get resolved in future. Sorry for the inconvenience.

A post was split to a new topic: Retain Position of Table with Picture during Word DOCX to PDF Conversion | C# .NET

The issues you have found earlier (filed as WORDSNET-22516) have been fixed in this Aspose.Words for .NET 21.9 update.