When converting docx to pdf, table overlap footnotes

Hi,
we have an issue when converting from WORD to PDF.
When converting from Word (docx) to pdf, the table overlaps the footnote in the converted document.

Tested with the latest version of Aspose.Words for .NET 24.3.0

File for reproduction:
Test.docx (94.1 KB)

Code for reproduction:

var testFilePath = @"Test.docx";
var outputFilePath = @"Output.pdf";
 
var licenseName = @"License Name";

var license = new License ();
license.SetLicense (licenseName);

using (var inputStream = File.Open (testFilePath, FileMode.Open))
{
   var doc = new Document(inputStream);
   doc.Save(outputFilePath);
}

Output File:
Output.pdf (109.9 KB)

Thanks and best regards,
Laura

@laura.freischlager
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-26781

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.