From bdfb7dfd81a458d4069359ed69d5c26d54cd907c Mon Sep 17 00:00:00 2001 From: Kseniya Fedoruk Date: Thu, 10 Oct 2024 17:48:37 +0300 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aca0189c..4a16daf5 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,16 @@ You can check the connection to ONLYOFFICE Document Server by using the followin `occ onlyoffice:documentserver --check` -You will see a text either with information about the successful connection or the cause of the error. +You will see a text either with information about the successful connection or the cause of the error. + +## Advanced document permissions + +The Advanced tab allows you to grant additional access rights only to those users specified in the Sharing tab without the ability to re-share the file. Depending on the chosen Custom permission option and the file type (docx, pptx, xlsx), you can grant different additional rights. + +* If the **DOCX** file is shared with the Custom permission (Edit enabled, Share disabled) in the Sharing tab, you can set the given rights to only reviewing (**Review only**) or only commenting (**Comment only**) in the Advanced tab. +* If the **XLSX** file is shared with the Custom permission (Edit enabled, Share disabled) in the Sharing tab, you can set the given rights to only commenting (**Comment only**) or applying filtering for everyone (**Global filter**, which is enabled by default) in the Advanced tab. +* If the **PPTX** file is shared with the Custom permission (Edit enabled, Share disabled) in the Sharing tab, you can set the given rights to only commenting (**Comment only**) in the Advanced tab. +* If the **PDF** file is shared with the Custom permission (Edit enabled, Share disabled) in the Sharing tab, you can set the given rights to only filling out (**Form Filling**) in the Advanced tab. ## How it works