We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
Unfortunately, activation email could not send to your email. Please try again.
Syncfusion Feedback

Trusted by the world’s leading companies

Syncfusion Trusted Companies

Overview

Blazor Word Processor is a feature rich UI component with editing capabilities like Microsoft Word. Also known as the document editor, it is used to create, edit, view, and print Word documents. It provides all the common word processing features: editing text, formatting contents, resizing images and tables, finding and replacing text, bookmarks, tables of contents, printing, and importing and exporting Word documents.


Why choose Syncfusion Blazor Word Processor?

Blazor Word Processor high performance

High performance

The Blazor Word Processor has been designed and optimized for high performance.

Blazor Word Processor MS word editor

Microsoft-Word-like editor

The Word Processor is a feature-rich Word document editor component. With it, you can add a Microsoft-Word-like word processing solution in your web application.

Blazor Word Processor restrict editing

Restrict editing

The Word Processor allows you to restrict editing. When a protected document has range permissions, only a unique user or user group is authorized to modify a separate text area.

Blazor Word Processor comments

Add notes using comments

You can add comments to documents using Document Editor. In both code and the UI, you may add, navigate, and remove comments.

Blazor Word Processor track and review

Track and review changes

The track changes feature keeps a record of changes and edits made to a document. You can then accept or reject the changes. It is a useful tool for managing modifications made by multiple reviewers in the same document.

Blazor Word Processor responsiveness

Create and fill a form

The Word Processor has an intuitive UI for creating fillable forms in documents by inserting legacy form fields, just like Microsoft Word. Once the document is protected with the FormFieldsOnly restriction, users can fill the form.

Blazor Word Processor themes

Attractive, customizable themes

Cutting-edge design with several built-in themes, such as Fluent, Tailwind CSS, Bootstrap, Material, and Fabric. Utilize the online Theme Studio tool to customize themes of word processor easily.

Blazor Word Processor globalization

Globalization and localization

Enable users from different locales to use the component by formatting dates, currency, and numbering to suit preferences.


Blazor Word Processor Code Example

Easily get started with the Blazor Word Processor using a few simple lines of C# code example as demonstrated below. Also explore our Blazor Word Processor Example that shows you how to configure the document editor.

@using Syncfusion.Blazor.DocumentEditor
    @using System.IO
    @using System.Net
    @using Newtonsoft.Json

    <SfDocumentEditorContainer @ref="container" EnableToolbar=true>
        <DocumentEditorContainerEvents Created="OnLoad"></DocumentEditorContainerEvents>
    </SfDocumentEditorContainer>

    @code {

    SfDocumentEditorContainer container;

    string sfdtString;

    protected override void OnInitialized()
    {
        string fileUrl = "https://www.syncfusion.com/downloads/support/directtrac/general/doc/Getting_Started1018066633.docx";
        WebClient webClient = new WebClient();
        byte[] byteArray = webClient.DownloadData(fileUrl);
        Stream stream = new MemoryStream(byteArray);
		//To observe the memory go down, null out the reference of byteArray variable.
		byteArray = null;
        WordDocument document = WordDocument.Load(stream, ImportFormatType.Docx);
        stream.Dispose();
		//To observe the memory go down, null out the reference of stream variable.
		stream = null;
        sfdtString = JsonConvert.SerializeObject(document);
        document.Dispose();
		//To observe the memory go down, null out the reference of document variable.
		document = null;
    }

    public void OnLoad(object args)
    {
        SfDocumentEditor editor = container.DocumentEditor;
        editor.Open(sfdtString);
		//To observe the memory go down, null out the reference of sfdtString variable.
		sfdtString = null;
    }
    }

Open, edit and save

The Blazor Word Processor (Document Editor) provides a new native file format called Syncfusion Document Text (*.sfdt). It helps maintain document import and export purely on the client-side.

An illustration of Microsoft Word compatibility.

Microsoft Word Compatible

Provides a .NET library that helps convert Word documents (DOCX, WordML, DOC, RTF, TXT) to SFDT format at server side.

Import SFDT documents in Blazor Word Processor

Importing

Import the SFDT format document content from a local file or string.

Export documents as DOCX, SFDT in Blazor Word Processor

Exporting

Export the document content to SFDT and DOCX formats as a blob or downloadable file.


Find and replace

The Blazor Word Processor comes with a Microsoft Word-inspired navigation pane. It provides intuitive UI options to search text, navigate between the results, and replace it with other text.

Find and replace functionality in Blazor Word Processor.


Printing

The Blazor Word Processor allows users to print an entire document or a specific page directly from the browser.

Print document using Blazor Word Processor


User-friendly interactions

Enjoy a smooth and user-friendly experience for mouse, touch, and keyboard interfaces.

Intuitive, touch-friendly selection in Blazor Word Processor

Selection

Flexible selection options using mouse, touch, or Microsoft Word like keyboard shortcuts.

Interactive, touch-friendly scrolling in Blazor Word Processor

Scrolling

Scroll multiple pages of a document rapidly.

Interactive, touch-friendly zooming in Blazor Word Processor

Zooming

Interactively zoom in and zoom out the page contents. Users can easily change view to fit a page or page width.


Seamless editing

The Blazor Word Processor provides seamless editing experience and offers intuitive and touch-friendly UI options like context menus, dialogs, and a navigation pane.

Cut, copy, and paste rich text in Blazor Word Processor

Clipboard

Cut, copy, and paste of formatted content within the same document. Also paste plain text to and from other applications.

Undo and redo in Blazor Word Processor

Undo and redo

Perform multiple levels of undo and redo operations.

Dialog in Blazor Word Processor

Dialog

Insert document elements and apply advanced formatting options with ease.

Context menu in Blazor Word Processor

Context menu

The context menu provides options to perform common editing actions. The list of actions is updated automatically based on the selection context.

Interactive image resizing in Blazor Word Processor

Image resizing

Provides an awesome user experience to interactively resize an image using mouse or touch.

Interactive table resizing in Blazor Word Processor

Table resizing

Adjust a row height or column width interactively.


Document elements

The Blazor Word Processor includes all the commonly used document elements like text, images, tables, hyperlinks, bookmarks, table of contents, page fields, sections, headers, and footers.

Text

Create or edit documents with text in various languages.

Images

Easily browse for an image file or online image URL and insert text in line . Common raster image formats like PNG, BMP, JPEG, and GIF, are supported.

Table

Create simple or complex nested tables using built-in dialog. Also add or remove rows and columns, define header rows, merge, or resize cells depending on their contents.

Bookmarks

Mark a place in the document to find it again easily. Users can enter as many bookmarks as needed in the document and give each one a unique name to identify it.

Page fields

Add dynamic page numbers to a document that updates automatically.

Breaks

Use line break, page break, or section break to get the documents formatted better.

Link text for quick access to web page, file, email, bookmark, etc. Users can insert links using built-in dialog and Microsoft Word-inspired automatic conversion of text to link. Moreover, navigation can be customized to open the target from other applications.

Table of contents

Outline the headings in a document and easily navigate to it, and shows page numbers too. Users can customize it using built-in dialog.

Headers and footers

Easily add page numbers, dates, or author’s name at one place to be repeated at the top or bottom of each page. However, users can specify different headers or footers for the first page and odd and even pages of each section.


Formatting

The Blazor Word Processor includes all the commonly used document formatting options.

Text formatting

Format text using bold, italics, underline, font family, size, color, highlight, subscript, superscript, and more.

Paragraph formatting

Format paragraphs with indentation, alignment, and spacing.

Bullets and numbering

Organize items or create an outline of a document with bullets and numbering. Both single and multilevel lists can be added.

Styles

Apply built-in styles to ensure consistency within a document. In addition, modify it or create custom styles. Both character and paragraph styles are supported.

Table formatting

Format the table with indent, alignment, cell margins and spacing, borders, shadings, row height, break row across pages, and more.

Page settings

Design the structure and layout of document pages in each section by customizing size, margins, header distance, footer distance, etc.





Other supported frameworks

Word Processor is also available in Blazor, React, Vue, and JavaScript frameworks. Check out the different Word Processor platforms from the links below,

Supported browsers

The Blazor Word Processor works well with all modern web browsers such as Chrome, Firefox, Microsoft Edge, Safari, and Opera.

Supported browsers

Blazor Components – 85+ UI and DataViz Components

Frequently Asked Questions

  • Seamless, Microsoft Word-like, WYSIWYG editing capabilities.
  • Compatible with Microsoft Word file formats (DOC, DOCX) and other formats such as RTF and SFDT (Syncfusion Document Text) format files.
  • Offers highly intuitive user interfaces.
  • Designed and optimized for high performance in every aspect.
  • One of the best Blazor Word Processor in the market that offers feature-rich UI to interact with the software.
  • Simple configuration and API.
  • Supports all modern browsers.
  • Touch-friendly and responsive.
  • Extensive demos, documentation and videos to learn quickly and get started with Blazor Word Processor (Document Editor).

You can find our Blazor Word Processor demo, which demonstrates how to render and configure the Word Processor.

No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue, 5 or fewer developers, and 10 or fewer total employees.

A good place to start would be our comprehensive getting started documentation.

Our Customers Love Us

Having an excellent set of tools and a great support team, Syncfusion reduces customers’ development time.
Here are some of their experiences.

Rated by users across the globe

Transform your applications today by downloading our free evaluation version Download Free Trial

Awards

Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion is proud to hold the following industry awards.

Up arrow icon
Live Chat Icon For mobile