Adds a space between the items on the page

Hi,
When the attached document is uploaded to the system, adds a space between the items on the page

I attached the original file and corrupted file. We are using Aspose.Word 19.9 version. Thanks.
YG9727.zip (814.4 KB)

@srmbimser,

After an initial test with the licensed latest version of Aspose.Words for .NET i.e. 19.9, we were unable to reproduce this issue on our end.

Please see the following output PDF files that we generated from your DOCX file by using MS Word 2019 and the following simple code of Aspose.Words:

Document doc = new Document("E:\\YG9727\\T-010_1.docx");
doc.Save("E:\\YG9727\\19.9.pdf");

Attachments:

So, please upgrade to the latest version i.e. 19.9. Hope, this helps.