Example of Export to Word / PDF in ASP.NET Core Rich Text Editor Control
This example illustrates how to efficiently export content in the Rich Text Editor. You can seamlessly convert your content into a PDF or Word document.
DEMO
SOURCE
In this demo, the Rich Text Editor content can be exported using the service side,
- Clicking the export to PDF icon will export the content of the Rich Text Editor to a PDF document.
- Clicking the export to Word icon will export the content of the Rich Text Editor to a Word document.