@syncfusion/ej2-pdf-export 19.3.53 → 19.4.48
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/.eslintrc.json +1 -1
- package/CHANGELOG.md +6 -102
- package/README.md +10 -1
- package/dist/ej2-pdf-export.umd.min.js +2 -2
- package/dist/ej2-pdf-export.umd.min.js.map +1 -1
- package/dist/es6/ej2-pdf-export.es2015.js +67 -18
- package/dist/es6/ej2-pdf-export.es2015.js.map +1 -1
- package/dist/es6/ej2-pdf-export.es5.js +67 -18
- package/dist/es6/ej2-pdf-export.es5.js.map +1 -1
- package/dist/global/ej2-pdf-export.min.js +2 -2
- package/dist/global/ej2-pdf-export.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +7 -15
- package/src/implementation/pages/pdf-section.d.ts +1 -0
- package/src/implementation/pages/pdf-section.js +1 -0
- package/src/implementation/structured-elements/grid/layout/grid-layouter.d.ts +1 -0
- package/src/implementation/structured-elements/grid/layout/grid-layouter.js +47 -15
- package/src/implementation/structured-elements/grid/pdf-grid-cell.js +1 -1
- package/src/implementation/structured-elements/grid/pdf-grid-row.d.ts +1 -0
- package/src/implementation/structured-elements/grid/pdf-grid-row.js +4 -2
- package/src/implementation/structured-elements/grid/pdf-grid.js +14 -0
- package/license +0 -3
package/.eslintrc.json
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,12 @@
|
|
|
8
8
|
|
|
9
9
|
- Rendering issue with PDF Grid pagination into PDF export is fixed.
|
|
10
10
|
|
|
11
|
+
- Preservation issue occurs while exporting grid to PDF with page frames is fixed.
|
|
12
|
+
|
|
13
|
+
- No longer cell overlapping issue when text paginating more than 2 pages in PDF.
|
|
14
|
+
|
|
15
|
+
- No longer null reference exception thrown while drawing PDF grid.
|
|
16
|
+
|
|
11
17
|
## 19.2.56 (2021-08-17)
|
|
12
18
|
|
|
13
19
|
### Pdf Export
|
|
@@ -63,105 +69,3 @@
|
|
|
63
69
|
- Added support for Tiling brush
|
|
64
70
|
|
|
65
71
|
- Added support for PDF Brushes.
|
|
66
|
-
|
|
67
|
-
## 17.3.9-beta (2019-09-20)
|
|
68
|
-
|
|
69
|
-
### Pdf Export
|
|
70
|
-
|
|
71
|
-
#### Bug Fixes
|
|
72
|
-
|
|
73
|
-
- Improper GUID creation issue has been resolved.
|
|
74
|
-
|
|
75
|
-
## 17.2.48-beta (2019-08-28)
|
|
76
|
-
|
|
77
|
-
### Pdf Export
|
|
78
|
-
|
|
79
|
-
#### Bug Fixes
|
|
80
|
-
|
|
81
|
-
- Iterative constructor call issue has been resolved.
|
|
82
|
-
|
|
83
|
-
- Preservation issue in headers and footers with section is fixed.
|
|
84
|
-
|
|
85
|
-
- Super constructor may only be called once exception has been resolved.
|
|
86
|
-
|
|
87
|
-
- Preservation issue in page orientation is fixed.
|
|
88
|
-
|
|
89
|
-
## 17.1.1-beta (2019-01-29)
|
|
90
|
-
|
|
91
|
-
### Pdf Export
|
|
92
|
-
|
|
93
|
-
#### Bug Fixes
|
|
94
|
-
|
|
95
|
-
- Compilation issue in CI is fixed.
|
|
96
|
-
|
|
97
|
-
- Updated Readme and GitHub URL.
|
|
98
|
-
|
|
99
|
-
- Cell padding issue in nested grid is fixed.
|
|
100
|
-
|
|
101
|
-
#### New Features
|
|
102
|
-
|
|
103
|
-
- Added Nested Grid support.
|
|
104
|
-
|
|
105
|
-
- Added RTL Text support.
|
|
106
|
-
|
|
107
|
-
## 16.2.41 (2018-06-25)
|
|
108
|
-
|
|
109
|
-
### Pdf Export
|
|
110
|
-
|
|
111
|
-
#### New Features
|
|
112
|
-
|
|
113
|
-
- Added true type font support.
|
|
114
|
-
|
|
115
|
-
## 15.4.30-preview (2018-02-14)
|
|
116
|
-
|
|
117
|
-
### Pdf Export
|
|
118
|
-
|
|
119
|
-
#### Bug Fixes
|
|
120
|
-
|
|
121
|
-
- ChromeHeadless crashing issue in CI is fixed.
|
|
122
|
-
|
|
123
|
-
## 15.4.26-preview (2018-01-23)
|
|
124
|
-
|
|
125
|
-
### Pdf Export
|
|
126
|
-
|
|
127
|
-
#### Bug Fixes
|
|
128
|
-
|
|
129
|
-
- .git folder has been ignored on npm package publish.
|
|
130
|
-
|
|
131
|
-
## 15.4.25-preview (2018-01-09)
|
|
132
|
-
|
|
133
|
-
### Pdf Export
|
|
134
|
-
|
|
135
|
-
#### New Features
|
|
136
|
-
|
|
137
|
-
- Added save as blob support.
|
|
138
|
-
|
|
139
|
-
## 15.4.23-preview (2017-12-27)
|
|
140
|
-
|
|
141
|
-
### Pdf Export
|
|
142
|
-
|
|
143
|
-
#### Bug Fixes
|
|
144
|
-
|
|
145
|
-
- Preservation issue in headers with row span is fixed
|
|
146
|
-
|
|
147
|
-
#### New Features
|
|
148
|
-
|
|
149
|
-
- Added typing file for ES5 global scripts (dist/global/index.d.ts)
|
|
150
|
-
|
|
151
|
-
#### Breaking Changes
|
|
152
|
-
|
|
153
|
-
- Modified the module bundle file name for ES6 bundling
|
|
154
|
-
|
|
155
|
-
## 15.4.22-preview (2017-12-14)
|
|
156
|
-
|
|
157
|
-
### Pdf Export
|
|
158
|
-
|
|
159
|
-
#### New Features
|
|
160
|
-
|
|
161
|
-
- Upgraded TypeScript version to 2.6.2
|
|
162
|
-
|
|
163
|
-
## 15.4.17-preview (2017-11-13)
|
|
164
|
-
|
|
165
|
-
### Pdf Export
|
|
166
|
-
|
|
167
|
-
PDF is a modern JavaScript library used to create PDF documents. It is written in TypeScript and has no external dependencies.
|
package/README.md
CHANGED
|
@@ -1,4 +1,13 @@
|
|
|
1
1
|
# Overview
|
|
2
2
|
|
|
3
3
|
PDF is a modern JavaScript library used to create PDF documents.
|
|
4
|
-
It is written in TypeScript and has no external dependencies.
|
|
4
|
+
It is written in TypeScript and has no external dependencies.
|
|
5
|
+
|
|
6
|
+
## Key Features
|
|
7
|
+
|
|
8
|
+
The following list shows the key features available in PDF library.
|
|
9
|
+
* Creating PDF from scratch.
|
|
10
|
+
* Adding text.
|
|
11
|
+
* Rendering JPEG images.
|
|
12
|
+
* Drawing tables.
|
|
13
|
+
* Drawing lines and rectangles.
|