Example of Document Protection in React DocumentEditor Component

/
/
DocumentProtection

This example demonstrates document protection support in document editor to restrict the types of changes can be made to the document by a user/user group.

More Details...

Restrict Editing
Formatting restrictions
Exceptions (optional)
Select parts of the document and choose users who are allowed to freely edit them.
Your permissions
This document is protected from unintentional editing.
You may edit in this region.
Page
of 1
User Permission
Description

In this demo, the Document editor opens a protected document that includes permitted ranges for two users identified by email: each user is authorized to edit a separate text area.

You can switch between the current user to edit different parts by selecting dropdown list in User permissions pane.

User can add the user in dropdown who have editing permission in document by using addItem method.

More information about the document editor features can be found in this documentation section.