Table gets moved on top of another table

Code used to test:

using Aspose.Words;

Aspose.Words.License license;
license = new Aspose.Words.License();
license.SetLicense("Aspose.Total.NET.lic"); 

string dataDir = "c:\\temp\\";

Document doc = new Document(dataDir + "test.docx");

doc.Save(dataDir + "output.pdf", SaveFormat.Pdf);

Source document:
test.DOCX (89.1 KB)

Output:
output.pdf (192.4 KB)

Page 10 result:

@andersalvsaker
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): WORDSNET-27518

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.