@syncfusion/ej2-pdf 23.1.38 → 23.1.39
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/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 +12 -9
- package/dist/es6/ej2-pdf.es2015.js.map +1 -1
- package/dist/es6/ej2-pdf.es5.js +12 -9
- 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 +5 -5
- package/src/pdf/core/security/encryptor.js +12 -9
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,14 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- Resolved an issue with invalid cross reference stream exception thrown while parsing particular encrypted PDF document.
|
|
10
|
+
|
|
11
|
+
## 23.1.38 (2023-09-26)
|
|
12
|
+
|
|
13
|
+
### PDF Parser
|
|
14
|
+
|
|
15
|
+
#### Bug Fixes
|
|
16
|
+
|
|
9
17
|
- Preservation issues in PDF annotation has been resolved.
|
|
10
18
|
- Preservation issues in JPEG image drawing has been resolved.
|
|
11
19
|
- Preservation issues in PDF Form fields appearance has been resolved.
|