Blazor Rich Text Editor Example - Import from Word
This example demonstrates how to import a Word document into the Rich Text Editor. Users can click the Import from Word icon, choose a .docx file, and upload it to the server, where the document is converted to HTML and loaded into the editor.
In this demo, the import feature is handled through server-side processing:
- Click the import from Word icon to upload a .docx file and load its content into the Rich Text Editor.