diff --git a/apps/documenteditor/main/app/controller/DocProtection.js b/apps/documenteditor/main/app/controller/DocProtection.js index e1484a4aed..e200661461 100644 --- a/apps/documenteditor/main/app/controller/DocProtection.js +++ b/apps/documenteditor/main/app/controller/DocProtection.js @@ -285,6 +285,8 @@ define([ }, applyRestrictions: function(type) { + if (this.appConfig.isPDFForm && this.api.asc_isFinal()) return; + if (type === Asc.c_oAscEDocProtect.ReadOnly) { this.api.asc_setRestriction(Asc.c_oAscRestrictionType.View); } else if (type === Asc.c_oAscEDocProtect.Comments) {