A simple backend service that supports import and export workflows for the Syncfusion Rich Text Editor.
This repository provides backend services that support import and export workflows for the Syncfusion Rich Text Editor. It includes:
- Document export: convert editor content to PDF and Word (DOCX).
- Document import: read DOCX files and return content usable by the editor.
- .NET 8.0 SDK
- Visual Studio 2022+ or VS Code
- Syncfusion license (required for some NuGet packages)
Installation
git clone https://github.com/SyncfusionExamples/blazor-richtexteditor-image-upload.git
cd blazor-richtexteditor-image-uploadRestore NuGet packages
dotnet restoreRun the application
dotnet runStart the service and call the provided import/export endpoints from your Rich Text Editor sample to convert or import documents.
- Ensure NuGet packages are restored and the project builds before running.
- If export fails, check browser console and server logs for errors and confirm any required licenses are configured.
This sample is provided for demonstration purposes. For issues, open an issue in the repository.