We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Server-side helper library - losing footnotes after conversion DOCX to SFDT

I have a problem with back-end DocumentEditor library. After conversion from DOCX to SFDT format footnotes are missing in converted document. I attach sample docx file which I used to test solution and screenshots from Word (DOCX) and SFDT (DocumentEditor control).

Back-end code:

public string ConvertToSfdt(GeneratorVM docxFile)
        {
            string result;

            using (Stream stream = new MemoryStream(Convert.FromBase64String(docxFile.Content)))
            {
                var sfdtDocument = WordDocument.Load(stream, FormatType.Docx);
                result = Newtonsoft.Json.JsonConvert.SerializeObject(sfdtDocument);
                sfdtDocument.Dispose();
            }

            return result;
        }

Am I missing something? Thank you in advance for help.

Attachment: Sample_files_8bfffebd.zip

1 Reply

RT Ramya Thirugnanam Syncfusion Team March 26, 2019 06:13 AM

Hi Marek, 
 
Thanks for contacting Syncfusion support. 
 
Currently, we don’t have support for "Footnote" in DocumentEditor. We have logged this as a feature request in our database. We will implement this feature in any of our upcoming releases. We will update you when this feature has been implemented.  
 
You can track the status of this feature from following feedback link:  
   
 
Regards, 
Ramya T 


Loader.
Live Chat Icon For mobile
Up arrow icon