This repository provides backend services to support advanced import/export functionalities for the Syncfusion Rich Text Editor (RTE). It focuses on:
- Document Export: Convert RTE content to PDF and Word (DOCX) formats.
- Document Import: Load and render content from Word (DOCX) files into the RTE.
- .NET 8.0 SDK
- Visual Studio 2022+ or VS Code
- Syncfusion license (for required NuGet packages)
# Clone the repository
git clone https://github.com/SyncfusionExamples/rich-text-editor-import-export-service.git
cd rich-text-editor-import-export-service
# Restore NuGet packages
dotnet restore
# Run the application
dotnet run