SASS Themes
LESS Themes
Editor / Import and Export
Description
Telerik Document Processing is a bundle of UI-independent, cross-platform libraries enabling you to process the most commonly used flow, fixed and spreadsheet document formats. The components allow to create documents, import, modify and export them without external dependencies between the following different formats.
This demo demonstrates how to export the Telerik MVC Editor contents to the following formats with Telerik Document Processing Library.
- DOCX
- RTF
- HTML
- TXT
To export the content include the corresponding command to the editor’s toolbar .Tools(tools => tools.ExportAs()) and configure the export settings through the ExportAs attribute. For instance you should specify the Proxy option, which sets the Action to which the content will be submitted, or you can specify FileName attribute to set the name of the downloaded file.
ASP.NET MVC source
- import_export.cshtml
- Import_ExportController.cs
- EditorExportController.cs
- EditorImportController.cs