New to Telerik UI for Blazor? Download free 30-day trial

Editor Import and Export

The Telerik Document Processing tools that come with your Blazor license let you import and export the HTML string for the Editor component.

You can easily import from formats such as docx, rtf, txt, html and export to them and to pdf.

The following sample project shows one way to implement import and export: Blazor Editor Import and Export.

Allowing the application to decide how to import and export the content makes the Telerik UI for Blazor package more lightweight, because it does not always have to carry the document processing dependencies, and it also allows you full flexibility on how you handle and process the content/files.

See Also

In this article