@syncfusion/ej2-pdf 23.2.6 → 24.1.44
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 +3 -37
- 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 +70 -36
- package/dist/es6/ej2-pdf.es2015.js.map +1 -1
- package/dist/es6/ej2-pdf.es5.js +68 -34
- 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 +8 -8
- package/src/pdf/core/annotations/annotation.js +3 -8
- package/src/pdf/core/graphics/images/image-decoder.js +3 -3
- package/src/pdf/core/import-export/json-document.js +32 -16
- package/src/pdf/core/import-export/xfdf-document.js +30 -7
package/CHANGELOG.md
CHANGED
|
@@ -6,44 +6,10 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
-
-
|
|
9
|
+
- Appearance preservation issues in custom stamp annotation import and export have been resolved.
|
|
10
|
+
- Resolved the exception encountered during the negative number value set to leader extension property of line annotations.
|
|
10
11
|
|
|
11
|
-
##
|
|
12
|
-
|
|
13
|
-
### PDF Parser
|
|
14
|
-
|
|
15
|
-
#### Bug Fixes
|
|
16
|
-
|
|
17
|
-
- Resolved the null reference exception encountered during the parsing of PDF documents.
|
|
18
|
-
|
|
19
|
-
## 23.1.44 (2023-11-07)
|
|
20
|
-
|
|
21
|
-
### PDF Parser
|
|
22
|
-
|
|
23
|
-
#### Bug Fixes
|
|
24
|
-
|
|
25
|
-
- Preservation issues in PDF annotation import and export have been resolved.
|
|
26
|
-
|
|
27
|
-
## 23.1.39 (2023-10-04)
|
|
28
|
-
|
|
29
|
-
### PDF Parser
|
|
30
|
-
|
|
31
|
-
#### Bug Fixes
|
|
32
|
-
|
|
33
|
-
- Resolved an issue with invalid cross reference stream exception thrown while parsing particular encrypted PDF document.
|
|
34
|
-
|
|
35
|
-
## 23.1.38 (2023-09-26)
|
|
36
|
-
|
|
37
|
-
### PDF Parser
|
|
38
|
-
|
|
39
|
-
#### Bug Fixes
|
|
40
|
-
|
|
41
|
-
- Preservation issues in PDF annotation has been resolved.
|
|
42
|
-
- Preservation issues in JPEG image drawing has been resolved.
|
|
43
|
-
- Preservation issues in PDF Form fields appearance has been resolved.
|
|
44
|
-
- Preservation issues in PDF annotation comments has been resolved.
|
|
45
|
-
|
|
46
|
-
## 23.1.36 (2023-09-15)
|
|
12
|
+
## 24.1.41 (2023-12-18)
|
|
47
13
|
|
|
48
14
|
### PDF Parser
|
|
49
15
|
|