diff --git a/apps/documenteditor/main/app/controller/Toolbar.js b/apps/documenteditor/main/app/controller/Toolbar.js index 0031673547..9c33465bf4 100644 --- a/apps/documenteditor/main/app/controller/Toolbar.js +++ b/apps/documenteditor/main/app/controller/Toolbar.js @@ -147,7 +147,7 @@ define([ var _file_type = _main.document.fileType, _format; if ( !!_file_type ) { - if ( /^pdf|xps|oxps|djvu/i.test(_file_type) ) { + if ( /^pdf|xps|oxps|djvu/i.test(_file_type) && !_main.appOptions.isPDFForm ) { _main.api.asc_DownloadOrigin(); return; } else {