This demo illustrates how to import and export contents of the DevExpress MVC HTML Editor.
With the HTML Editor, you can import and export editor contents from/to various document formats, including:
- Rich Text (.rtf)
- Office Open XML (.docx)
- MIME HTML (.mht)
- Open Document (.odt)
- Plain Text (.txt)
- Portable Document (.pdf). Available for export only.
To import or export in code, call the Import or Export static method. You can allow end-users to export editor contents via a specially designed toolbar item (ToolbarExportDropDownButton) that provides all the required functionality out of the box. All you have to do is add it to the editor's toolbar and customize output document formats available for end-users via the Items collection.
Local Copy of this Demo To inspect the source code for this demo on your machine, you must first install our components via the DevExpress Component Installer. |
You can open a local copy of this online demo directly from this webpage (if using v20.2.8, 21.1.4 or higher).
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\MVCxHTMLEditorDemos |