
Host Word Processor Web API from Docker Hub image Then, switch the languageID in client-side to different languages. Whereas you can add multiple language dictionaries in the server-side Web API. The spell checker identifies the language through the languageID property. This server-side Web API project is targeting ASP.NET Core 2.1.Īt present, Syncfusion Word Processor performs spell checking for an entire document’s content for only one language at a time. Access the Document Editor Web API service projects from GitHub.Īlso, you can directly pull and consume our predefined Word Processor server Docker image from Docker Hub. Opening Word documents (converting Word to SFDT file format)Ī server-side Web API can be created using ASP.NET MVC and ASP.NET Core.
| This component requires server-side interaction for these operations:
View in print layout (page-by-page view) or web layout. Protect the entire Word document or a particular range of the document. Copy and paste content from other applications. Document editor container provides the main document view area along with the built-in toolbar and properties pane. You may prefer to use this component when you want to design your own UI options for your application. Here, the user can compose, view, and edit the Word documents. Document editor provides just the main document view area. Syncfusion offers two components for the same purpose: This approach provides a very fast editing experience to the end users. Importing and exporting Word documents.Īll the user interactions and editing operations run purely on the client side using our own SFDT (Syncfusion document text) file format. It provides all the standard Word processing features, such as: It is a component used to compose, edit, view, and print Word (DOCX, WordML, DOC, RTF, TXT) documents in your Angular applications. The Syncfusion Angular Word Processor is also known as document editor. #Angular document editor how to
This blog will explain how to view and edit Word documents with the key features of Syncfusion’s Angular Word Processor component, and the procedure to integrate it into an Angular application.