Hi Samet,
Reg. Can I get DocumentEditor content as HTML
You can export the document editor content as html in server side.
Please refer the below documentation on server-side export using SFDT string.
In the above documentation, sfdt string passed to server side and saved as docx with ExportSFDT API of word document class. You can change that format type to html. kindly refer the below code snippet for saving as html
Sample Code Snippet for saving it as html
Stream document = WordDocument.Save(sfdtString, FormatType.Html); |
Kindly check it and let us know whether this helps.
Regards,
Stephen Raj