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();
…...not reproducible using the latest 24.3 version of Aspose.Words...