From b409a3acc0b9a31ffd65218e3c7f849708388845 Mon Sep 17 00:00:00 2001 From: Mohanaselvam Jothi <92796735+MohanaselvamJothi@users.noreply.github.com> Date: Thu, 4 Sep 2025 17:48:54 +0530 Subject: [PATCH] Update README.md --- README.md | 34 ++++++++++++++++++++++++++++------ 1 file changed, 28 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ddc5860..81742ad 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,31 @@ # How multiple users can edit sequentially in a Word document using Syncfusion® Word processor -This demo illustrates how multiple users can edit sequentially in a Word document using Syncfusion® Word processor component (Document editor) in your Web application. +This repository provides a working example of how multiple users can edit a Word document sequentially using the Syncfusion® Document Editor (a.k.a. Word Processor) component in a web application. It demonstrates a controlled workflow where users are allowed to make changes one after another, ensuring clear editing sequences and helping to avoid merge conflicts in collaborative scenarios.  -At present Syncfusion® Word processor component doesn't support collaborative editing functionality (edit simultaneously). The users are allowed one by one to edit the same document, the demo follows a check-in and check-out state for each document. So, a document can be edited by only one user at a time. + At present Syncfusion® Word processor component doesn't support collaborative editing functionality (edit simultaneously). The users are allowed one by one to edit the same document, the demo follows a check\-in and check\-out state for each document. So, a document can be edited by only one user at a time.  + +User name \- Password  + +1. User1 \- User1  + +1. User2 \- User2  + +1. Author \- Author  + +# Resources  + +- **Product page:**   [Syncfusion® ASP.NET Core Word Processor](https://www.syncfusion.com/aspnet-core-ui-controls/docx-editor)  + +- **Documentation:**   [Syncfusion® Word Processor](https://help.syncfusion.com/document-processing/word/word-processor/asp-net-core/getting-started-core)  + +- **Online demo:**   [Syncfusion® Word Processor - Demo](https://ej2.syncfusion.com/aspnetcore/documenteditor/default)  + +# Support and feedback  + +For any other queries, reach our [Syncfusion® support team](https://support.syncfusion.com/?utm_source=github&utm_medium=listing&utm_campaign=github-github-documenteditor-examples) or post the queries through the [community forums](https://www.syncfusion.com/forums?utm_source=github&utm_medium=listing&utm_campaign=github-github-documenteditor-examples).  + +Request new feature through [Syncfusion® feedback portal](https://www.syncfusion.com/feedback?utm_source=github&utm_medium=listing&utm_campaign=github-github-documenteditor-examples).  + +# License + +This is a commercial product and requires a paid license for possession or use Syncfusion's licensed software, including this component, is subject to the terms and conditions of [Syncfusion's EULA](https://www.syncfusion.com/license/studio/22.2.5/syncfusion_essential_studio_eula.pdf?utm_source=github&utm_medium=listing&utm_campaign=github-github-documenteditor-examples). You can purchase a licnense [here](https://www.syncfusion.com/sales/products?utm_source=github&utm_medium=listing&utm_campaign=github-github-documenteditor-examples) or start a free 30\-day trial [here](https://www.syncfusion.com/account/manage-trials/start-trials?utm_source=github&utm_medium=listing&utm_campaign=github-github-documenteditor-examples).  - User name - Password -1. User1 - User1 -2. User2 - User2 -3. Author - Author