This sample demonstrates how to export the contents of the .NET MAUI SfRichTextEditor to Word and PDF formats using Syncfusion controls. Enable users to save their rich text input as professional documents, supporting common business workflows and document sharing.
- How to extract content from SfRichTextEditor in .NET MAUI.
- How to export editor content to a Word document (.docx).
- How to export editor content to a PDF file.
- How to implement platform-specific save logic for Android, iOS, MacCatalyst, and Windows.
- Allow users to save and share rich text as Word or PDF files.
- Integrate document export seamlessly into your MAUI app.
- Support business and productivity scenarios with minimal code.
- Provide a consistent export experience across all supported platforms.
Exported Word (.docx) and PDF files containing the rich text editor’s content.

- Syncfusion.Maui.RichTextEditor NuGet package installed.
- Syncfusion.DocIO.NET and Syncfusion.Pdf.NET NuGet packages for document export.
- Syncfusion MAUI core configured in your MAUI app builder.
- .NET MAUI environment set up and ready to build/run.
If you encounter a “path too long” exception when building this project, close Visual Studio and rename the repository folder to a shorter name, then rebuild the project.
For a step-by-step procedure, refer to the Syncfusion Knowledge Base article: How to Export Rich Text Editor Content to Word and PDF in MAUI SfRichTextEditor?.