Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Draft a Word document with multiple user
This example illustrates how to draft a Word document by combining content from multiple users in Syncfusion Word processor (a.k.a.) Document editor component using bookmarks and track changes protection type.
This example illustrates how to draft a Word document by combining content from multiple users in Syncfusion® Word processor (a.k.a.) Document editor component using bookmarks and track changes protection type.

1. Using bookmarks, we have marked the content of each author.
2. Using track changes protection type, we have stored the changes done by other users as tracked revisions in the document.

At present Syncfusion Word processor component doesn't support collaborative editing functionality. So in this example, we have bookmarked the user specific content in the master document and synced the bookmarked content once a user saves their changes.
At present Syncfusion® Word processor component doesn't support collaborative editing functionality. So in this example, we have bookmarked the user specific content in the master document and synced the bookmarked content once a user saves their changes.

## Demo illustration

Expand Down
Loading