@syncfusion/ej2-angular-pdfviewer 31.2.3 → 31.2.4
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/CHANGELOG.md +8 -0
- package/README.md +28 -21
- package/package.json +3 -3
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,14 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I776985` - Resolved an issue where script error occurred when `findTextAsync` was performed with the provided text in the document.
|
|
10
|
+
|
|
11
|
+
## 31.2.3 (2025-10-22)
|
|
12
|
+
|
|
13
|
+
### PDF Viewer
|
|
14
|
+
|
|
15
|
+
#### Bug Fixes
|
|
16
|
+
|
|
9
17
|
- `#I773362` - Resolved an issue where the digital signature in the PDF document was not visible on first time loading in `standalone` PDF Viewer.
|
|
10
18
|
|
|
11
19
|
#### Breaking Changes
|
package/README.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
# Angular PDF Viewer Component
|
|
2
2
|
|
|
3
|
-
The Syncfusion® [Angular PDF Viewer](https://www.syncfusion.com/
|
|
3
|
+
The Syncfusion® [Angular PDF Viewer](https://www.syncfusion.com/pdf-viewer-sdk/angular-pdf-viewer?utm_source=npm&utm_medium=listing&utm_campaign=angular-pdf-viewer-npm) component enables you to view, annotate, prepare and fill forms, and print PDF files from your web applications.
|
|
4
4
|
|
|
5
5
|
<p align="center">
|
|
6
|
-
<a href="https://
|
|
7
|
-
<a href="https://
|
|
8
|
-
<a href="https://www.syncfusion.com/
|
|
6
|
+
<a href="https://help.syncfusion.com/document-processing/pdf/pdf-viewer/angular/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=angular-pdf-viewer-npm">Getting started</a> .
|
|
7
|
+
<a href="https://document.syncfusion.com/demos/pdf-viewer/angular/#/tailwind3/pdfviewer/default/?utm_source=npm&utm_medium=listing&utm_campaign=angular-pdf-viewer-npm#/fluent2/pdfviewer/default">Online demos</a> .
|
|
8
|
+
<a href="https://www.syncfusion.com/pdf-viewer-sdk/angular-pdf-viewer?utm_source=npm&utm_medium=listing&utm_campaign=angular-pdf-viewer-npm">Learn more</a>
|
|
9
9
|
</p>
|
|
10
10
|
|
|
11
11
|
<p align="center">
|
|
@@ -15,7 +15,7 @@ The Syncfusion® [Angular PDF Viewer](https://www.syncfusion.com/angular-ui-c
|
|
|
15
15
|
<p align="center">
|
|
16
16
|
Trusted by the world's leading companies
|
|
17
17
|
<a href="https://www.syncfusion.com">
|
|
18
|
-
<img src="https://
|
|
18
|
+
<img src="https://ej2.syncfusion.com/home/images/trusted_companies.png" alt="Bootstrap logo">
|
|
19
19
|
</a>
|
|
20
20
|
</p>
|
|
21
21
|
|
|
@@ -129,31 +129,38 @@ export class AppComponent implements OnInit {
|
|
|
129
129
|
|
|
130
130
|
PDF Viewer component is also offered in the following list of frameworks.
|
|
131
131
|
|
|
132
|
-
| [<img src="https://ej2.syncfusion.com/github/images/js.svg" height="50" />](https://www.syncfusion.com/javascript-
|
|
132
|
+
| [<img src="https://ej2.syncfusion.com/github/images/js.svg" height="50" />](https://www.syncfusion.com/pdf-viewer-sdk/javascript-pdf-viewer?utm_medium=listing&utm_source=github)<br/> [JavaScript](https://www.syncfusion.com/pdf-viewer-sdk/javascript-pdf-viewer?utm_medium=listing&utm_source=github) | [<img src="https://ej2.syncfusion.com/github/images/react.svg" height="50" />](https://www.syncfusion.com/pdf-viewer-sdk/react-pdf-viewer?utm_medium=listing&utm_source=github)<br/> [React](https://www.syncfusion.com/pdf-viewer-sdk/react-pdf-viewer?utm_medium=listing&utm_source=github) | [<img src="https://ej2.syncfusion.com/github/images/vue.svg" height="50" />](https://www.syncfusion.com/pdf-viewer-sdk/vue-pdf-viewer?utm_medium=listing&utm_source=github)<br/> [Vue](https://www.syncfusion.com/pdf-viewer-sdk/vue-pdf-viewer?utm_medium=listing&utm_source=github) | [<img src="https://ej2.syncfusion.com/github/images/netcore.svg" height="50" />](https://www.syncfusion.com/pdf-viewer-sdk/asp-net-core-pdf-viewer?utm_medium=listing&utm_source=github)<br/> [ASP.NET Core](https://www.syncfusion.com/pdf-viewer-sdk/asp-net-core-pdf-viewer?utm_medium=listing&utm_source=github) | [<img src="https://ej2.syncfusion.com/github/images/netmvc.svg" height="50" />](https://www.syncfusion.com/pdf-viewer-sdk/asp-net-mvc-pdf-viewer?utm_medium=listing&utm_source=github)<br/> [ASP.NET MVC](https://www.syncfusion.com/pdf-viewer-sdk/asp-net-mvc-pdf-viewer?utm_medium=listing&utm_source=github) |
|
|
133
133
|
| :-----: | :-----: | :-----: | :-----: | :-----: |
|
|
134
134
|
|
|
135
135
|
## Key features
|
|
136
136
|
|
|
137
|
-
* [View PDF Document](https://
|
|
138
|
-
* [Annotations](https://
|
|
139
|
-
* [Form Fields](https://
|
|
140
|
-
* [Signature](https://
|
|
141
|
-
* [Toolbar](https://
|
|
142
|
-
* [Navigation](https://
|
|
143
|
-
* [Magnification](https://
|
|
144
|
-
* [Search](https://
|
|
145
|
-
* [Core Interactions](https://
|
|
146
|
-
* [Print](https://
|
|
147
|
-
* [Globalization](https://
|
|
137
|
+
* [View PDF Document](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/angular/getting-started/) - Open and display both the normal and the protected PDF files with AES and RC4 encryption.
|
|
138
|
+
* [Annotations](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/angular/annotation/text-markup-annotation/) - Annotate with text markup, shapes, stamps, ink, and sticky notes.
|
|
139
|
+
* [Form Fields](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/angular/form-designer/create-fillable-pdf-forms/create-programmatically/) - Form filling and form designing can be done.
|
|
140
|
+
* [Signature](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/angular/handwritten-signature/) - Hand-written and digital signatures are allowed.
|
|
141
|
+
* [Toolbar](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/angular/toolbar/) - Built-in-toolbar and custom toolbars to perform user interaction of PDF Viewer functionalities.
|
|
142
|
+
* [Navigation](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/angular/navigation/) - Easy navigation with the help of bookmarks, thumbnails, hyperlinks, and table of contents.
|
|
143
|
+
* [Magnification](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/angular/magnification/) - Fit to page, fit to width, and automatic (fits to the visible area).
|
|
144
|
+
* [Search](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/angular/text-search/) - Search a text easily across the PDF document.
|
|
145
|
+
* [Core Interactions](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/angular/interaction-mode/) - Allows scrolling, zooming, panning, selection, and page navigation.
|
|
146
|
+
* [Print](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/angular/print/) - Print the entire document or a specific page directly from the browser.
|
|
147
|
+
* [Globalization](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/angular/globalization/) - Provides inherent support to localize the UI.
|
|
148
|
+
|
|
149
|
+
## Resources
|
|
150
|
+
|
|
151
|
+
* [Theme Studio](https://ej2.syncfusion.com/themestudio/)
|
|
152
|
+
* [What's New](https://www.syncfusion.com/products/whatsnew/pdf-viewer-sdk?utm_medium=listing&utm_source=github)
|
|
153
|
+
* [Road Map](https://www.syncfusion.com/products/roadmap/pdf-viewer-sdk)
|
|
154
|
+
* [E-Books](https://www.syncfusion.com/succinctly-free-ebooks?searchkey=angular&type=all)
|
|
148
155
|
|
|
149
156
|
## Support
|
|
150
157
|
|
|
151
158
|
Product support is available through the following mediums.
|
|
152
159
|
|
|
153
160
|
* [Support ticket](https://support.syncfusion.com/support/tickets/create) - Guaranteed Response in 24 hours | Unlimited tickets | Holiday support
|
|
154
|
-
* [Community forum](https://www.syncfusion.com/forums/
|
|
161
|
+
* [Community forum](https://www.syncfusion.com/forums/pdf-viewer-sdk?utm_source=npm&utm_medium=listing&utm_campaign=angular-pdf-viewer-npm)
|
|
155
162
|
* [GitHub issues](https://github.com/syncfusion/ej2-angular-ui-components/issues/new)
|
|
156
|
-
* [Request feature or report bug](https://www.syncfusion.com/feedback/
|
|
163
|
+
* [Request feature or report bug](https://www.syncfusion.com/feedback/pdf-viewer-sdk?utm_source=npm&utm_medium=listing&utm_campaign=angular-pdf-viewer-npm)
|
|
157
164
|
* Live chat
|
|
158
165
|
|
|
159
166
|
## Changelog
|
|
@@ -162,8 +169,8 @@ Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-componen
|
|
|
162
169
|
|
|
163
170
|
## License and copyright
|
|
164
171
|
|
|
165
|
-
> This is a commercial product and requires a paid license for possession or use.
|
|
172
|
+
> This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this component, is subject to the terms and conditions of Syncfusion<sup>®</sup> [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 140+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
|
|
166
173
|
|
|
167
174
|
> A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
|
|
168
175
|
|
|
169
|
-
|
|
176
|
+
© Copyright 2025 Syncfusion<sup>®</sup> Inc. All Rights Reserved. The Syncfusion<sup>®</sup> Essential Studio<sup>®</sup> license and copyright applies to this distribution.
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-pdfviewer",
|
|
3
|
-
"version": "31.2.
|
|
3
|
+
"version": "31.2.4",
|
|
4
4
|
"description": "Essential JS 2 PDF viewer Component for Angular",
|
|
5
5
|
"author": "Syncfusion Inc.",
|
|
6
6
|
"license": "SEE LICENSE IN license",
|
|
7
7
|
"schematics": "./schematics/collection.json",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@syncfusion/ej2-base": "~31.2.
|
|
9
|
+
"@syncfusion/ej2-base": "~31.2.4",
|
|
10
10
|
"@syncfusion/ej2-angular-base": "~31.2.2",
|
|
11
|
-
"@syncfusion/ej2-pdfviewer": "31.2.
|
|
11
|
+
"@syncfusion/ej2-pdfviewer": "31.2.4"
|
|
12
12
|
},
|
|
13
13
|
"keywords": [
|
|
14
14
|
"angular",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-pdfviewer';
|
|
4
|
-
exports.pkgVer = '^31.2.
|
|
4
|
+
exports.pkgVer = '^31.2.4';
|
|
5
5
|
exports.moduleName = 'PdfViewerModule';
|
|
6
|
-
exports.themeVer = '~31.2.
|
|
6
|
+
exports.themeVer = '~31.2.4';
|