Example of Import from Word in ASP.NET Core Rich Text Editor Control
This example illustrates how to efficiently import the Word document into the Rich Text Editor.
DEMO
SOURCE
In this demo, the Word document can be imported as Rich Text Editor content by clicking the import to Word icon, browsing for the document, and uploading it to the server, where it is converted to HTML and then sent to the Rich Text Editor as its value.