You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Version 7.6.5 - May 6, 2025
- **Improved:** Updated PDF.js library to 5.2.133 for stability and performance.
- **Improved:** Viewer's progress bar below toolbar for download progress was not showing since DocumentUltimate v7.2.0
(should be shown after preparing document is completed).
Also fixed progress bar position when `ToolbarAtBottom` property is set, in that case progress bar should be above toolbar.
- **Improved:** When `ToolbarAtBottom` property is set, prevent collapsing of viewer container (toolbar shifts up) when document is loading or closed.
- **Fixed:** When `DocumentViewerPermissions.OpenLocalPdf` is denied, drag & drop of PDF files to the viewer should also be disabled.
- **Improved:** Stability and performance of Portable formats.
- **Improved:** Stability and performance of DICOM formats.
- **Added:** `DocumentViewerPermissions.EditAnnotations` permission for ability to edit annotations of the document.
So now, viewing and editing annotation permissions are separated, this is mainly done because
`ViewAnnotations` permission can also effect displaying of the signatures in the document so most of the time you will want to keep it enabled.
However now you can disable `EditAnnotations` without effecting display of the signatures and existing annotations.
`EditAnnotations` will enable/disable tools like Add Signature, Highlight, Draw, Add Image (buttons on the vertical toolbar).
If no `ViewAnnotations` permission but `EditAnnotations` permission, then you can add new annotations but not view and edit existing ones.
`EditAnnotations` is included in default permission DocumentViewerPermissions.All.
0 commit comments