The Angular 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 including editing text, formatting contents, resizing images and tables, finding and replacing text, bookmarks, tables of contents, printing, and importing and exporting Word documents.
The Angular Word Processor has been designed and optimized for high performance.
The Word Processor is a feature-rich Word document editor component. With it, you can add a Microsoft Word-like word processing solution to your web application.
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.
You can add comments to documents using the Document Editor. In both the code and the UI, you may add, navigate, remove and mention others users.
The track changes feature keeps a record of changes and edits made to a document. Users can then accept or reject the changes. It is a useful tool for managing modifications made by multiple reviewers in the same document.
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 out the form.
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 the themes of the word processor easily.
Enable users from different locales to use the component by formatting dates, currency, and numbering to suit preferences.
Easily get started with the Angular Word Processor using a few simple lines of HTML and TS code examples as demonstrated below. Also explore our Angular Word Processor Example that shows how to configure the word processor in Angular.
<div class="control-section">
<div>
<div id="default_title_bar" class="e-de-ctn-title"></div>
<div>
<ejs-documenteditorcontainer #documenteditor_default [enableToolbar]=true [locale]="culture" (created)="onCreate()" (documentChange)="onDocumentChange()" height="600px" style="display:block;"></ejs-documenteditorcontainer>
</div>
</div>
</div>
import { Component, ViewEncapsulation, ViewChild } from '@angular/core';
import { ToolbarService, DocumentEditorContainerComponent } from '@syncfusion/ej2-angular-documenteditor';
import { TitleBar } from './title-bar';
import { defaultDocument, WEB_API_ACTION } from './data';
import { isNullOrUndefined } from '@syncfusion/ej2-base';
@Component({
selector: 'control-content',
templateUrl: 'default.html',
encapsulation: ViewEncapsulation.None,
providers: [ToolbarService]
})
export class DocEditorComponent {
public hostUrl: string = 'https://ej2services.syncfusion.com/production/web-services/';
@ViewChild('documenteditor_default')
public container: DocumentEditorContainerComponent;
public culture: string = 'en-US';
titleBar: TitleBar;
onCreate(): void {
let titleBarElement: HTMLElement = document.getElementById('default_title_bar');
this.titleBar = new TitleBar(titleBarElement, this.container.documentEditor, true);
this.container.serviceUrl = this.hostUrl + WEB_API_ACTION;
this.container.documentEditor.open(JSON.stringify(defaultDocument));
this.container.documentEditor.documentName = 'Getting Started';
this.titleBar.updateDocumentTitle();
}
onDocumentChange(): void {
if (!isNullOrUndefined(this.titleBar)) {
this.titleBar.updateDocumentTitle();
}
this.container.documentEditor.focusIn();
}
}
The Angular Word Processor (Document Editor) provides a new native file format called Syncfusion Document Text (*.sfdt). It helps open, edit, and save the document purely on the client side.
Provides a .NET library that helps convert Word documents (DOCX, WordML, DOC, RTF, TXT) to SFDT format on the server side.
Import the SFDT format document content from a local file or string.
Export the document content to SFDT, DOCX, and DOTX formats as a blob or downloadable file.
The Angular Word Processor allows multiple users to work on the same document simultaneously. This can be done in real-time, so that collaborators can see the changes as they are made. Collaborative editing can be a great way to improve efficiency, as it allows team members to work together on a document without having to wait for others to finish their changes.
The Angular 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.
The Angular Word Processor allows users to print an entire document or a specific page directly from the browser.
Enjoy a smooth and user-friendly experience for mouse, touch, and keyboard interfaces.
Flexible selection options using mouse, touch, or Microsoft Word like keyboard shortcuts.
Interactively zoom in and zoom out the page contents. Users can easily change the view to fit a page or page width.
The Angular Word Processor provides a seamless editing experience and offers intuitive and touch-friendly UI options like context menus, dialogs, and a navigation pane.
Cut, copy, and paste formatted content within the same document. Also paste plain text to and from other applications.
Insert document elements and apply advanced formatting options with ease.
The context menu provides options to perform common editing actions. The list of actions is updated automatically based on the selection context.
Provides an awesome user experience to interactively resize an image using mouse or touch.
Adjust a row height or column width interactively.
The ruler provides options to precisely adjust margins, indentation, and tab stops, providing enhanced control over document formatting.
Navigating documents by heading allows users to move around the document very quickly.
The change case functionality allows users to change the capitalization of the selected text without having to retype it.
The Angular Word Processor includes all the commonly used document elements like text, images, tables, hyperlinks, bookmarks, table of contents, page fields, sections, headers, and footers.
Create or edit documents with text in various languages.
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.
Create simple or complex nested tables using built-in dialog. Also, add or remove rows and columns, define header rows, and merge, or resize cells depending on their content.
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.
Add dynamic page numbers to a document that updates automatically.
Use line breaks, page breaks, or section breaks 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.
Outline the headings in a document and easily navigate to it, and show page numbers too. Users can customize it using the built-in dialog.
Easily add page numbers, dates, or author’s name in 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.
The Angular Word Processor includes all the commonly used document formatting options.
Format text using bold, italics, underline, font family, size, color, highlight, subscript, superscript, and more.
Format paragraphs with indentation, alignment, and spacing.
Organize items or create an outline of a document with bullets and numbering. Both single and multilevel lists can be added.
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.
Format the table with indent, alignment, cell margins and spacing, borders, shadings, row height, break rows across pages, and more.
Design the structure and layout of document pages in each section by customizing size, margins, header distance, footer distance, etc.
With continuous improvement in Angular versions, the Angular Word Processor is kept up to date to make it compatible with the latest version.
The Word Processor is available for the Blazor, Angular, React, Vue, and JavaScript frameworks. Explore its platform-specific options through the following links:
The Angular Word Processor works well with all modern web browsers, including Chrome, Firefox, Edge, Safari, and Opera.
We do not sell the Angular Word Processor separately. It is only available for purchase as part of the Syncfusion team license. This contains over 1,800 components and frameworks, including the Angular Word Processor. The price of the team license starts at $395 per month for 5 developers, and includes support and updates until the subscription expires. In addition, we might offer discounts based on currently active promotions. Please contact our product specialists today to see if you qualify for any additional discounts.
You can find our Angular Word Processor demo, which demonstrates how to render and configure the Word Processor.
No, our 1,800+ components and frameworks for web, mobile, and desktop, including our Angular Word Processor, are not sold individually. They are only available as part of a team license. However, we have competitively priced the product, so it only costs a little bit more than what some other vendors charge for their Word Processor component alone.We have also found that, in our experience, our customers usually start off using one of our products and then expand to several products quickly, so we felt it was best to offer all 1,800+ components and frameworks for a subscription fee that starts at $395 per month for a team of 5 developers. Additionally, we might be able to offer discounts based on currently active promotions. Please contact our product specialists today to see if you qualify for any additional discounts.
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.
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.
The Angular Word Processor tutorial videos and blog posts will guide you in building your first app with this Angular components. They provide problem-solving strategies, describe features and functionalities, announce new feature releases, explain best practices, and showcase example scenarios. Explore our latest posts on our blog and tutorial video channels for Angular Word Processor updates.
VIDEOS
How to Review Word Documents with Track Changes in the Angular Word Processor
NOVEMBER 10, 2023