Converted to pdf, the table structure is corrupted

Hi,
There is a table structure in Word document. When converted to pdf, the table structure is corrupted.
I attached the original file and corrupted file.
AsposeWordTableCorrupted.zip (119.2 KB)

@srmbimser,

After an initial test with the latest version of Aspose.Words for .NET i.e. 19.1, we were unable to reproduce this issue on our end (please see 19.1.pdf (65.3 KB)). So, we would suggest you please upgrade to the latest version of Aspose.Words. Hope, this helps.

We used the following simple code on our end for testing:

Document doc = new Document("E:\\AsposeWordTableCorrupted\\BILGEM.BS.BSY.STAD.01_.docx");
doc.Save("E:\\AsposeWordTableCorrupted\\19.1.pdf");