This repository contains the demos of Syncfusion® Blazor Docx Editor Component samples. The following topics can help you to use the Syncfusion Blazor Docx Editor and run this application in your local.
- Requirements to run the demo
- How to run the demo
- Docx Editor Components Catalog
- License
- Support and feedback
- System requirements
- NET 8 WebAssembly Workload / NET 9 WebAssembly Workload (For Docx Editor Component)
- Nodejs Version : 10.24.* or above
Clone the repository. This repository contains Blazor Server demos and Blazor WASM demos project and solution files for .NET 8 and .NET 9. This repository has Common, Blazor Server Demos, and Blazor WASM Demos folders.
Blazor-Server-Demosfolder has solution and project files to run Blazor server demos.Blazor-WASM-Demosfolder has solution and project files to run Blazor WebAssembly demos.- The Common folder contains all the common files (i.e., samples, static web assets, resources) which are applicable for both Blazor Server demos and Blazor WASM demos.
-
Open the command prompt from the demo's directory.
-
Run the demo using the following command.
To run .NET 8 Blazor Server Demos project
dotnet run --project Blazor-Server-Demos/Blazor_Server_Demos_NET8.csprojTo run .NET 9 Blazor Server Demos projectdotnet run --project Blazor-Server-Demos/Blazor_Server_Demos_NET9.csprojTo run .NET 8 Blazor WASM Demos projectdotnet run --project Blazor-WASM-Demos/Blazor_WASM_Demos_NET8.csprojTo run .NET 9 Blazor WASM Demos projectdotnet run --project Blazor-WASM-Demos/Blazor_WASM_Demos_NET9.csproj
- Open the solution file using Visual Studio.
- Press
Ctrl + F5to run the demo.
- Open the Visual Studio code from the demos directory where the project file is present.
Ensure the C# for Visual Studio Code extension is installed in your Visual Studio code before running the Blazor demos.
- Press
Ctrl + F5to run the demo.
This repository focuses on Docx Editor components with comprehensive examples showcasing various features and functionalities.
The Syncfusion® Blazor Docx Editor component allows you to view, review, edit and print Word files in web applications. It provides a rich set of features for working with Word documents. Key Features:
-
Document Authoring - Allows to create a document with supported elements and formatting options.
- Supported elements - Supports document elements like text, inline image, table, hyperlink, fields, bookmark, table of contents, footnote and endnote, section, header, and footer.
- Styles - Supports character and paragraph styles.
- Editing - Supports all the common editing and formatting operations.
- History - Supports options to perform undo redo operations.
- Find and replace - Provides support to find and replace text within the document.
- Track changes - Suppports tracking the content insertion and deletion.
- Commenting - Supports adding a comment, replying to an existing comment or mark as resolved and more.
- Form filling - Supports designing fillable forms in Word document and fill the forms.
- Restrict editng - Supports restricting edit permission for a region in Word document and control what type of changes can be made to the document.
-
Export - Provides the options to export the documents in the client-side as
Syncfusion Document Text (*.sfdt)andWord document (*.docx). With server-side library, exporting as other formats can be achieved. -
Import - Provides the options to import the native
Syncfusion Document Text (*.sfdt)format documents in the client-side. With server-side library, importing other formats can be achieved. -
Print - Provides the options to print the documents.
-
Clipboard - Provides support to cut, copy, and paste rich text contents within the component. Also allows pasting simple text from other applications. Paste rich text from other applications using server-side library.
-
User interface - Provides intuitive user friendly interface to perform various operations.
- Context menu - Provides context menu.
- Dialog - Provides dialog for inserting elements such as hyperlink, table and formatting such as font, paragraph, list, style, table.
- Options pane - Provides options pane to perform find and replace operations.
Documentation: Docx Editor Documentation
The Syncfusion® Blazor Docx Editor integrates AI capabilities to enhance content creation. Users can generate new content from prompts, refine existing content, and produce summaries or Q&A responses based on the document. Key Smart Features:
- Rephrase: Enhance clarity and tone with AI-powered sentence rephrasing.
- Translate: Automatically complete form fields using intelligent language translation.
- Grammar: Detect and redact sensitive content with AI-driven grammar analysis.
- Summarization and Q&A: Summarize documents and answer questions while ensuring sensitive content is redacted.
🔗 View Live Demo Docx Editor with Smart AI Assist
To get started with the Docx Editor component:
- Install the Syncfusion.Blazor.DocumentEditor NuGet package
- Configure the Document Editor in your application
- Add the Document Editor component to your Blazor page
@page "/document-editor"
@using Syncfusion.Blazor.DocumentEditor;
<SfDocumentEditorContainer @ref="@containerRef"
RestrictEditing="@ReadOnly"
ShowPropertiesPane="@ShowProperties"
Height="100%" Width="100%">
</SfDocumentEditorContainer>Syncfusion Blazor Components is available under the Syncfusion Essential Studio program, and can be licensed either under the Syncfusion Community License Program or the Syncfusion commercial license. To be qualified for the Syncfusion Community License Program, you must have gross revenue of less than one (1) million U.S. dollars (USD 1,000,000.00) per year and have less than five (5) developers in your organization, and agree to be bound by Syncfusion's terms and conditions. Customers who do not qualify for the community license can contact sales@syncfusion.com for commercial licensing options. You may not use this product without first purchasing a Community License or a Commercial License, as well as agreeing to and complying with Syncfusion's license terms and conditions. The Syncfusion license that contains the terms and conditions can be found at https://www.syncfusion.com/content/downloads/syncfusion_license.Word
- For any other queries, reach the Syncfusion support team or post the queries through the community forums.
- To renew the subscription, click here or contact our sales team at salessupport@syncfusion.com.
- Don't see what you need? Please request it in our feedback portal.
- Blazor Docx Editor Documentation
- Blazor Docx Editor Live Demos
- Blazor Smart Docx Editor Live Demos
- Syncfusion Blazor Components
- Blazor Documentation
- Blazor Smart/AI Samples
Copyright © 2001-2026 Syncfusion, Inc. Updated on 2026-02-06 at precisely 17:12:36 EST.