Load sfdt content from DocumentEditor in the RichTextEditor

Is there a way to show the formatted content from the document editor in sfdt format in a rich text editor?


2 Replies

RK Revanth Krishnan Syncfusion Team December 20, 2021 11:53 AM UTC

Hi Joachim, 
 
Greetings from Syncfusion support. 
 
We are currently validating your query from our end, we will update you with further details on or before 22nd December. We appreciate your patience till then. 
 
Regards, 
Revanth 



IS Indrajith Srinivasan Syncfusion Team December 27, 2021 12:19 PM UTC

Since the Rich Text Editor accepts only the HTML content. Using document editor, you can convert SFDT to HTML 


## Sfdt to HTML

Get the document as SFDT using serialize and send it to backend, using ExportSfdt API you can convert the document.

Please check below documentation for reference:

 https://ej2.syncfusion.com/documentation/document-editor/server-side-export/

Note: In above documentation, use Format type as Html instead of Docx.

https://github.com/SyncfusionExamples/EJ2-Document-Editor-Web-Services/


Loader.
Up arrow icon