Document with marginal Table and footnote losing format when saved to pdf

Hi,

I have a document that contains a marginal table and a footnote. The docx is in correct format, but when i save it to pdf the format changes completely. Even if i explicitly declares that i want the footnote to be at the end of the document.

@Test
public void documentWithMarginalTableAndFootnoteProblem() throws Exception {

    Document doc = new Document("src/test/resources/asposeProblems/DocumentWithAngularTableAndFootnote.docx");
    doc.getFootnoteOptions().setPosition(FootnotePosition.BOTTOM_OF_PAGE);
    doc.save("src/test/resources/asposeProblems/DocumentWithAngularTableAndFootnote.pdf", SaveFormat.PDF);
}

I attached both the docx and the resulted pdf.
DocumentwithAngularTableAndFootnote.docx (29.4 KB)

DocumentWithAngularTableAndFootnote.pdf (48.0 KB)

@Eleftheria_Stefanou
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-27418

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.