@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 +1 -0
- package/dist/es/pdfviewer.css +1 -1
- package/dist/es/pdfviewer.d.ts +1 -0
- package/dist/es/pdfviewer.js +5326 -5329
- package/dist/iife/pdfviewer.css +1 -1
- package/dist/iife/pdfviewer.js +27 -27
- package/package.json +1 -1
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
|
package/dist/es/pdfviewer.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* GemBox.PdfViewer v2025.
|
|
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
|
*
|