The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Once content has been created using the Document Editor, what is the recommended way to save the content and to display the content in a web page (read only)?
SMSuriya Murugan Syncfusion Team October 29, 2019 10:20 AM UTC
Hi Randy,
Thank you for contacting the Syncfusion support.
Once, the content created in DocumentEditor. You can save the document as Docx or Sfdt format and open it back in DocumentEditor. To open the document in ReadOnly mode, set isReadOnly property as true once the document opened.
Docx Format :
Please check below link which contains sample to export document as Docx and open in DocumentEditor: