Hi,
I’m having some issues with footnotes when I convert docx to pdf. For the conversion, I’m using the code below:
Document document = new Document("document.docx");
PdfSaveOptions saveOptions = new PdfSaveOptions();
…...control” option off and it has a footnote, the exported PDF document...“keep lines together” option on, the exported PDF document does not...