@syncfusion/ej2-pdf 24.2.3 → 24.2.5
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 -1
- package/dist/ej2-pdf.umd.min.js +2 -2
- package/dist/ej2-pdf.umd.min.js.map +1 -1
- package/dist/es6/ej2-pdf.es2015.js +62 -54
- package/dist/es6/ej2-pdf.es2015.js.map +1 -1
- package/dist/es6/ej2-pdf.es5.js +62 -54
- package/dist/es6/ej2-pdf.es5.js.map +1 -1
- package/dist/global/ej2-pdf.min.js +2 -2
- package/dist/global/ej2-pdf.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +6 -6
- package/src/pdf/core/annotations/annotation.js +42 -38
- package/src/pdf/core/form/form.js +20 -16
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### PDF Parser
|
|
6
|
+
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- Resolved an exception during form field reordering.
|
|
10
|
+
- Resolved an exception encountered while parsing destination from document link annotation.
|
|
11
|
+
|
|
5
12
|
## 24.1.47 (2024-01-23)
|
|
6
13
|
|
|
7
14
|
### PDF Parser
|
|
@@ -33,4 +40,4 @@ The Essential JavaScript PDF library is a feature-rich, high-performance, non-UI
|
|
|
33
40
|
- The addition and manipulation of interactive elements, such as annotations and form fields.
|
|
34
41
|
- Flatten form fields and annotations.
|
|
35
42
|
- Import and export form fields and annotations.
|
|
36
|
-
- The ability to parse existing bookmarks.
|
|
43
|
+
- The ability to parse existing bookmarks.
|