Hello,
I would like to know if it's possible to retrieve the footnotes of a word document (docx) using RadFlowDocument.
I'm trying to look for examples but I'm not able to find any.
I'm building a solution that needs to parse .docx files and retrieve the footnotes.
I know that with OpenXML format it's possible to read it: FootnotesPart footnotesPart = wordDoc.MainDocumentPart.FootnotesPart;
Any help would be great.
Thanks.