@syncfusion/ej2-pdf 25.1.35 → 25.1.38
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 +11 -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 +95 -56
- package/dist/es6/ej2-pdf.es2015.js.map +1 -1
- package/dist/es6/ej2-pdf.es5.js +95 -56
- 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/annotations/annotation.js +23 -5
- package/src/pdf/core/base-stream.d.ts +1 -1
- package/src/pdf/core/base-stream.js +5 -15
- package/src/pdf/core/import-export/json-document.js +14 -2
- package/src/pdf/core/pdf-cross-reference.d.ts +1 -0
- package/src/pdf/core/pdf-cross-reference.js +4 -1
- package/src/pdf/core/pdf-document.js +51 -35
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,17 @@
|
|
|
4
4
|
|
|
5
5
|
### PDF Parser
|
|
6
6
|
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- Resolved an exception encountered while removing all pages from PDF document.
|
|
10
|
+
- The issues related to the preservation of square measurement annotation have been resolved.
|
|
11
|
+
- Resolved the document corruption issues in the encrypted PDF document.
|
|
12
|
+
- Resolved the PNG image preservation issue while export rubber stamp annotation appearance template.
|
|
13
|
+
|
|
14
|
+
## 25.1.35 (2024-03-15)
|
|
15
|
+
|
|
16
|
+
### PDF Parser
|
|
17
|
+
|
|
7
18
|
#### Key Features
|
|
8
19
|
|
|
9
20
|
The Essential JavaScript PDF library is a feature-rich, high-performance, non-UI PDF library written natively in JavaScript. Here are its key features.
|