@gembox/pdfviewer 2025.3.103 → 2025.4.100

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -9,6 +9,7 @@ With GemBox.PdfViewer you get a fast and reliable viewer that’s easy to set up
9
9
  - Easy navigation and interaction
10
10
  - Search and highlighting of search results
11
11
  - Localization into multiple present languages. You can also specify your own translations.
12
+ - Support for digital signing of PDF documents
12
13
  - You can choose from various colorful themes or pick a dark theme.
13
14
 
14
15
  ## Get Started
@@ -1,5 +1,5 @@
1
1
  /*
2
- * GemBox.PdfViewer v2025.3.103 (https://www.gemboxsoftware.com/pdfviewer)
2
+ * GemBox.PdfViewer v2025.4.100 (https://www.gemboxsoftware.com/pdfviewer)
3
3
  * Copyright © GemBox Ltd. — All rights reserved.
4
4
  * Licensed under commercial license. See LICENSE.txt in the package root or e-mail us at info@gemboxsoftware.com to obtain the license.
5
5
  *
@@ -19,6 +19,7 @@ export interface VisibilityOptions {
19
19
  }
20
20
  export interface DigitalSignatureOptions {
21
21
  serverUrl: string;
22
+ autoDownload?: boolean | null;
22
23
  apiPassword?: string | null;
23
24
  }
24
25
  export interface NestedMessages {