Skip to content

This example shows how to import rtf file in Blazor Rich Text Editor.

Notifications You must be signed in to change notification settings

SyncfusionExamples/import-rtf-file-to-blazor-rich-text-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Import RTF file in Blazor Rich Text Editor

Import the RTF file into the Rich Text Editor content using file uploader component, and get the RTF file content from uploader success event. Then, you can able to import the RTF values to the editor.

Prerequisites

  • Visual Studio 2022

How to run the project

  • Checkout this project to a location in your disk.
  • Open the solution file using the Visual Studio 2022.
  • Restore the NuGet packages by rebuilding the solution.
  • Run the project.

See also