Example of Advanced Exporting in ASP.NET MVC DocumentEditor Control
This example illustrates how to efficiently export a document to various formats using the DocumentEditor. You can seamlessly convert your content into formats such as PDF, RTF, HTML, ODT, WordML, Plain Text, Word Template, and Markdown.
DEMO
SOURCE
Document Editor provides exporting of the document as follows.
- Client-side exporting
- Syncfusion Document Text (*.sfdt)
- Word Document (*.docx)
- Word Template (*.dotx)
- Plain Text (*.txt)
- Server-side exporting
- PDF (*.pdf)
- HyperText Markup Language (*.html)
- Rich Text Format (*.rtf)
- Markdown (*.md)
- OpenDocument Text (*.odt)
More information about the document editor features can be found in this documentation section.opens in a new tab