Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 764 Bytes

File metadata and controls

18 lines (12 loc) · 764 Bytes

Blazor Rich Text Editor export to RTF file

The Rich Text Editor content export to RTF file While cliking on the export button, in the button click action call export service and convert to the RTF file using Syncfusion.DocIO libraries.

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