@syncfusion/ej2-angular-pdfviewer 31.2.5 → 31.2.10-ngcc
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/@syncfusion/ej2-angular-pdfviewer.es5.js +279 -0
- package/@syncfusion/ej2-angular-pdfviewer.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-pdfviewer.js +260 -0
- package/@syncfusion/ej2-angular-pdfviewer.js.map +1 -0
- package/LICENSE +10 -0
- package/README.md +21 -28
- package/dist/ej2-angular-pdfviewer.umd.js +522 -0
- package/dist/ej2-angular-pdfviewer.umd.js.map +1 -0
- package/dist/ej2-angular-pdfviewer.umd.min.js +11 -0
- package/dist/ej2-angular-pdfviewer.umd.min.js.map +1 -0
- package/ej2-angular-pdfviewer.d.ts +5 -0
- package/ej2-angular-pdfviewer.metadata.json +1 -0
- package/package.json +8 -21
- package/public_api.d.ts +1 -1
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/index.d.ts +4 -4
- package/src/pdfviewer/pdfviewer-all.module.d.ts +19 -25
- package/src/pdfviewer/pdfviewer.component.d.ts +105 -108
- package/src/pdfviewer/pdfviewer.module.d.ts +5 -11
- package/CHANGELOG.md +0 -3412
- package/esm2020/public_api.mjs +0 -2
- package/esm2020/src/index.mjs +0 -5
- package/esm2020/src/pdfviewer/pdfviewer-all.module.mjs +0 -65
- package/esm2020/src/pdfviewer/pdfviewer.component.mjs +0 -150
- package/esm2020/src/pdfviewer/pdfviewer.module.mjs +0 -25
- package/esm2020/syncfusion-ej2-angular-pdfviewer.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-pdfviewer.mjs +0 -239
- package/fesm2015/syncfusion-ej2-angular-pdfviewer.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-pdfviewer.mjs +0 -239
- package/fesm2020/syncfusion-ej2-angular-pdfviewer.mjs.map +0 -1
- package/syncfusion-ej2-angular-pdfviewer.d.ts +0 -5
package/CHANGELOG.md
DELETED
|
@@ -1,3412 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
## [Unreleased]
|
|
4
|
-
|
|
5
|
-
### PDF Viewer
|
|
6
|
-
|
|
7
|
-
#### Bug Fixes
|
|
8
|
-
|
|
9
|
-
- `#I776058` - Resolved a performance issue when opening PDFs with a large number of free text annotations.
|
|
10
|
-
- `#I776718` - Resolved an issue where some special characters were not being searched properly in the provided PDF document.
|
|
11
|
-
- `#I776711` - Resolved an issue where text editing in the search input box was not working properly after selecting text in the PDF Viewer.
|
|
12
|
-
|
|
13
|
-
## 31.2.4 (2025-10-28)
|
|
14
|
-
|
|
15
|
-
### PDF Viewer
|
|
16
|
-
|
|
17
|
-
#### Bug Fixes
|
|
18
|
-
|
|
19
|
-
- `#I776985` - Resolved an issue where script error occurred when `findTextAsync` was performed with the provided text in the document.
|
|
20
|
-
|
|
21
|
-
## 31.2.3 (2025-10-22)
|
|
22
|
-
|
|
23
|
-
### PDF Viewer
|
|
24
|
-
|
|
25
|
-
#### Bug Fixes
|
|
26
|
-
|
|
27
|
-
- `#I773362` - Resolved an issue where the digital signature in the PDF document was not visible on first time loading in `standalone` PDF Viewer.
|
|
28
|
-
|
|
29
|
-
#### Breaking Changes
|
|
30
|
-
|
|
31
|
-
- `#I771734` - In `Dropdown` and `ListBox` form fields, the options list now displays `itemName` instead of `itemValue`.
|
|
32
|
-
|
|
33
|
-
## 31.2.2 (2025-10-15)
|
|
34
|
-
|
|
35
|
-
### PDF Viewer
|
|
36
|
-
|
|
37
|
-
#### Bug Fixes
|
|
38
|
-
|
|
39
|
-
- `#I771576` - Resolved an issue where the comment author name changed on non-rendered pages after saving the PDF file.
|
|
40
|
-
- `#I771805` - Resolved an issue where script error occurred when loading the provided PDF document.
|
|
41
|
-
|
|
42
|
-
## 31.1.23 (2025-10-07)
|
|
43
|
-
|
|
44
|
-
### PDF Viewer
|
|
45
|
-
|
|
46
|
-
#### Bug Fixes
|
|
47
|
-
|
|
48
|
-
- `#I770525` - Resolved an issue where text selection, copying, and pasting within form fields did not work when a tooltip was active.
|
|
49
|
-
|
|
50
|
-
## 31.1.20 (2025-09-10)
|
|
51
|
-
|
|
52
|
-
### PDF Viewer
|
|
53
|
-
|
|
54
|
-
#### Bug Fixes
|
|
55
|
-
|
|
56
|
-
- `#I757497` - Fixed an issue where the position of the freetext annotation was incorrect when the document was downloaded and opened in other viewers in server mode.
|
|
57
|
-
- `#I764644` - Fixed an issue where the field name was undefined in the `formFieldFocusOut` event after signing the Signature field.
|
|
58
|
-
|
|
59
|
-
## 31.1.18 (2025-09-10)
|
|
60
|
-
|
|
61
|
-
### PDF Viewer
|
|
62
|
-
|
|
63
|
-
#### Bug Fixes
|
|
64
|
-
|
|
65
|
-
- `#I761851` - Resolved an issue where stamp comments were missing in the comment panel when opacity was not set in `stampSettings`.
|
|
66
|
-
- `#I755572` - Resolved a script error when opening the context menu after selecting the text more than three pages.
|
|
67
|
-
|
|
68
|
-
## 31.1.17 (2025-09-05)
|
|
69
|
-
|
|
70
|
-
### PDF Viewer
|
|
71
|
-
|
|
72
|
-
#### New Features
|
|
73
|
-
|
|
74
|
-
- `#I703098` - Added support for angle constraints in line-based annotations, with customizable angle settings.
|
|
75
|
-
|
|
76
|
-
#### Bug Fixes
|
|
77
|
-
|
|
78
|
-
- `#I756156` - Resolved an issue where the page became unresponsive when searching the provided line in the UI.
|
|
79
|
-
- `#I755829` - Resolved an issue where the exception thrown when saving the customer provided document in server rendering mode.
|
|
80
|
-
- `#I758341` , `#I758504` - Resolved an issue where the script error occurs when retrieving bookmarks in the customer provided document.
|
|
81
|
-
|
|
82
|
-
## 30.2.6 (2025-08-19)
|
|
83
|
-
|
|
84
|
-
### PDF Viewer
|
|
85
|
-
|
|
86
|
-
#### Bug Fixes
|
|
87
|
-
|
|
88
|
-
- `#I751541` - Resolved an issue where annotations were not displayed after saving and reloading the document when using multiple PDF viewers on a single page.
|
|
89
|
-
- `#I754856` - Resolved an issue where the script error occurred when importing annotations with Unicode characters in server rendering mode.
|
|
90
|
-
- `#I750256` - Resolved a script error that occurred when passing long text to the `findText` method.
|
|
91
|
-
- `#I751635` - Resolved an issue where the last few characters were missing when programmatically highlighting multi-line sentences using the `findText`.
|
|
92
|
-
|
|
93
|
-
## 30.2.5 (2025-08-13)
|
|
94
|
-
|
|
95
|
-
### PDF Viewer
|
|
96
|
-
|
|
97
|
-
#### Bug Fixes
|
|
98
|
-
|
|
99
|
-
- `#I747378` - Resolved an issue where custom fonts were not properly applied to form fields when reloading the PDF document.
|
|
100
|
-
- `#I747633` - Resolved an issue where the script error occurs when saving PDF after adding rectangle annotation with zero height and zero width.
|
|
101
|
-
- `#I751778` - Resolved an issue where the annotations in non-rendered pages are not deleting properly when deleted using `deleteAnnotationById` method.
|
|
102
|
-
- `#I750004` - Resolved an issue where annotations are duplicated on non-rendered pages when importing the annotations.
|
|
103
|
-
|
|
104
|
-
## 30.2.4 (2025-08-07)
|
|
105
|
-
|
|
106
|
-
### PDF Viewer
|
|
107
|
-
|
|
108
|
-
#### Bug Fixes
|
|
109
|
-
|
|
110
|
-
- `#I743981` - Resolved an issue where worker memory increased when loading the PDF document continuously.
|
|
111
|
-
- `#I749027` - Resolved an issue where the script error occurred when downloading the customer provided document.
|
|
112
|
-
|
|
113
|
-
## 30.1.42 (2025-07-29)
|
|
114
|
-
|
|
115
|
-
### PDF Viewer
|
|
116
|
-
|
|
117
|
-
#### Bug Fixes
|
|
118
|
-
|
|
119
|
-
- `#I741878` - Enhanced performance of the `findText` and `deleteAnnotations` methods.
|
|
120
|
-
|
|
121
|
-
## 30.1.41 (2025-07-22)
|
|
122
|
-
|
|
123
|
-
### PDF Viewer
|
|
124
|
-
|
|
125
|
-
#### Bug Fixes
|
|
126
|
-
|
|
127
|
-
- `#I744124` - Resolved an issue where the context menu is not proper with nested custom context menu items.
|
|
128
|
-
- `#I738912` - Resolved an issue where the signature and initial field indicators were cut off at lower zoom levels.
|
|
129
|
-
- `#I729371` - Resolved an issue where a script error occurred when adding a comment after programmatically editing the annotation author.
|
|
130
|
-
|
|
131
|
-
## 30.1.40 (2025-07-15)
|
|
132
|
-
|
|
133
|
-
### PDF Viewer
|
|
134
|
-
|
|
135
|
-
#### Bug Fixes
|
|
136
|
-
|
|
137
|
-
- `#I743298` - Resolved an issue where the `findText` bounds are not proper for the different line sentence.
|
|
138
|
-
|
|
139
|
-
## 30.1.39 (2025-07-08)
|
|
140
|
-
|
|
141
|
-
### PDF Viewer
|
|
142
|
-
|
|
143
|
-
#### Bug Fixes
|
|
144
|
-
|
|
145
|
-
- `#I738319` - Resolved an issue where `enableToolbarItem` method not working for custom toolbar items.
|
|
146
|
-
- `#I737343` - Resolved an issue where the tooltip is not proper for custom toolbar items.
|
|
147
|
-
- `#I736747` - Resolved an issue where the short hex values are not working for annotation color when importing annotations.
|
|
148
|
-
|
|
149
|
-
## 30.1.38 (2025-07-02)
|
|
150
|
-
|
|
151
|
-
### PDF Viewer
|
|
152
|
-
|
|
153
|
-
#### Bug Fixes
|
|
154
|
-
|
|
155
|
-
- `#I731877` - Fixed an issue where Annotations are not rendered on non-rendered pages due to same name with imported annotation.
|
|
156
|
-
- `#I729510` - Fixed an issue where the Viewer container does not adjust properly when the display is not set to block.
|
|
157
|
-
- `#I729539` - Resolved an issue where the annotation selector settings are not applied properly without the `resizerSize` property.
|
|
158
|
-
- `#I723498` - The comment panel input field now opens correctly on `SharePoint` wiki and web part pages.
|
|
159
|
-
|
|
160
|
-
## 30.1.37 (2025-06-25)
|
|
161
|
-
|
|
162
|
-
### PDF Viewer
|
|
163
|
-
|
|
164
|
-
#### New Features
|
|
165
|
-
|
|
166
|
-
- `#I712601` - Added support to dynamically enable or disable text selection in the PDF Viewer.
|
|
167
|
-
- PDF Viewer now supports squiggly annotations. This feature allows users to highlight important sections of the text with wavy underlines, enhancing document review and collaboration. Squiggly annotations can be added, edited, and customized directly within the viewer, providing a seamless and intuitive experience for annotating PDFs.
|
|
168
|
-
- `#I687373` - Provided zooming support in the Page Organizer view of the PDF Viewer. This enhancement provides an interactive zoom experience to help users identify the pages they are organizing.
|
|
169
|
-
|
|
170
|
-
#### Bug Fixes
|
|
171
|
-
|
|
172
|
-
- `#I731429` - Resolved an issue where the rectangle annotation was not added correctly in the PDF Viewer when it was drawn quickly.
|
|
173
|
-
|
|
174
|
-
## 29.2.11 (2025-06-17)
|
|
175
|
-
|
|
176
|
-
### PDF Viewer
|
|
177
|
-
|
|
178
|
-
#### Bug Fixes
|
|
179
|
-
|
|
180
|
-
- `#I723913` - Resolved an issue where text search and `findText` functionalities are not working with the provided document.
|
|
181
|
-
- `#I724481` - Fixed an issue where the current page number not reset properly when `unload` method called.
|
|
182
|
-
- `#I729976` - Fixed an issue where the form fields lagged when zooming in and out with a large number of fields.
|
|
183
|
-
- `#I728939` - Fixed an issue where the date time format is not proper when using the `loadCldr` method.
|
|
184
|
-
- `#I732950` - Resolved an issue where a memory leak occurred after destroying the PDF viewer.
|
|
185
|
-
|
|
186
|
-
## 29.2.10 (2025-06-10)
|
|
187
|
-
|
|
188
|
-
### PDF Viewer
|
|
189
|
-
|
|
190
|
-
#### Bug Fixes
|
|
191
|
-
|
|
192
|
-
- `#I728109` - Fixed an issue where the multiline input text gets combined into one line without `Formdesigner` module on Re-render.
|
|
193
|
-
- `#I731710` - The script error no longer occurs when the `destroy` method is called without annotation module.
|
|
194
|
-
- `#I730602` - Resolved an issue where the current author name doesn't get updated when editing note in the comment panel.
|
|
195
|
-
|
|
196
|
-
## 29.2.8 (2025-06-03)
|
|
197
|
-
|
|
198
|
-
### PDF Viewer
|
|
199
|
-
|
|
200
|
-
#### Bug Fixes
|
|
201
|
-
|
|
202
|
-
- `#I725861` - Resolved an issue where text selection and highlight annotations were not working properly in the provided document.
|
|
203
|
-
- `#I728949` - Resolved an issue where annotations disappeared on duplicated PDF pages during re-rendering in the PDF viewer.
|
|
204
|
-
- `#I725266` - Fixed an issue where the PDF Viewer does not scroll to annotation location when selected from comment panel at higher zoom levels.
|
|
205
|
-
- `#I717803` - Fixed an issue where the scale ratio unable to set above 100.
|
|
206
|
-
- `#I720768` - Fixed an issue where the comment panel title and note overlap for long author name.
|
|
207
|
-
|
|
208
|
-
## 29.2.7 (2025-05-27)
|
|
209
|
-
|
|
210
|
-
### PDF Viewer
|
|
211
|
-
|
|
212
|
-
#### Bug Fixes
|
|
213
|
-
|
|
214
|
-
- `#I957375` - Resolved an issue where the fill color was not applied when changed from transparent to white.
|
|
215
|
-
- `#I721139` - Fixed an issue where `retrieveFormFields` method returns empty values for Textbox and Password fields without injecting Form Designer module.
|
|
216
|
-
|
|
217
|
-
## 29.2.5 (2025-05-21)
|
|
218
|
-
|
|
219
|
-
### PDF Viewer
|
|
220
|
-
|
|
221
|
-
#### Bug Fixes
|
|
222
|
-
|
|
223
|
-
- `#I721515` - Resolved an issue where a script error occurred while scrolling through a customer-provided document.
|
|
224
|
-
- `#I719937` - The script error no longer occurs when loading the customer provided document.
|
|
225
|
-
- `#I719934` - Resolved an issue where custom fonts were not preserved in the downloaded document for form fields on the server side.
|
|
226
|
-
- `#I720572` - Fixed an issue where the `fireFormFieldRemoveEvent` is not triggered when deleting the form fields on non-render pages.
|
|
227
|
-
- `#I721617` - Resolved an issue where an undefined exception was thrown while accessing the destination page of child bookmarks in the provided document.
|
|
228
|
-
- `#I723539` - Resolved an issue where importing text markup annotations was slow for large documents at higher zoom levels.
|
|
229
|
-
|
|
230
|
-
## 29.2.4 (2025-05-14)
|
|
231
|
-
|
|
232
|
-
### PDF Viewer
|
|
233
|
-
|
|
234
|
-
#### Bug Fixes
|
|
235
|
-
|
|
236
|
-
- `#I717333` - Fixed an issue where the draw and type signatures were missing in the downloaded document for non-rendered pages when updating it using the `updateFormFieldsValue` method.
|
|
237
|
-
- `#I715531` - Resolved an issue where hyperlinks were not rendered when `enableTileRendering` was set to true.
|
|
238
|
-
- `#I715989` - Resolved an issue where the rectangle annotation was not properly added when the cursor was quickly moved outside the page during drawing.
|
|
239
|
-
- `#I717767` - Resolved an issue where tile rendered documents appeared blurry at minimum zoom levels in server rendering mode.
|
|
240
|
-
- `#I643817` - Resolved an issue where calibration was not functioning correctly for measurement annotations.
|
|
241
|
-
- `#I714312` , `#I712195` - Improved loading and interaction performance when opening documents containing a more number of form fields.
|
|
242
|
-
|
|
243
|
-
## 29.1.41 (2025-05-06)
|
|
244
|
-
|
|
245
|
-
### PDF Viewer
|
|
246
|
-
|
|
247
|
-
#### Bug Fixes
|
|
248
|
-
|
|
249
|
-
- `#I712197` - Fixed an issue where the form field value and font size not preserved when downloading the document without form designer module.
|
|
250
|
-
- `#I713625` - Resolved an issue where form field data was not retained in the downloaded document without annotation module.
|
|
251
|
-
|
|
252
|
-
## 29.1.40 (2025-04-29)
|
|
253
|
-
|
|
254
|
-
### PDF Viewer
|
|
255
|
-
|
|
256
|
-
#### Bug Fixes
|
|
257
|
-
|
|
258
|
-
- `#I708159` - Resolved the issue where the `clearFormFields` method was not working for newly added form fields.
|
|
259
|
-
- `#I709563` - Resolved an issue where the shape label could not be set during the `annotationAdd` event.
|
|
260
|
-
- `#I709131` - Resolved the issue where the form field cursor position was incorrect when `enableRtl` was set to true.
|
|
261
|
-
- `#I713403` - Fixed an issue where the `isDocumentEdited` property remains false in the `annotationAdd` event when adding a free text annotation.
|
|
262
|
-
- `#I711690` - Resolved an exception that occurs when saving the document after programmatically updating an existing type signature to an image signature.
|
|
263
|
-
|
|
264
|
-
## 29.1.39 (2025-04-22)
|
|
265
|
-
|
|
266
|
-
### PDF Viewer
|
|
267
|
-
|
|
268
|
-
#### Bug Fixes
|
|
269
|
-
|
|
270
|
-
- `#I706265` - Resolved the issue where text markup annotations disappear when adding the free text annotation programmatically.
|
|
271
|
-
- `#I710824` - Resolved an exception that occurs when opening a password-protected document with a digital signature.
|
|
272
|
-
|
|
273
|
-
## 29.1.38 (2025-04-15)
|
|
274
|
-
|
|
275
|
-
### PDF Viewer
|
|
276
|
-
|
|
277
|
-
#### Bug Fixes
|
|
278
|
-
|
|
279
|
-
- `#I709549` - Added condition before accessing the `getPageSize` and `exportHyperlinks` methods.
|
|
280
|
-
- `#I705240` - The form field positions are correct after updating them using the `updateFormField` method.
|
|
281
|
-
- `#I704004` - The `ajaxRequestSuccess` event is triggered properly after the download action is completed.
|
|
282
|
-
- `#I701556` - The image signature in the signature/initial field is preserved correctly when printing the document.
|
|
283
|
-
- `#I702570` - The form fields on non-rendered pages are now visible when printing the document.
|
|
284
|
-
- `#I705546` - The form field position is updated correctly for non-rendered pages using the `updateFormField` method.
|
|
285
|
-
|
|
286
|
-
## 29.1.37 (2025-04-08)
|
|
287
|
-
|
|
288
|
-
### PDF Viewer
|
|
289
|
-
|
|
290
|
-
#### Bug Fixes
|
|
291
|
-
|
|
292
|
-
- `#I708196` - The script error no longer occurs when loading the PDF document after it has been programmatically unloaded from the PDF Viewer.
|
|
293
|
-
- `#I196344` - Fixed an issue where the signature value did not appear while adding the field programmatically.
|
|
294
|
-
- `#I700063` - The annotation rendering is now optimized for documents with more annotations.
|
|
295
|
-
- `#I698822` - Fixed an issue where the locked custom stamp remains editable.
|
|
296
|
-
- `#I704815` - Enhanced the `fireFormFieldMoveEvent`, `fireFormFieldMouseLeaveEvent`, `fireFormFieldMouseOverEvent`, `fireFormFieldSelectEvent`, `fireFormFieldUnSelectEvent`, and `fireFormFieldResizeEvent` to include additional relevant details.
|
|
297
|
-
- `#I680814` - Fixed an issue where the custom font is not rendered properly in reloaded document.
|
|
298
|
-
|
|
299
|
-
## 29.1.35 (2025-04-01)
|
|
300
|
-
|
|
301
|
-
### PDF Viewer
|
|
302
|
-
|
|
303
|
-
#### Bug Fixes
|
|
304
|
-
|
|
305
|
-
- `#I702575` - Double quotes will no longer be removed from the text box field when reloading a downloaded document.
|
|
306
|
-
- `#I685698` - `PDFium` resources can now be loaded without requiring the `ej2-pdfviewer-lib` folder.
|
|
307
|
-
- `#I689380` - The file size will not increase when saving the document without making any changes.
|
|
308
|
-
- `#I698835` - Improved performance and reduced lag when zooming in on specific landscape PDF files.
|
|
309
|
-
- `#I704811` - Now, the `formFieldAdd` event is triggered when adding form fields programmatically to non-rendered pages.
|
|
310
|
-
- `#I695141` - The `documentLoadFailed` event now triggers as expected when attempting to load an invalid PDF URL.
|
|
311
|
-
- `#I683048` - Fixed an issue where the custom stamp image did not appear in the downloaded PDF when modified programmatically.
|
|
312
|
-
- `#I697942` - The signature and initial form field values are now correctly included in the form field collections for non-rendered pages.
|
|
313
|
-
- `#I699488` - Resolved an exception that occurred when importing and deleting annotations simultaneously within the `annotationAdd` event.
|
|
314
|
-
- `#I699776` - Fixed an issue where `PdfViewer` threw a 'Cannot read properties of undefined' error under certain conditions when module injection was not used.
|
|
315
|
-
- `#I707879` - The script error does not occur when the `documentId` is passed to the document path on the server side.
|
|
316
|
-
|
|
317
|
-
- `#I702575` - Double quotes will no longer be removed from the text box field when reloading a downloaded document.
|
|
318
|
-
- `#I685698` - `PDFium` resources can now be loaded without requiring the `ej2-pdfviewer-lib` folder.
|
|
319
|
-
- `#I689380` - The file size will not increase when saving the document without making any changes.
|
|
320
|
-
- `#I698835` - Improved performance and reduced lag when zooming in on specific landscape PDF files.
|
|
321
|
-
- `#I704811` - The `formFieldAdd` event is now triggered when adding form fields programmatically to non-rendered pages.
|
|
322
|
-
- `#I695141` - The `documentLoadFailed` event now triggers as expected when attempting to load an invalid PDF URL.
|
|
323
|
-
- `#I683048` - Fixed an issue where the custom stamp image did not appear in the downloaded PDF when modified programmatically.
|
|
324
|
-
- `#I697942` - The signature and initial form field values are now correctly included in the form field collections for non-rendered pages.
|
|
325
|
-
- `#I699488` - Resolved an exception that occurred when importing and deleting annotations simultaneously within the `annotationAdd` event.
|
|
326
|
-
- `#I699776` - Fixed an issue where `PdfViewer` threw a 'Cannot read properties of undefined' error under certain conditions when module injection was not used.
|
|
327
|
-
- `#I707879` - The script error does not occur when the `documentId` is passed to the document path on the server side.
|
|
328
|
-
|
|
329
|
-
## 29.1.33 (2025-03-25)
|
|
330
|
-
|
|
331
|
-
### PDF Viewer
|
|
332
|
-
|
|
333
|
-
#### New Features
|
|
334
|
-
|
|
335
|
-
- Enhanced text search performance for large PDF documents.
|
|
336
|
-
- Added support for asynchronously extracting and finding text using the `extractText` and `findTextAsync` APIs.
|
|
337
|
-
- `#I645218` - Optimized memory usage when loading large PDF documents, with further enhancements available through the `ExtractTextOptions`.
|
|
338
|
-
- `#I645354` - Added the `resourcesLoaded` event in PDF Viewer.
|
|
339
|
-
|
|
340
|
-
#### Bug Fixes
|
|
341
|
-
|
|
342
|
-
- `#I686925` - Now, the text search works correctly when searching for multiple words in Unicode text.
|
|
343
|
-
- `#I693186` - Now, the Angular change detection event does not trigger continuously while zooming.
|
|
344
|
-
|
|
345
|
-
## 28.2.11 (2025-03-11)
|
|
346
|
-
|
|
347
|
-
### PDF Viewer
|
|
348
|
-
|
|
349
|
-
#### Bug Fixes
|
|
350
|
-
|
|
351
|
-
- `#I696432` - Now, the form fields no longer disappear when reloading the PDF document after a pinch zoom without the form designer module.
|
|
352
|
-
- `#I695648` - Now, the exception did not occur when saving the provided document without scrolling.
|
|
353
|
-
- `#I695167` - Now, the custom data value is updated properly for non-rendered pages using the `updateFormField` API.
|
|
354
|
-
|
|
355
|
-
#### Breaking Changes
|
|
356
|
-
|
|
357
|
-
-`#I695236` - The `validateFormFields` API will no longer be triggered after completing the required form fields and initiating `download` or `saveAsBlob`. To proceed with `download` or `saveAsBlob` without filling in the required fields, simply disable the `validateFormFields` event by setting [`enableFormFieldsValidation`](https://helpej2.syncfusion.com/documentation/api/pdfviewer/#enableformfieldsvalidation) to false.
|
|
358
|
-
|
|
359
|
-
-`#I695236` - The `validateFormFields` API will no longer be triggered after completing the required form fields and initiating `download` or `saveAsBlob`. To proceed with `download` or `saveAsBlob` without filling in the required fields, simply disable the `validateFormFields` event by setting [`enableFormFieldsValidation`](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/#enableformfieldsvalidation) to false.
|
|
360
|
-
|
|
361
|
-
## 28.2.9 (2025-03-04)
|
|
362
|
-
|
|
363
|
-
### PDF Viewer
|
|
364
|
-
|
|
365
|
-
#### Bug Fixes
|
|
366
|
-
|
|
367
|
-
- `#I688924` - Now, the stamp annotation is displayed correctly in the provided document in the PDF Viewer.
|
|
368
|
-
- `#I688583` - Now, we are able to add the signature to the signature field properly after clearing the form field value using the `clearFormFields` method.
|
|
369
|
-
|
|
370
|
-
## 28.2.7 (2025-02-25)
|
|
371
|
-
|
|
372
|
-
### PDF Viewer
|
|
373
|
-
|
|
374
|
-
#### Bug Fixes
|
|
375
|
-
|
|
376
|
-
- `#I687949` - Now, the Exception will not occur while loading the customer provided document with form fields.
|
|
377
|
-
- `#I688986` - Now, the form field bounds values are available in the `formFieldAdd` event.
|
|
378
|
-
- `#I691472` - Now, the exception did not occur when trying to print the document without annotation modules.
|
|
379
|
-
- Now, the script error did not occur when loading the document with modified toolbar settings.
|
|
380
|
-
- `#I689173` - Now, the form field on the non-rendered page does not disappear after filling in the textbox field.
|
|
381
|
-
|
|
382
|
-
## 28.2.6 (2025-02-18)
|
|
383
|
-
|
|
384
|
-
### PDF Viewer
|
|
385
|
-
|
|
386
|
-
#### Bug Fixes
|
|
387
|
-
|
|
388
|
-
- `#I664230` - Now , the signature annotation will appear in UI upon import when deleted programmatically.
|
|
389
|
-
- `#I683048` - Now , the custom stamp image will appear in UI when changing the image source dynamically.
|
|
390
|
-
- `#I686411` - Now, the pan mode is not disabled when the Ctrl key is pressed.
|
|
391
|
-
- `#I686925`, `#686758` - Now, the `findText` method properly returns the width value for the searched text.
|
|
392
|
-
- `#I689347` - Now, the script error no longer occurs when deleting the text markup annotation using the `deleteAnnotationById` method.
|
|
393
|
-
|
|
394
|
-
## 28.2.5 (2025-02-11)
|
|
395
|
-
|
|
396
|
-
### PDF Viewer
|
|
397
|
-
|
|
398
|
-
#### Bug Fixes
|
|
399
|
-
|
|
400
|
-
- `#I683657` - Now, the scale ratio updated properly when changing the `measurementSettings` dynamically.
|
|
401
|
-
- `#I683269` - Now, the form field value is updated properly after disabling read-only mode programmatically.
|
|
402
|
-
- `#I675316` - The date and time format is now preserved correctly in the comment panel when importing annotations.
|
|
403
|
-
- `#I687098` - Now , the Exception will not occur when downloading the customer provided document with the newly added annotation.
|
|
404
|
-
- `#I680877` - Now, the handwritten signature width and height are not swapped for rotated documents.
|
|
405
|
-
- `#I682398` - Now, the font height is retrieved properly from the widget annotation.
|
|
406
|
-
- `#I686841` - Now , the `customData` will update properly when adding the annotations programmatically.
|
|
407
|
-
|
|
408
|
-
## 28.2.4 (2025-02-04)
|
|
409
|
-
|
|
410
|
-
### PDF Viewer
|
|
411
|
-
|
|
412
|
-
#### Breaking Changes
|
|
413
|
-
|
|
414
|
-
- `#I661474` - The default preservation of highlight annotations has been enhanced, along with an update to the default highlight color when added programmatically.
|
|
415
|
-
|
|
416
|
-
## 28.2.3 (2025-01-29)
|
|
417
|
-
|
|
418
|
-
### PDF Viewer
|
|
419
|
-
|
|
420
|
-
#### Bug Fixes
|
|
421
|
-
|
|
422
|
-
- `#I679527` - Now, the annotations no longer disappear when programmatically selecting annotations on a non-rendered page.
|
|
423
|
-
- `#I678021` - Now, the order of annotations is properly preserved if the document contains stamp annotations.
|
|
424
|
-
|
|
425
|
-
## 28.1.41 (2025-01-21)
|
|
426
|
-
|
|
427
|
-
### PDF Viewer
|
|
428
|
-
|
|
429
|
-
#### Bug Fixes
|
|
430
|
-
|
|
431
|
-
- `#I676738` - Now, the radio button is visible on the non-rendered page when saving the document.
|
|
432
|
-
- `#I675055`, `#678431` - Now, the script error no longer occurs when using the PDF Viewer in React with `Vite` in production.
|
|
433
|
-
- `#I678021` - Now, the free text annotation is not missing when saving a document with Unicode text and newline characters.
|
|
434
|
-
- `#I680495` - Now, the annotations are visible in the customer provided document.
|
|
435
|
-
|
|
436
|
-
#### Breaking Changes
|
|
437
|
-
|
|
438
|
-
- `#I676549` - In the `pageRenderComplete` event, the page number property now reflects the actual page number instead of the page index.
|
|
439
|
-
|
|
440
|
-
## 28.1.39 (2025-01-14)
|
|
441
|
-
|
|
442
|
-
### PDF Viewer
|
|
443
|
-
|
|
444
|
-
#### Bug Fixes
|
|
445
|
-
|
|
446
|
-
- `#I674223` - Now, the form field alignment is correctly preserved after downloading the document in a `standalone` PDF Viewer.
|
|
447
|
-
- `#I665085` - Now, the PDF viewer no longer crashes when loading large size digital signature document.
|
|
448
|
-
|
|
449
|
-
## 28.1.38 (2025-01-07)
|
|
450
|
-
|
|
451
|
-
### PDF Viewer
|
|
452
|
-
|
|
453
|
-
#### Bug Fixes
|
|
454
|
-
|
|
455
|
-
- `#I659553` - Now, the text field background color appears as expected.
|
|
456
|
-
- `#I662006` - Now, the non-rendered page form fields are properly updated using the `updateFormFieldsValue` method.
|
|
457
|
-
- `#I666148` - Now, the page navigation now works correctly for hyperlinks pointing to pages above 100.
|
|
458
|
-
|
|
459
|
-
## 28.1.37 (2024-12-31)
|
|
460
|
-
|
|
461
|
-
### PDF Viewer
|
|
462
|
-
|
|
463
|
-
#### Bug Fixes
|
|
464
|
-
|
|
465
|
-
- `#I664554` - Now, the `documentId` property is no longer missing in the `ajaxRequestInitiate` event after rotating the PDF pages.
|
|
466
|
-
- `#I662588` - A proper error message is now displayed when an invalid base 64 string is loaded in the PDF Viewer.
|
|
467
|
-
|
|
468
|
-
## 28.1.36 (2024-12-24)
|
|
469
|
-
|
|
470
|
-
### PDF Viewer
|
|
471
|
-
|
|
472
|
-
#### Bug Fixes
|
|
473
|
-
|
|
474
|
-
- `#I551643`, `#I664728` - Now, the script error does not occur when importing the large annotations.
|
|
475
|
-
- `#I663071` - Now, the `printStart` event is triggered when printing a PDF using the `Ctrl + P` shortcut.
|
|
476
|
-
- `#I662257` - No script error occurs when loading the provided document and scrolling quickly to the end of the page.
|
|
477
|
-
|
|
478
|
-
- `#I551643`, `#I664728` - Now, the script error does not occur when importing the large annotations.
|
|
479
|
-
- `#I663071` - Now, the `printStart` event is triggered when printing a PDF using the `Ctrl + P` shortcut.
|
|
480
|
-
- `#I662257` - No script error occurs when loading the provided document and scrolling quickly to the end of the page.
|
|
481
|
-
- `#I659553` - Now, the text field background color appears as expected.
|
|
482
|
-
|
|
483
|
-
## 28.1.35 (2024-12-18)
|
|
484
|
-
|
|
485
|
-
### PDF Viewer
|
|
486
|
-
|
|
487
|
-
#### Bug Fixes
|
|
488
|
-
|
|
489
|
-
- `#I63329` - Now, after the font family is changed, the default font family does not appear in the font family dropdown on the appearance tab.
|
|
490
|
-
- `#I646929` - Now, the typed signature appears in the signature field after being added using the custom font.
|
|
491
|
-
|
|
492
|
-
## 28.1.33 (2024-12-12)
|
|
493
|
-
|
|
494
|
-
### PDF Viewer
|
|
495
|
-
|
|
496
|
-
#### New Features
|
|
497
|
-
|
|
498
|
-
- `#I593597` - Added support for preserving `unicode` text in free text annotations within the `standalone` PDF Viewer.
|
|
499
|
-
- `#I630970` - Added support for local session storage in the PDF Viewer.
|
|
500
|
-
- Added support for preserving `unicode` text in form fields within the `standalone` PDF Viewer.
|
|
501
|
-
|
|
502
|
-
#### Bug Fixes
|
|
503
|
-
|
|
504
|
-
- `#I655125` - Now, the page renders correctly with form fields after zooming in and out on an iOS device.
|
|
505
|
-
- `#I655531` - Now, the button field color is rendered properly in the PDF viewer.
|
|
506
|
-
- `#I655380` - Now, the `signatureIndicatorSettings` updated properly for the existing signature fields in the document.
|
|
507
|
-
- `#I655530` - Now, able to load the provided document when form designer module is enabled.
|
|
508
|
-
- `#I653882` - Now, the sticky notes is properly visible by import after delete the annotation using the `deleteAnnotations` API.
|
|
509
|
-
|
|
510
|
-
## 27.2.5 (2024-12-03)
|
|
511
|
-
|
|
512
|
-
### PDF Viewer
|
|
513
|
-
|
|
514
|
-
#### Bug Fixes
|
|
515
|
-
|
|
516
|
-
- `#I649989` - Now, the image quality of the printed document is properly preserved.
|
|
517
|
-
- `#I646167` - Now, the scrolling is consistent during word search at high zoom levels.
|
|
518
|
-
- `#I651103` - Now, the tab navigation works properly in the customer provided document.
|
|
519
|
-
- `#I641323` - Now, the PDF pages render properly when performing a text search in the provided document.
|
|
520
|
-
- `#I641323` - Now, the text search match count is displayed correctly when searching for the first word on a PDF page.
|
|
521
|
-
- `#I656223` - Now, the custom stamp dialog opens on the desktop when the enableDesktopMode API is set to true.
|
|
522
|
-
- `#I652167` - Now, programmatically setting `fontStyle` to `none` is working properly for the form fields.
|
|
523
|
-
- `#I654176` - Now, the programmatically added form field is no longer missing when downloading the digital signature document.
|
|
524
|
-
|
|
525
|
-
## 27.2.4 (2024-11-26)
|
|
526
|
-
|
|
527
|
-
### PDF Viewer
|
|
528
|
-
|
|
529
|
-
#### Bug Fixes
|
|
530
|
-
|
|
531
|
-
- `#I633354` - Now, the text search highlight is displayed correctly when the searched page contains Unicode text.
|
|
532
|
-
- `#I653415` - Now, saving PDF as blob with programmatically aligned Free Text annotations works properly.
|
|
533
|
-
- `#I651412` - Now, the signature and initial field indicator text is displayed correctly during minimum zoom.
|
|
534
|
-
|
|
535
|
-
## 27.2.3 (2024-11-21)
|
|
536
|
-
|
|
537
|
-
### PDF Viewer
|
|
538
|
-
|
|
539
|
-
#### Bug Fixes
|
|
540
|
-
|
|
541
|
-
- `#I651818` - Now, the dropdown values are correctly preserved when opening the PDF document, with different item names and values for the dropdown options.
|
|
542
|
-
- `#I645218` - Now, the memory out-of-bounds exception no longer occurs in `Vue 2`.
|
|
543
|
-
- `#I645714` - Now, the added text markup annotation bounds and the exported annotation bounds are the same.
|
|
544
|
-
- `#I652381` - Now, the signature with custom font is visible properly in downloaded PDF document.
|
|
545
|
-
- `#I645043` - Now, the radio button field data is not lost when scrolling through the provided document.
|
|
546
|
-
- `#I646730` - Now, the Text Selection and Pan keyboard shortcuts are disabled when the corresponding options are not available in the toolbar.
|
|
547
|
-
- `#I635071` - Now, the checkbox form fields are properly checked in the downloaded document.
|
|
548
|
-
|
|
549
|
-
- `#I645218` - Now, the memory out-of-bounds exception no longer occurs in `Vue 2`.
|
|
550
|
-
- `#I645714` - Now, the added text markup annotation bounds and the exported annotation bounds are the same.
|
|
551
|
-
- `#I651818` - Now, the dropdown values are correctly preserved when opening the PDF document, with different item names and values for the dropdown options.
|
|
552
|
-
- `#I652381` - Now, the signature with custom font is visible properly in downloaded PDF document.
|
|
553
|
-
- `#I645043` - Now, the radio button field data is not lost when scrolling through the provided document.
|
|
554
|
-
- `#I646730` - Now, the Text Selection and Pan keyboard shortcuts are disabled when the corresponding options are not available in the toolbar.
|
|
555
|
-
- `#I635071` - Now, the checkbox form fields are properly checked in the downloaded document.
|
|
556
|
-
|
|
557
|
-
#### New Features
|
|
558
|
-
|
|
559
|
-
- `#I593597` - Added support for preserving `unicode` text in free text annotations within the `standalone` PDF Viewer.
|
|
560
|
-
|
|
561
|
-
## 27.2.2 (2024-11-15)
|
|
562
|
-
|
|
563
|
-
### PDF Viewer
|
|
564
|
-
|
|
565
|
-
#### Bug Fixes
|
|
566
|
-
|
|
567
|
-
- `#I648250` - Now, the form field drag element is active when moving form fields.
|
|
568
|
-
|
|
569
|
-
## 27.1.58 (2024-11-05)
|
|
570
|
-
|
|
571
|
-
### PDF Viewer
|
|
572
|
-
|
|
573
|
-
#### Bug Fixes
|
|
574
|
-
|
|
575
|
-
- `#I638740` - Now, the comment delete event is properly triggered when the parent comment `div` is deleted.
|
|
576
|
-
- `#I646822` - Now, the `formFieldMouseover` event includes both the form field ID and Name.
|
|
577
|
-
- `#I637574` - Now, the signature position is accurately rendered in the provided document upon reloading the downloaded file.
|
|
578
|
-
- `#I641496` - Now, the annotation signature buttons no longer overflow when the translation string is too long.
|
|
579
|
-
|
|
580
|
-
## 27.1.57 (2024-10-29)
|
|
581
|
-
|
|
582
|
-
### PDF Viewer
|
|
583
|
-
|
|
584
|
-
#### Breaking Changes
|
|
585
|
-
|
|
586
|
-
- The `getPageDetails` API has been renamed to `getPageInfo`. Additionally, the zoom factor parameter has been removed from the `getPageInfo` API, as the zoom factor can be accessed directly through the `zoomPercentage` API.
|
|
587
|
-
|
|
588
|
-
| Existing API name| New API Name |
|
|
589
|
-
|------|-------------|
|
|
590
|
-
| `getPageDetails`| `getPageInfo`|
|
|
591
|
-
|
|
592
|
-
## 27.1.55 (2024-10-22)
|
|
593
|
-
|
|
594
|
-
### PDF Viewer
|
|
595
|
-
|
|
596
|
-
#### Bug Fixes
|
|
597
|
-
|
|
598
|
-
- `#I638745` - Now, the sticky notes annotation is correctly added when the PDF Viewer window is resized to a smaller size, with the sticky annotation option available in the toolbar dropdown menu.
|
|
599
|
-
- `#I637865` - Now, the form field type updates properly when switching fields without adding in the PDF Viewer.
|
|
600
|
-
- `#I637742` - Now, the annotations are not missing, and no script errors occur when `enableThumbnail` and `isThumbnailViewOpen` are enabled.
|
|
601
|
-
- `#I634412` - Now, the stamp annotation is no longer missing when printing the imported annotations.
|
|
602
|
-
|
|
603
|
-
## 27.1.53 (2024-10-15)
|
|
604
|
-
|
|
605
|
-
### PDF Viewer
|
|
606
|
-
|
|
607
|
-
#### Bug Fixes
|
|
608
|
-
|
|
609
|
-
- `#I638294` - Now, the notification dialog is not shown for search text with no matches when `showNotificationDialog` API is set to false.
|
|
610
|
-
- `#I636244` - Now, the annotation toolbar is programmatically opened on a mobile device using the `showAnnotationToolbar` method.
|
|
611
|
-
- `#I637351` - Now, the signature collection ID and ID from the `addSignature` event are the same on mobile devices.
|
|
612
|
-
- `#F194443` - Now, the tooltip is properly removed when programmatically removing a form field tooltip using the `updateFormField` API.
|
|
613
|
-
- `#I637350` - Now, the PDF Viewer does not stop responding when searching the text.
|
|
614
|
-
- `#I637275` - Now, the download option is disabled in mobile mode when `enableDownload` API is set to false.
|
|
615
|
-
- `#I633438` , `#I633453` - Now, the invalid file corrupted dialog closes automatically after a valid PDF document is loaded.
|
|
616
|
-
- `#I619099` - Now, the delay in searching for text after completing text extraction has been reduced.
|
|
617
|
-
- `#I635120` - Now, the undo and redo functions for free text annotations, as well as the ability to change alignment and font size using the `editAnnotation` method, are now functioning correctly.
|
|
618
|
-
- `#I608686` - Now, a script error does not occur when trying to update and delete annotations simultaneously after importing them.
|
|
619
|
-
- `#I635119` - Now, after programmatically highlighting and deleting text, the text will not be highlighted again unless a new selection is made, as the selection is cleared when the delete method is called programmatically.
|
|
620
|
-
- Now, the close button is clickable across all size scenarios when the thumbnail container is resized.
|
|
621
|
-
- `#I908781` - Now, the Form field data will be accurately preserved after scrolling, even when form fields with the same name are updated, and the form designer module is not included.
|
|
622
|
-
- `#I631265` - Now, the signature is correctly saved in the downloaded document provided by the customer.
|
|
623
|
-
|
|
624
|
-
#### New Features
|
|
625
|
-
|
|
626
|
-
- `#I627469` - Added support for retrieving page details, such as the current page size, page rotation and zoom factor, through the `getPageDetails`.
|
|
627
|
-
|
|
628
|
-
## 27.1.52 (2024-10-08)
|
|
629
|
-
|
|
630
|
-
### PDF Viewer
|
|
631
|
-
|
|
632
|
-
#### Bug Fixes
|
|
633
|
-
|
|
634
|
-
- `#I634439` - Now, the value of the dropdown field name does not set to null in the `formFieldCollections` when the `enableFormDesigner` API is disabled.
|
|
635
|
-
- `#I631430` - Now, the form field index is correctly calculated, and `NaN` is no longer added to the form field name when creating new fields from the designer in PDF Viewer.
|
|
636
|
-
- `#I631901` - Now, the keyboard shortcuts for the `OpenOption` are disabled when the `OpenOption` item is not included in the toolbar.
|
|
637
|
-
|
|
638
|
-
## 27.1.51 (2024-09-30)
|
|
639
|
-
|
|
640
|
-
### PDF Viewer
|
|
641
|
-
|
|
642
|
-
#### Bug Fixes
|
|
643
|
-
|
|
644
|
-
- `#I627789` - Now, the context menu for form fields opens properly in desktop touch mode.
|
|
645
|
-
- `#I630341` - Now, the text is properly aligned in the freetext annotation when using the subject property.
|
|
646
|
-
- `#I629789` - Now, the `IsDocumentEdited` property set to false when loading the customer provided PDF document.
|
|
647
|
-
- `#I632424` - Now, the object reference error won't occur when downloading with the dropdown field after updating the dropdown options programmatically.
|
|
648
|
-
- `#I627479` - Now, the browse button is working properly when dynamically changing enableFormFields API value.
|
|
649
|
-
- `#I635120` - Now, After adding a freetext, changing the alignment and font size, the undo and redo functions working properly.
|
|
650
|
-
- `#I635116` - Now, Freetext annotation appeared properly when update the alignment styling.
|
|
651
|
-
- `#I635117` - Now, the undo and redo actions is properly working when perform the cut and paste action.
|
|
652
|
-
- `#I630883` - Now, resizing the form field on the first page doesn't hide the form field on the third page.
|
|
653
|
-
- `#I630441` - Now, the `pageMouseover` event is triggered without annotation and form designer modules.
|
|
654
|
-
|
|
655
|
-
## 27.1.50 (2024-09-24)
|
|
656
|
-
|
|
657
|
-
### PDF Viewer
|
|
658
|
-
|
|
659
|
-
#### Bug Fixes
|
|
660
|
-
|
|
661
|
-
- `#I626172` - Now, stamp annotation is saved properly when adding custom Data property.
|
|
662
|
-
- `#I631717` - Now, Free text author and comment characters are not changed when importing the exported annotation.
|
|
663
|
-
- `#I632150` - Now, the handwritten signature is properly selected after being added to the PDF viewer on a mobile device.
|
|
664
|
-
- `#I626892` - Now, the large document opens in `standalone` PDF Viewer.
|
|
665
|
-
- `#I632511` - Now, the fetch request is not sent if the URL is set to the document path on the Server-Backed PDF Viewer.
|
|
666
|
-
- `#I632378` - Now, copy paste is working with formfields when `enableFormDesigner` as false.
|
|
667
|
-
- `#I631207` - Now, the `textmarkup` annotations are not unselected when changing the properties programmatically.
|
|
668
|
-
- `#I627322` - Now, the Form fields can not be moved outside of the document.
|
|
669
|
-
|
|
670
|
-
## 27.1.48 (2024-09-18)
|
|
671
|
-
|
|
672
|
-
### PDF Viewer
|
|
673
|
-
|
|
674
|
-
#### Bug Fixes
|
|
675
|
-
|
|
676
|
-
- `#I620380` - Now, the sticky note annotation was added correctly along with the comment programmatically inside the annotationAdd event without any exceptions.
|
|
677
|
-
- `#I624857` - The `ArgumentOutOfRangeException` no longer occurs when clicking the submit button in the provided document.
|
|
678
|
-
- `#F194120` - The bookmark navigation now works properly in the provided document.
|
|
679
|
-
- `#I619099` - The pages now render properly when navigating to the searched text continuously.
|
|
680
|
-
- `#I626710` - Now, the signature is added to the correct signature field when switching the mobile device from portrait to landscape orientation.
|
|
681
|
-
|
|
682
|
-
#### Features
|
|
683
|
-
|
|
684
|
-
- Added support to import PDF documents within the Organize Pages dialog, enabling users to incorporate pages from other PDFs into the current document.
|
|
685
|
-
- `#F181628` , `#I482858` , `#I488268` , `#I494793` , `#I595206` - Introduced the ability to programmatically add handwritten signatures and initial annotations in PDF documents.
|
|
686
|
-
- `#F183710` , `#I470260` - Implemented options to customize print quality in the PDF Viewer, allowing users to select different quality levels to balance print clarity with processing speed.
|
|
687
|
-
- Enabled multi-word search functionality within the PDF Viewer.
|
|
688
|
-
- `#I592524` , `#I598159` - Added support for loading custom fonts in `PDFium` WASM to ensure proper rendering of page content.
|
|
689
|
-
- `#I340793` , `#I345576` , `#I359942` , `#I379567` , `#I386590` , `#I605421` , `#I607974` - Added support for custom fonts in the `TypeHere` signature and initial fields.
|
|
690
|
-
|
|
691
|
-
### Breaking Changes
|
|
692
|
-
|
|
693
|
-
- In the Server-backed PDF Viewer, two action methods, `RenderPdfTexts` and `ValidatePassword`, are now required in the controller for proper functionality. This change is necessary because text extraction for PDF documents has been separated by default. Additionally, when importing a new PDF document in the organize window, a protected document validation check must be performed before the import.
|
|
694
|
-
- **Solution** : To update the `PDFViewerController` file on your server, refer to the framework-specific sample repository available [here](https://github.com/SyncfusionExamples/EJ2-PDFViewer-WebServices/tree/main) for guidance.
|
|
695
|
-
|
|
696
|
-
## 26.2.12 (2024-09-03)
|
|
697
|
-
|
|
698
|
-
### PDF Viewer
|
|
699
|
-
|
|
700
|
-
#### Bug Fixes
|
|
701
|
-
|
|
702
|
-
- `#I621133` - The `IsDocumentEdited` API does not return true for documents with form fields.
|
|
703
|
-
- `#I620047` - Now, the text markup annotation rotation is correctly rendered after rotating the PDF pages.
|
|
704
|
-
- `#I625999` - Now, the free text annotation font size is updating properly.
|
|
705
|
-
- `#I620349` - Now, the `FormFieldPropertiesChange` event is triggered when adding or deleting the dropdown options.
|
|
706
|
-
- `#I622415` - Now, the able to copy text from the input box of the search dialog.
|
|
707
|
-
- `#I626450` - Now, no more console errors occur when focusing on the PDF Viewer.
|
|
708
|
-
- `#I626966` - The invalid behavior of font alignment and font color tools in the `annotationToolbarItems` has been resolved now.
|
|
709
|
-
- `#I626108` - The polygon annotation is now preserved properly when adding and rotating the pages.
|
|
710
|
-
- `#I627416` - Now, the form field background color is now correctly updated when changing form field visibility from `hidden` to `visible` mode.
|
|
711
|
-
- `#622761` - Now, `ValidateFormFieldsArgs` is triggered properly when the submit button is clicked.
|
|
712
|
-
|
|
713
|
-
## 26.2.11 (2024-08-27)
|
|
714
|
-
|
|
715
|
-
### PDF Viewer
|
|
716
|
-
|
|
717
|
-
#### Bug Fixes
|
|
718
|
-
|
|
719
|
-
- `#I614031` - Now, able to insert capital `H` and `V` in multiline textbox fields in PDF Viewer when holding `SHIFT` key.
|
|
720
|
-
- `#I622939` - Now, able to insert capital `H` and `V` in search text in PDF Viewer when holding `SHIFT` key.
|
|
721
|
-
- `#I619818` - Now, the annotation select event is triggered in provided document.
|
|
722
|
-
- `#I624012` - Now, the font size of the type signature is correctly preserved in the downloaded document.
|
|
723
|
-
- `#I618143` - Now, the password-protected PDF document is properly exported to an image using the server library.
|
|
724
|
-
|
|
725
|
-
## 26.2.10 (2024-08-20)
|
|
726
|
-
|
|
727
|
-
### PDF Viewer
|
|
728
|
-
|
|
729
|
-
#### Bug Fixes
|
|
730
|
-
|
|
731
|
-
- `#I614475` - Now, when deleting a signature field image after zooming in the image is removed and does not remains visually presented on the screen.
|
|
732
|
-
- `#I615933` - Now, the Radio button retains selection when clicked more than once.
|
|
733
|
-
- `#I615285` - Now, form fields are being correctly retrieved from the widget in the provided document.
|
|
734
|
-
- `#I612386` - Now, the checkbox and radio button size is increased properly using `updateFormField` method.
|
|
735
|
-
|
|
736
|
-
## 26.2.9 (2024-08-13)
|
|
737
|
-
|
|
738
|
-
### PDF Viewer
|
|
739
|
-
|
|
740
|
-
#### Bug Fixes
|
|
741
|
-
|
|
742
|
-
- `#I612252` - Now, the `ArgumentOutOfRangeException` does not occurs while attempting to download the provided document.
|
|
743
|
-
- Now, the script error does not occurs when searching the non-matched word in the document without magnification module.
|
|
744
|
-
- `#F189402` - Now, the PDF viewer can load the PDF document as a blob URL.
|
|
745
|
-
- `#F190306` - Now, the script error does not occur when loading the provided document.
|
|
746
|
-
|
|
747
|
-
## 26.2.8 (2024-08-06)
|
|
748
|
-
|
|
749
|
-
### PDF Viewer
|
|
750
|
-
|
|
751
|
-
#### Bug Fixes
|
|
752
|
-
|
|
753
|
-
- `#I607610` - Now, we are able to click the checkbox field in the customer-provided document on mobile devices.
|
|
754
|
-
- `#I608686` - Now, the script error no longer occurs when deleting the added annotations using the `deleteAnnotations` API.
|
|
755
|
-
- `#I612530` - Now, able to copy text from form field text boxes using Ctrl+C.
|
|
756
|
-
- `#I612848` - Now, the form fields can not be pasted out of the page.
|
|
757
|
-
- `#I609340` - Now, the invalid error message is not displayed when loading an incorrect file path in stand-alone mode.
|
|
758
|
-
|
|
759
|
-
## 26.2.7 (2024-07-30)
|
|
760
|
-
|
|
761
|
-
### PDF Viewer
|
|
762
|
-
|
|
763
|
-
#### Bug Fixes
|
|
764
|
-
|
|
765
|
-
- `#608779` - Now, the signature field value is not removed from `formFieldCollections` when updating visibility programmatically.
|
|
766
|
-
|
|
767
|
-
## 26.2.5 (2024-07-26)
|
|
768
|
-
|
|
769
|
-
### PDF Viewer
|
|
770
|
-
|
|
771
|
-
#### Bug Fixes
|
|
772
|
-
|
|
773
|
-
- `#I605917` - Now, duplicate form fields are not added to the collection when loading the provided document.
|
|
774
|
-
- `#I610387` - Now, the spinner shown properly when we click the save button in the organize dialog.
|
|
775
|
-
- `#I611496` - Now, the page render request is sent correctly when the `zoomMode` is set with a specific viewer container size and the page render request is not sent if `restrictZoomRequest` is set to true and `enableTileRendering` is set to false.
|
|
776
|
-
|
|
777
|
-
## 26.2.4 (2024-07-24)
|
|
778
|
-
|
|
779
|
-
### PDF Viewer
|
|
780
|
-
|
|
781
|
-
#### Bug Fixes
|
|
782
|
-
|
|
783
|
-
- `#I604925` - Now, the stamp annotation is updated correctly in the downloaded PDF.
|
|
784
|
-
- `#I609434` - Now, the `Approved` stamp rendered properly in the stand-alone PDF viewer when exporting/importing as an object.
|
|
785
|
-
- `#I603747` - Now, the PDF document is loaded properly in the PDF Viewer when disposing of the PdfRenderer object.
|
|
786
|
-
|
|
787
|
-
## 26.1.42 (2024-07-16)
|
|
788
|
-
|
|
789
|
-
### PDF Viewer
|
|
790
|
-
|
|
791
|
-
#### Bug Fixes
|
|
792
|
-
|
|
793
|
-
- `#I592444` - Now, the size of the focused free text annotation remains unchanged when pressing the Alt key.
|
|
794
|
-
- `#I609398` - Now, the script error does not occurs when selecting the custom stamp with customized `stampSettings`.
|
|
795
|
-
- `#I608331` - Now, the `FormFieldRemove` event is not triggered when resizing the form field.
|
|
796
|
-
- `#I609661` - Now, the Pages are rendered properly when navigating to the pages using the `goToBookmark` method.
|
|
797
|
-
- `#F189033` - Now, the print preview images are displayed properly on the Safari browser on an iPhone device.
|
|
798
|
-
|
|
799
|
-
## 26.1.41 (2024-07-09)
|
|
800
|
-
|
|
801
|
-
### PDF Viewer
|
|
802
|
-
|
|
803
|
-
#### Bug Fixes
|
|
804
|
-
|
|
805
|
-
- `#I605035` - Now, the script error does not occurs when using display mode as type alone in signature field.
|
|
806
|
-
- `#I605293` - Now, the script error does not occurs when updating the PDF Viewer height value programmatically on mobile devices.
|
|
807
|
-
- `#I601076` - Now, the annotation with author and subject are not missing in downloaded PDF.
|
|
808
|
-
- `#I602512` - Now, the comment `div` is no longer created when an annotation is pasted onto a different page.
|
|
809
|
-
|
|
810
|
-
## 26.1.40 (2024-07-02)
|
|
811
|
-
|
|
812
|
-
### PDF Viewer
|
|
813
|
-
|
|
814
|
-
#### Bug Fixes
|
|
815
|
-
|
|
816
|
-
- `#I598100` - Now, when importing the position of the exported ink annotation is correct.
|
|
817
|
-
- `#I598074` - Now, the annotations are not missing in `annotationCollection` after undo action.
|
|
818
|
-
- `#I599164` - Now, the highlight position is working properly for OCR documents in client and server-side rendering.
|
|
819
|
-
- `#I597488` , `#I599166` - Now, the page rendering performance has been increased.
|
|
820
|
-
- `#I599114` - Now, the required page requests are only sent when we scroll using the mouse or touchpad.
|
|
821
|
-
- `#I598716` - Now, the signature field indicator is placed in correct position in the provided document without `FormDesigner` module.
|
|
822
|
-
- `#I598109` - Now, the performance issue did not occur when updating multiple form fields at once.
|
|
823
|
-
|
|
824
|
-
## 26.1.39 (2024-06-25)
|
|
825
|
-
|
|
826
|
-
### PDF Viewer
|
|
827
|
-
|
|
828
|
-
#### Bug Fixes
|
|
829
|
-
|
|
830
|
-
- `#I598098` - Now, the undo function works properly when the ink annotation mode is not ended after adding.
|
|
831
|
-
- `#I599963` - Now, the form field property name updates correctly when added programmatically.
|
|
832
|
-
- `#I587763` - Now, the form field value that starts with `«` will be visible in the downloaded document.
|
|
833
|
-
- `#I597258` - Now, the thumbnail image is loaded properly when using `IDistributedCache` only as parameter.
|
|
834
|
-
- `#I600864` , `#I58620` , `#I601654` - Now, the blank page does not appear when loading the customer-provided document in server-side rendering.
|
|
835
|
-
- `#I599889` - Now, able to include the capital `H` in the text fields without `FormDesigner` module.
|
|
836
|
-
- `#I595214` - Now, the locked Custom stamp is not able to edited when opened in Adobe.
|
|
837
|
-
|
|
838
|
-
## 26.1.38 (2024-06-19)
|
|
839
|
-
|
|
840
|
-
### PDF Viewer
|
|
841
|
-
|
|
842
|
-
#### Bug Fixes
|
|
843
|
-
|
|
844
|
-
- `#I589042` - Now, the textbox field font size is does not increase automatically when zoom percentage increases.
|
|
845
|
-
- `#F188158` - Now, script error does not occurred when searching the non-matched word in the provided document.
|
|
846
|
-
- `#I587591` - Now, the stamp is updated correctly after reloading the resized stamp.
|
|
847
|
-
- `#I593317` - Now, the signature and initial background color is preserved upon reloading the downloaded document.
|
|
848
|
-
- `#I591009` - Now, the radio button name does not changes upon reloading the downloaded document.
|
|
849
|
-
- `#I591558` - Now, the ink annotation comment was not missing when importing the annotation sequentially in Stand-alone mode.
|
|
850
|
-
- `#I586497` - Now, the stamp annotation rendered properly when the PDF document is loaded with `EditContent` restrictions.
|
|
851
|
-
- `#I590035` - Now, the handwritten signature is exported properly when the `isSignatureEditable` API is set to true.
|
|
852
|
-
- `#I587843` - Now, the checkbox state is properly preserved when saving the provided document, even though the form designer module was not injected.
|
|
853
|
-
- `#I591558` - Now, the selector style applied for programmatically added annotation.
|
|
854
|
-
- `#I588798` - Now, the date time in the comment panel is not updated automatically upon export and import after locking annotations.
|
|
855
|
-
|
|
856
|
-
## 26.1.35 (2024-06-11)
|
|
857
|
-
|
|
858
|
-
### PDF Viewer
|
|
859
|
-
|
|
860
|
-
#### Bug Fixes
|
|
861
|
-
|
|
862
|
-
- `#I591752` - Now, the textbox field and comment panel focused when entering `Shift + H` and `Shift + V` characters.
|
|
863
|
-
|
|
864
|
-
#### Features
|
|
865
|
-
|
|
866
|
-
- Experience seamless page movement, allowing you to reorder pages effortlessly.
|
|
867
|
-
- Effortlessly duplicate pages to better manage your documents.
|
|
868
|
-
- Quickly undo or redo changes made within the organize pages dialog for a smoother editing experience.
|
|
869
|
-
- Enabled minimum and maximum zoom settings in the PDF Viewer for enhanced control over zoom levels.
|
|
870
|
-
|
|
871
|
-
## 25.2.7 (2024-06-04)
|
|
872
|
-
|
|
873
|
-
### PDF Viewer
|
|
874
|
-
|
|
875
|
-
#### Bug Fixes
|
|
876
|
-
|
|
877
|
-
- `#I583706` - Now, the PDF Viewer scroll bar was not updated after deleting the existing value using API from the signature field.
|
|
878
|
-
- `#I587314` - Now, the text markup annotations is properly locked using isLock and `isCommentLock` properties.
|
|
879
|
-
- `#I589575` - Now, the links are loaded correctly when navigate and return to same page.
|
|
880
|
-
- `#I581546` - Now, able to download PDF from AWS S3 signed URL in mobile device.
|
|
881
|
-
- `#F188158` - Now, script error does not occurred when searching the non-matched word in the provided document.
|
|
882
|
-
|
|
883
|
-
## 25.2.6 (2024-05-28)
|
|
884
|
-
|
|
885
|
-
### PDF Viewer
|
|
886
|
-
|
|
887
|
-
#### Bug Fixes
|
|
888
|
-
|
|
889
|
-
- `#I586371` - Now, the page does not become unresponsive when search multiple text.
|
|
890
|
-
- `#I586065` - Now, the `isDocumentEdited` API is set to true after making changes in the organize dialog.
|
|
891
|
-
- `#I587851` - Now, the signature field saved properly when using the provided code snippet for the customer.
|
|
892
|
-
- `#I585582` - Now, the text selection is working properly for OCR documents in client-side rendering.
|
|
893
|
-
- `#I586473` - Now, the signature dialog opens properly when using the provided code snippet for the customer on a mobile device.
|
|
894
|
-
- `#I574463` - Now, the script error does not occur when updating form fields in non-rendered pages.
|
|
895
|
-
|
|
896
|
-
## 25.2.5 (2024-05-21)
|
|
897
|
-
|
|
898
|
-
### PDF Viewer
|
|
899
|
-
|
|
900
|
-
#### Bug Fixes
|
|
901
|
-
|
|
902
|
-
- `#I582982` - Now, the Undo does not retains the deleted annotation in annotation collection.
|
|
903
|
-
- `#I577813` - Now, the document is loading properly without any script errors when a value has already been included in the session storage by default.
|
|
904
|
-
- `#I580839`, `#I580793` - Now, the extra page is not appeared in the print preview when print the provided document.
|
|
905
|
-
- `#I586052` - Now, able to use markup annotations over shape annotations.
|
|
906
|
-
- `#I583019` - Now, the annotation collection and action collection will match in multiple undo.
|
|
907
|
-
- `#I582676` - Now, the annotation order in the comment panel does not change when adding new annotations in client-side rendering.
|
|
908
|
-
- `#I586408` - Now, the form field ID is not missing in `FormFieldResizerArgs` event.
|
|
909
|
-
- `#I577318`, `#I577549` - Now, the `deleteFormField` method is working properly for the non-render pages.
|
|
910
|
-
- `#I582388` - Now, the form field tab order is working properly for the customer-provided document.
|
|
911
|
-
- `#I583890` - Now, the Edit and Delete option will get disabled when use `isCommentLock`.
|
|
912
|
-
|
|
913
|
-
## 25.2.4 (2024-05-14)
|
|
914
|
-
|
|
915
|
-
### PDF Viewer
|
|
916
|
-
|
|
917
|
-
#### Bug Fixes
|
|
918
|
-
|
|
919
|
-
- `#I575320` - Now, the Form Fields data does not wrongly appear when exporting.
|
|
920
|
-
- `#I581452` - Now, the form field background and border color are set to transparent properly.
|
|
921
|
-
- `#I585089` - Now, the annotation selector is properly removed when undoing annotations in select mode.
|
|
922
|
-
- `#I575320` - Now, the Form Fields data does not wrongly appear when exporting.
|
|
923
|
-
|
|
924
|
-
## 25.2.3 (2024-05-08)
|
|
925
|
-
|
|
926
|
-
### PDF Viewer
|
|
927
|
-
|
|
928
|
-
#### Bug Fixes
|
|
929
|
-
|
|
930
|
-
- `#I51830`- Now, the form field signature does not shift upwards every time the document is saved.
|
|
931
|
-
- `#I573912` - Now, the custom image signature does not appears bold when opening the saved document.
|
|
932
|
-
- `#I576319` - Now, the `extractTextCompleted` event was triggered properly in client-side rendering.
|
|
933
|
-
|
|
934
|
-
## 25.1.42 (2024-04-30)
|
|
935
|
-
|
|
936
|
-
### PDF Viewer
|
|
937
|
-
|
|
938
|
-
#### Bug Fixes
|
|
939
|
-
|
|
940
|
-
- `#I580966` - Now, the script error will not occur after deleting the stamp annotation with customized annotation selector settings.
|
|
941
|
-
- `#I582426` - Now, the old JSON data will be imported in PDF Viewer without any issues.
|
|
942
|
-
- `#I576350` - Now, the customer-provided document will be downloaded without any issues or script errors.
|
|
943
|
-
- `#I576386` - Now, the script error will not occur after removing the `selectorLineDashArray` property.
|
|
944
|
-
- `#I572623` - Now, the signature rendered properly after loading the customer-provided document in client-side rendering.
|
|
945
|
-
|
|
946
|
-
## 25.1.41 (2024-04-23)
|
|
947
|
-
|
|
948
|
-
### PDF Viewer
|
|
949
|
-
|
|
950
|
-
#### Bug Fixes
|
|
951
|
-
|
|
952
|
-
- `#I578038` - Now, the script error will not occur after resizing the annotations for ink, stamp and signature annotations.
|
|
953
|
-
- `#I558650` - Now, the customer document will get loaded without any issue or script error.
|
|
954
|
-
- `#I573798` - Now, the form fields are properly preserved in the provided document when saving it.
|
|
955
|
-
- `#I574104` - Now, the cursor position change when pressing the left and right arrow keys in the text box fields.
|
|
956
|
-
- `#I572302` - Now, the form field validation event was not triggered when the Form Designer module was removed.
|
|
957
|
-
- `#I559996` - Now, the freeText annotations are updating properly with editAnnotation method.
|
|
958
|
-
|
|
959
|
-
## 25.1.40 (2024-04-16)
|
|
960
|
-
|
|
961
|
-
### PDF Viewer
|
|
962
|
-
|
|
963
|
-
#### Bug Fixes
|
|
964
|
-
|
|
965
|
-
- `#I571265` - Now, the author name is not changed for shape and free text annotations upon saving the document.
|
|
966
|
-
- `#I572045` - Now, the transparent background color is not changed to black upon importing exported annotation and saving the document.
|
|
967
|
-
- `#I572061` - Now, the Stand-alone saved PDF document with a `Not Approved` dynamic stamp does not throw an error when opened in Adobe.
|
|
968
|
-
- `#I569884` - Now, the script error is not occurred when setting the text markup annotation module to false.
|
|
969
|
-
- `#F187662` - Now, the exception is not occurred when right clicking the form fields in the provided document.
|
|
970
|
-
- `#I572289` - Now, the exception does not occur when dynamically loading PDF documents in Stand-alone mode.
|
|
971
|
-
|
|
972
|
-
## 25.1.39 (2024-04-09)
|
|
973
|
-
|
|
974
|
-
### PDF Viewer
|
|
975
|
-
|
|
976
|
-
#### Bug Fixes
|
|
977
|
-
|
|
978
|
-
- `#I571236` - Now, the extra border will not appear on the page for the image element in the tagged PDF.
|
|
979
|
-
- `#I569364` - Now, the form field click event is triggered properly for radio button in the customer provided document.
|
|
980
|
-
- `#I570815` - Now, the unload request has not been triggered in the Stand-alone PDF Viewer on reloading the current page.
|
|
981
|
-
|
|
982
|
-
## 25.1.38 (2024-04-02)
|
|
983
|
-
|
|
984
|
-
### PDF Viewer
|
|
985
|
-
|
|
986
|
-
#### Bug Fixes
|
|
987
|
-
|
|
988
|
-
- `#I565875` - Now, the page does not navigate to undefined when loading the provided PDF document.
|
|
989
|
-
- `#I559473` - Now, the thickness value is properly loaded when loading float thickness value annotations on the server side.
|
|
990
|
-
- `#I567299` - Now, does not throw `NullReferenceException` when loading Empty PDF document.
|
|
991
|
-
- `#I567306` - Now, the annotations are not shifted to the left in landscape documents.
|
|
992
|
-
|
|
993
|
-
## 25.1.37 (2024-03-26)
|
|
994
|
-
|
|
995
|
-
### PDF Viewer
|
|
996
|
-
|
|
997
|
-
#### Bug Fixes
|
|
998
|
-
|
|
999
|
-
- `#I561320` - Now, the undo has restored the programmatically deleted annotations.
|
|
1000
|
-
- `#I562878` - Now, the custom data is not missing from deleted annotation properties when initializing settings with custom data.
|
|
1001
|
-
- `#I565199` - Now, the annotation custom data is not missing in `AnnotationSelect` events.
|
|
1002
|
-
- `#I563333` - Now, the comments cannot be edited when the annotation is locked.
|
|
1003
|
-
- `#I874338` - Now, the locked annotations are preserved properly when importing the annotation.
|
|
1004
|
-
- `#I566765` - Now, the create and clear buttons are not enabled if the text box is empty in the text signature tab.
|
|
1005
|
-
- `#I564309` - Now, the script error not occurred when dynamically updating toolbar items without annotation module.
|
|
1006
|
-
- `#I564643` - Now, the form fields are rendered properly after deleting it from the customer document.
|
|
1007
|
-
|
|
1008
|
-
## 25.1.35 (2024-03-15)
|
|
1009
|
-
|
|
1010
|
-
### PDF Viewer
|
|
1011
|
-
|
|
1012
|
-
#### Bug Fixes
|
|
1013
|
-
|
|
1014
|
-
- `#I557034` - Now, the text markup content is preserved properly in the exported JSON for multiline annotations.
|
|
1015
|
-
- `#I559996`, `#I556643` - Now, the author’s name does not update automatically upon moving the annotations.
|
|
1016
|
-
- `#I560732` - Now, the empty file is not exported if the added annotations are deleted through the context menu delete option.
|
|
1017
|
-
- `#I559473` - Now, the exporting rectangle annotation with custom thickness is working properly.
|
|
1018
|
-
|
|
1019
|
-
#### Features
|
|
1020
|
-
|
|
1021
|
-
- `#I551138`, `#I553282` - Implemented functionality to manage PDF page organization, including insertion, deletion, and rotation in the PDF Viewer.
|
|
1022
|
-
- `#I325358`, `#I336517`, `#I355078` - Enabled customization of context menu items in the PDF Viewer by introducing the `addCustomMenu` API for adding custom menu items. Additionally, provided the `customContextMenuSelect` and `customContextMenuBeforeOpen` events to enhance flexibility and control over context menu interactions within the PDF Viewer.
|
|
1023
|
-
- `#I516224` - Implemented the ability to programmatically control the opening and closing of the bookmark pane in the PDF Viewer through the introduction of the `openBookmarkPane` and `closeBookmarkPane` APIs. This allows users to conveniently interact with the bookmark pane within the PDF Viewer interface.
|
|
1024
|
-
- `#I515986` - Introduced events, namely `pageRenderInitiate` and `pageRenderComplete`, in the PDF Viewer to provide notification regarding the initiation and completion of page rendering processes. These events offer users enhanced control and insights into the rendering workflow within the viewer interface.
|
|
1025
|
-
- Integrated keyboard accessibility shortcuts and options for custom key commands using the `commandManager` API in the PDF Viewer, utilizing properties such as `keyboardCommand.name` for specifying custom command names and `keyboardCommand.gesture` for defining custom key gestures.
|
|
1026
|
-
- `#I477482`- Enhanced support for rendering custom appearance stamp images in the PDF Viewer.
|
|
1027
|
-
- Implemented support for utilizing PNG format images in the Stand-alone PDF Viewer for adding images to handwritten annotations, custom stamps, signatures, and initial form fields. Previously limited to certain formats like JPEG, now PNG images can also be saved and rendered for these purposes.
|
|
1028
|
-
|
|
1029
|
-
## 24.2.9 (2024-03-05)
|
|
1030
|
-
|
|
1031
|
-
### PDF Viewer
|
|
1032
|
-
|
|
1033
|
-
#### Bug Fixes
|
|
1034
|
-
|
|
1035
|
-
- `#I547297` - Now, the data property was updated properly in the `addSignature` event.
|
|
1036
|
-
- `#I556216` - Now, the download was working properly for the provided document.
|
|
1037
|
-
- `#I556594` - Now, the script error does not occur when programmatically changing the font size in mobile mode.
|
|
1038
|
-
|
|
1039
|
-
## 24.2.8 (2024-02-27)
|
|
1040
|
-
|
|
1041
|
-
### PDF Viewer
|
|
1042
|
-
|
|
1043
|
-
#### Bug Fixes
|
|
1044
|
-
|
|
1045
|
-
- `#I549538` - Now, the selected value and index of the dropdown are updated correctly for dropdown lists that are not selected.
|
|
1046
|
-
- `#I550956` - Now, the comments do not overlap when the author name has more characters.
|
|
1047
|
-
- `#I545417` - Now, dynamically show and hide the text search pane is working properly.
|
|
1048
|
-
- `#I553949` - Now, the check box appearance is properly displayed on iOS devices.
|
|
1049
|
-
- `#I558011` - Now, the form fields are rendered properly after pinch zooming in mobile mode.
|
|
1050
|
-
- `#I553568` - Now, the `ValidateFormFields` event is triggered properly, even though the form designer module was not injected.
|
|
1051
|
-
|
|
1052
|
-
## 24.2.7 (2024-02-20)
|
|
1053
|
-
|
|
1054
|
-
### PDF Viewer
|
|
1055
|
-
|
|
1056
|
-
#### Bug Fixes
|
|
1057
|
-
|
|
1058
|
-
- `#I548067` - Now, the freetext annotation is able to be added to a specific page in the provided document.
|
|
1059
|
-
- `#I550522` - Now, the text search does not fail to highlight the last character on a page.
|
|
1060
|
-
- `#I551213` - Now, the pending ajax requests were properly aborted when unloading the PDF Viewer.
|
|
1061
|
-
|
|
1062
|
-
## 24.2.6 (2024-02-15)
|
|
1063
|
-
|
|
1064
|
-
### PDF Viewer
|
|
1065
|
-
|
|
1066
|
-
#### Bug Fixes
|
|
1067
|
-
|
|
1068
|
-
- `#I548067` - Now, the freetext annotation is able to be added to a specific page in the provided document.
|
|
1069
|
-
- `#I550522` - Now, the text search does not fail to highlight the last character on a page.
|
|
1070
|
-
|
|
1071
|
-
## 24.2.5 (2024-02-13)
|
|
1072
|
-
|
|
1073
|
-
### PDF Viewer
|
|
1074
|
-
|
|
1075
|
-
#### Bug Fixes
|
|
1076
|
-
|
|
1077
|
-
- `#I543533` - Now, the `annotationPropertiesChange` event is triggered when updating the freetext annotation value for the first time.
|
|
1078
|
-
- `#I549061` - Now, the text markup selection is working properly in mobile devices.
|
|
1079
|
-
- `#I547297` - Now, the canvas within the Signature dialogue container is now centred for mobile view, and in the mobile view, the data property has been included in the `addSignature` event arguments.
|
|
1080
|
-
- `#I549061` - Now, the tree text annotation selector is resized after programmatically changing font size.
|
|
1081
|
-
- `#I549061` - Now, the page does not zoom when selecting the free text annotation on a mobile device.
|
|
1082
|
-
- `#I542451` - Now, the background color of the freeText annotation does not appear as black after downloading the document in a Stand-alone PDF Viewer.
|
|
1083
|
-
|
|
1084
|
-
## 24.2.4 (2024-02-06)
|
|
1085
|
-
|
|
1086
|
-
### PDF Viewer
|
|
1087
|
-
|
|
1088
|
-
#### Bug Fixes
|
|
1089
|
-
|
|
1090
|
-
- `#I544458` - Now, the tooltip content is not displayed for read-only form fields in preview mode.
|
|
1091
|
-
- `#I542660` - Now, the annotation collection was properly updated when performing undo and redo.
|
|
1092
|
-
- `#I538222` - Now, the annotations are appeared properly in the MVC package in the provided rotated PDF document.
|
|
1093
|
-
- `#F186268` - Now, the measurement value is retained when downloading the document in a Stand-alone PDF Viewer.
|
|
1094
|
-
- `#F186304` - Now, the measurement scale ratio value does not get swapped when opened again after setting it in the scale ratio property dialog.
|
|
1095
|
-
- `#I541860` - Now, the radio button position is not changed when downloading the document after zooming in PDF Viewer MVC.
|
|
1096
|
-
- `#I544942` - Now, the `exportAnnotationsAsBase64String` functionality is working properly.
|
|
1097
|
-
|
|
1098
|
-
## 24.2.3 (2024-01-31)
|
|
1099
|
-
|
|
1100
|
-
### PDF Viewer
|
|
1101
|
-
|
|
1102
|
-
#### Bug Fixes
|
|
1103
|
-
|
|
1104
|
-
- `#I542557` - Now, multiline textbox field is not able to resize without form designer mode.
|
|
1105
|
-
- `#I537053` - Now, the highlight button does not appear focused even after being clicked again.
|
|
1106
|
-
- `#I537971` - Now, the signature content is visible when loading the customer provided PDF document.
|
|
1107
|
-
- `#I545609` - Now, the current page does not change when selecting 400% from the zoom drop-down.
|
|
1108
|
-
- `#I537057` - Now, the font sizes of the input element items in the toolbar does not vary across different themes.
|
|
1109
|
-
- `#I537061` - Now, the vertical alignment of toolbar items does not vary across different themes.
|
|
1110
|
-
- `#I538873` - Now, the text search is working properly in the Stand-alone PDF Viewer.
|
|
1111
|
-
- `#I545609` - The text selection in the Stand-alone PDF Viewer now works properly when zoomed in above 100%.
|
|
1112
|
-
- `#I539013` - Scrolling now works even if the annotation module is not injected on iPad and iPhone devices.
|
|
1113
|
-
- `#I533379` - Now, the freetext fill color is updated correctly.
|
|
1114
|
-
- `#I539640` - Now, the ink annotation is rendered properly in the downloaded document in Stand-alone PDF Viewer.
|
|
1115
|
-
|
|
1116
|
-
## 24.1.47 (2024-01-23)
|
|
1117
|
-
|
|
1118
|
-
### PDF Viewer
|
|
1119
|
-
|
|
1120
|
-
#### Bug Fixes
|
|
1121
|
-
|
|
1122
|
-
- `#I537869` - Now, the text markup annotation comments are properly displayed after exporting and importing the text markup annotation.
|
|
1123
|
-
- `#I538222` - Now, the annotations are appeared properly in the provided rotated PDF document.
|
|
1124
|
-
- `#I536060` - Now, the form field values export programmatically when updating the `isChecked` property on checkbox.
|
|
1125
|
-
|
|
1126
|
-
## 24.1.46 (2024-01-17)
|
|
1127
|
-
|
|
1128
|
-
### PDF Viewer
|
|
1129
|
-
|
|
1130
|
-
#### Bug Fixes
|
|
1131
|
-
|
|
1132
|
-
- `#I533753` - Now, only the formFieldSelect event is called when select the `formField`.
|
|
1133
|
-
- `#I537980` - Now, the form fields have rendered properly without injecting the annotation, text selection, and text search modules.
|
|
1134
|
-
- `#I536567` - Now, duplicate comment and replay content are not added to the annotation when exporting/importing the text markup annotation.
|
|
1135
|
-
- `#I537955` - Now, programmatically opening the handwritten signature dialog is works properly after opening the Initial dialog.
|
|
1136
|
-
- `#I536470` - Now, a script error is not occurs when rapidly adding a TextBox across multiple pages.
|
|
1137
|
-
|
|
1138
|
-
## 24.1.45 (2024-01-09)
|
|
1139
|
-
|
|
1140
|
-
### PDF Viewer
|
|
1141
|
-
|
|
1142
|
-
#### Bug Fixes
|
|
1143
|
-
|
|
1144
|
-
- `#I529642` - Now, the `strikethrough` is properly preserved in the provided document when downloading it and opening it in other viewers.
|
|
1145
|
-
- `#I527440` - Now, the thumbnail PDF is retaining the position for larger pages after rotating a single page in PDF document.
|
|
1146
|
-
- `#I529806` - Now, the DOM elements related to the PDF Viewer control are properly destroyed after destroying the PDF Viewer control.
|
|
1147
|
-
- `#I533430`, `#I533962` - Now, the provided documents are loading in the Stand-alone PDF Viewer.
|
|
1148
|
-
- `#I532281` - Now, the landscape documents are properly re-rendered in the Stand-alone PDF Viewer.
|
|
1149
|
-
- `#I524631` - Now, the custom stamp options are not being removed in the custom stamp menu when updating after control initialization.
|
|
1150
|
-
- `#I531042` - Now, the custom data of the annotation is properly preserved after undoing the deletion of the imported annotation.
|
|
1151
|
-
- `#I533144` - Now, the documents load properly in the Stand-alone PDF Viewer when using the document path and open option alternatively.
|
|
1152
|
-
- `#I537955` - Now, programmatically opening the handwritten signature dialog is works properly after opening the Initial dialog.
|
|
1153
|
-
|
|
1154
|
-
## 24.1.44 (2024-01-03)
|
|
1155
|
-
|
|
1156
|
-
### PDF Viewer
|
|
1157
|
-
|
|
1158
|
-
#### Bug Fixes
|
|
1159
|
-
|
|
1160
|
-
- `#I529607` - Now, the formatting is not applying to extraneous line spacing in freetext annotation for PDF Viewer and downloaded document.
|
|
1161
|
-
|
|
1162
|
-
## 24.1.43 (2023-12-27)
|
|
1163
|
-
|
|
1164
|
-
### PDF Viewer
|
|
1165
|
-
|
|
1166
|
-
#### Bug Fixes
|
|
1167
|
-
|
|
1168
|
-
- `#I499403` - Now, the import functionality is working for the given custom stamp annotation.
|
|
1169
|
-
- `#I525379` - Now, the PDF pages are rendered properly when zooming in the provided PDF document on the client-side rendering.
|
|
1170
|
-
- `#F185745` - Now, the calibrate distance annotations is not flip when downloading the document and opening it in the other viewers.
|
|
1171
|
-
- `#I529609` - Now, the annotation time does not change in the comment panel without making any changes.
|
|
1172
|
-
- `#I529723` - Now, the radio button size does not enlarge when copied, pasted, or dragged.
|
|
1173
|
-
- `#I529705` - Now, the annotations are displayed after importing XFDF file.
|
|
1174
|
-
|
|
1175
|
-
## 24.1.41 (2023-12-18)
|
|
1176
|
-
|
|
1177
|
-
### PDF Viewer
|
|
1178
|
-
|
|
1179
|
-
#### Bug Fixes
|
|
1180
|
-
|
|
1181
|
-
- `#I522001` - Now, the `RenderPdfPages` request is not triggered twice when the `zoomMode` is set during the initial loading.
|
|
1182
|
-
- `#I526468` - Now, the position of the free text annotations does not shift when double-clicking the annotation in the provided document.
|
|
1183
|
-
- `#I525845` - Now, the read-only radio buttons are properly preserved in the saved document.
|
|
1184
|
-
|
|
1185
|
-
#### New Features
|
|
1186
|
-
|
|
1187
|
-
- Introduced support for adding multiple new items within the built-in toolbar, offering users the ability to customize and expand their toolbar options.
|
|
1188
|
-
- Introduced keyboard-based navigation features to improve the user experience, allowing individuals to navigate the PDF Viewer with greater efficiency.
|
|
1189
|
-
|
|
1190
|
-
## 23.2.7 (2023-12-05)
|
|
1191
|
-
|
|
1192
|
-
### PDF Viewer
|
|
1193
|
-
|
|
1194
|
-
#### Bug Fixes
|
|
1195
|
-
|
|
1196
|
-
- `#I526059` - Now, the export Annotations is working in the presence of subject property in `annotationSettings`.
|
|
1197
|
-
- `#I525692` - Now, the stretch fit mode has been appropriately implemented for the signature image content within the signature and initial field.
|
|
1198
|
-
|
|
1199
|
-
## 23.2.6 (2023-11-29)
|
|
1200
|
-
|
|
1201
|
-
### PDF Viewer
|
|
1202
|
-
|
|
1203
|
-
#### Bug Fixes
|
|
1204
|
-
|
|
1205
|
-
- `#I518113` - Now, the provided document is properly loaded and scrolls without getting stuck or freezing.
|
|
1206
|
-
- `#I517738` - Now, the text selection is working properly while selecting the text from left to right.
|
|
1207
|
-
- `#I521831` - Now, The script error is resolved when the read only property of the form fields were updated as true.
|
|
1208
|
-
- `#I510393` - Now, the script error has been resolved while loading a provided PDF document.
|
|
1209
|
-
- `#I521824` - now, when the read-only radio button is clicked, the undo button does not get automatically enabled.
|
|
1210
|
-
|
|
1211
|
-
## 23.2.5 (2023-11-23)
|
|
1212
|
-
|
|
1213
|
-
### PDF Viewer
|
|
1214
|
-
|
|
1215
|
-
#### Bug Fixes
|
|
1216
|
-
|
|
1217
|
-
- `#I517898` - Now, the radio button's background color does not shifts to white automatically.
|
|
1218
|
-
- `#I507874` - Now, circles with graphics are rendered properly when loading the specific document.
|
|
1219
|
-
- `#I517892` - Now, the read-only radio button does not gets automatically selected.
|
|
1220
|
-
- `#I517897` - Now, the background color is not changed for read-only dropdown, checkbox and radio button fields in other viewers while saving the document.
|
|
1221
|
-
|
|
1222
|
-
## 23.2.4 (2023-11-20)
|
|
1223
|
-
|
|
1224
|
-
### PDF Viewer
|
|
1225
|
-
|
|
1226
|
-
#### Bug Fixes
|
|
1227
|
-
|
|
1228
|
-
- `#I512867` - Now, the transparency in the border color for the checkbox is being maintained when the document is loaded.
|
|
1229
|
-
- `#I515960` - Now, the mouse cursor position is properly updated for multiline fields when clicked.
|
|
1230
|
-
|
|
1231
|
-
## 23.1.44 (2023-11-07)
|
|
1232
|
-
|
|
1233
|
-
### PDF Viewer
|
|
1234
|
-
|
|
1235
|
-
#### Bug Fixes
|
|
1236
|
-
|
|
1237
|
-
- `#I511552` - Now, the `openThumbnailPane` method does not close the thumbnail pane.
|
|
1238
|
-
- `#I509218` - Now, The thumbnail pane is now rendered properly when opened programmatically.
|
|
1239
|
-
- `#I509483` - Now, the issue of loading the provided PDF document has been resolved.
|
|
1240
|
-
- `#I510606` - Now, the opacity value is properly preserved in the free annotation if it is set as zero programmatically.
|
|
1241
|
-
- `#I513923` -Now, the script error is resolved when loading a document using the created event.
|
|
1242
|
-
|
|
1243
|
-
## 23.1.43 (2023-10-31)
|
|
1244
|
-
|
|
1245
|
-
### PDF Viewer
|
|
1246
|
-
|
|
1247
|
-
#### Bug Fixes
|
|
1248
|
-
|
|
1249
|
-
- `#I511694` - Now, The script error is resolved when export the annotation as object after adding the handwritten signature.
|
|
1250
|
-
- `#I511005` - Now, the programmatically added stamp annotation is visible in the PDF Viewer.
|
|
1251
|
-
- `#I508032` - Now, the signature fields are not placed outside the page when placed between pages.
|
|
1252
|
-
- `#I508421` - Now, the redo operations on free text annotations is working properly.
|
|
1253
|
-
|
|
1254
|
-
#### New Features
|
|
1255
|
-
|
|
1256
|
-
- `#I504779` - Provided support to programmatically add and update the annotation subject property.
|
|
1257
|
-
|
|
1258
|
-
## 23.1.42 (2023-10-24)
|
|
1259
|
-
|
|
1260
|
-
### PDF Viewer
|
|
1261
|
-
|
|
1262
|
-
#### Bug Fixes
|
|
1263
|
-
|
|
1264
|
-
- `#I509234` - Now, the multiline property is properly updated when the `updateformfields` API is called programmatically.
|
|
1265
|
-
- `#I509208` - Now, the script error no longer occurs when adding the signature event without injecting the form fields.
|
|
1266
|
-
|
|
1267
|
-
## 23.1.41 (2023-10-17)
|
|
1268
|
-
|
|
1269
|
-
### PDF Viewer
|
|
1270
|
-
|
|
1271
|
-
#### Bug Fixes
|
|
1272
|
-
|
|
1273
|
-
- `#I503904` - Now, the missing properties have been included in the form field collections.
|
|
1274
|
-
- `#I506233` - Now, the dropdown list does not open when selecting the dropdown field in designer mode.
|
|
1275
|
-
- `#F184471` - Newline characters are now correctly retained in the saved document when saving a document with numerous free text annotations.
|
|
1276
|
-
- `#I505498` - Now, the thumbnail highlighting functions correctly when scrolling and viewing rotated pages.
|
|
1277
|
-
- `#I507503` - Now, clicking again the same bookmark after scrolling ,the bookmark is navigated correctly.
|
|
1278
|
-
- `#I504089` - Now, the search is working when the Enter key is pressed continuously in the Public API.
|
|
1279
|
-
- `#I501644` - Now, the Stack Overflow exception is not occurred while loading the 6000 bookmarks document.
|
|
1280
|
-
|
|
1281
|
-
## 23.1.40 (2023-10-10)
|
|
1282
|
-
|
|
1283
|
-
### PDF Viewer
|
|
1284
|
-
|
|
1285
|
-
#### New Features
|
|
1286
|
-
|
|
1287
|
-
- `#I497356`,`#I505447`,`#I506487` - Now, users can set the resource URL for assets or the public directory. The Stand-alone PDF Viewer will load its custom resources from this URL.
|
|
1288
|
-
|
|
1289
|
-
#### Bug Fixes
|
|
1290
|
-
|
|
1291
|
-
- `#I506873` - Now, the `AnnotationMove` and `AnnotationResize` events are triggered for the respective actions of the annotations.
|
|
1292
|
-
- `#I503362` - Now, the author name is updated properly in the comment panel when adding annotations programmatically.
|
|
1293
|
-
- `#I505753` - Now, the annotation comment text is rendered correctly, and it is possible to add a reply comment after importing the annotation.
|
|
1294
|
-
|
|
1295
|
-
## 23.1.39 (2023-10-04)
|
|
1296
|
-
|
|
1297
|
-
### PDF Viewer
|
|
1298
|
-
|
|
1299
|
-
#### Bug Fixes
|
|
1300
|
-
|
|
1301
|
-
- `#I497739` - Now, the comment panel close and more buttons are properly displayed in mobile mode.
|
|
1302
|
-
- `#I485341` - Now, the free text annotation does not resizes automatically on first click when enable autofit is set to true.
|
|
1303
|
-
- `#F184471` - Now, when saving a document with free text annotation, newline characters are properly preserved in the saved document.
|
|
1304
|
-
- `#I502323` - Now, the form field names do not get duplicated when we add them programmatically or through the UI.
|
|
1305
|
-
- `#I499440`, `#I505546` - Now, the comment panel value for the ink annotation is added with the provided author value.
|
|
1306
|
-
|
|
1307
|
-
## 23.1.38 (2023-09-26)
|
|
1308
|
-
|
|
1309
|
-
### PDF Viewer
|
|
1310
|
-
|
|
1311
|
-
#### Bug Fixes
|
|
1312
|
-
|
|
1313
|
-
- `#I498978` - Now, the tooltip will not be displayed when no value is provided for the tooltip on radio buttons and checkboxes fields.
|
|
1314
|
-
- `#I498981` - Now, the tooltip is not visible after deleting the tooltip value for the dropdown field.
|
|
1315
|
-
- `#I494968` - Now, the annotation toolbar opens properly in mobile mode when `isAnnotationToolbarOpen` is set to TRUE.
|
|
1316
|
-
- `#I495804` - Now, the loading indicator is enabled while the document is being zoomed.
|
|
1317
|
-
- `#I497662` - Now, the close button in the comment panel is properly hidden when switching from mobile mode to desktop mode.
|
|
1318
|
-
- `#I497663` - Now, the annotation toolbar shows properly if the comment panel is opened while enabling desktop mode on a mobile device.
|
|
1319
|
-
- `#I497269` - Now, the read-only multi-line text box field is not resized in form preview mode.
|
|
1320
|
-
- `#I498984` - Now, the tabs within the form field properties do not navigate when swiping over labels.
|
|
1321
|
-
- `#I498244` - Now, the allowed interaction is respected when creating locked annotations.
|
|
1322
|
-
- `#I496823` - Now, the form field hover does not disappears after adding many form fields.
|
|
1323
|
-
- `#I497857` - Now, the cursor position is updated properly when clicking the content in the text box field.
|
|
1324
|
-
- `#I496823` - Now, it is possible to resize the form fields if placed at the edge of the page.
|
|
1325
|
-
- `#I498980` - Now, if the value of the radio button is null, then the name of the radio button is automatically assigned to the value.
|
|
1326
|
-
- `#I502251` - Now, the content of the annotation comment is properly exported in the exported object.
|
|
1327
|
-
|
|
1328
|
-
## 23.1.36 (2023-09-15)
|
|
1329
|
-
|
|
1330
|
-
### PDF Viewer
|
|
1331
|
-
|
|
1332
|
-
#### New Features
|
|
1333
|
-
|
|
1334
|
-
- `#I472310` - Provided support to render the digital signature appearance in the exported images using the 'Export as Image APIs'.
|
|
1335
|
-
- `#I445342` - Provided support to enable or disable the lock on comment replies for annotations.
|
|
1336
|
-
- `#I320602`, `#I332921`, `#I335469`, `#I334005`, `#I336580`, `#I338402`, `#I340993`, `#I342275`, `#I342451`, `#I344418`, `#I345156`, `#I297938`, `#I374753`, `#F156674`, `#379682`, `#I379543`, `#I381844`, `#I428937`, `#I448747`, `#I450636`, `#I448292`, `#I453737`, `#I453781`, `#I494648`, `#I495352` - Provided support for client side rendering using the PDFIUM Web Assembly.
|
|
1337
|
-
- Provided support to restrict file downloads when exporting form fields and annotations using the event argument "cancel".
|
|
1338
|
-
|
|
1339
|
-
#### Bug Fixes
|
|
1340
|
-
|
|
1341
|
-
- `#I489522` - Now, when annotations are double-clicked, the `isDocumentEdited API` no longer switches to the TRUE state.
|
|
1342
|
-
- `#I492457` - Now, the page renders properly after zooming in and out when the provided PDF document is loaded.
|
|
1343
|
-
- `#I488322` - Now, the annotations exported from the older version are imported into the latest version
|
|
1344
|
-
- `#I491908` - Now, the type of handwritten signature in Arabic language is retained when downloading the document.
|
|
1345
|
-
- `#I490945` - Now, the rotation of the annotations is properly preserved when importing them before rendering the pages.
|
|
1346
|
-
|
|
1347
|
-
## 22.2.11 (2023-08-29)
|
|
1348
|
-
|
|
1349
|
-
### PDF Viewer
|
|
1350
|
-
|
|
1351
|
-
#### Bug Fixes
|
|
1352
|
-
|
|
1353
|
-
- `#I490803` - The script error is now resolved when deleting annotations from different pages.
|
|
1354
|
-
- `#I490484` - The comment panel value in the ink annotation is added in the provided document.
|
|
1355
|
-
- `#I489551` - Now, the ink annotation in the provided document does not get duplicated.
|
|
1356
|
-
|
|
1357
|
-
## 22.2.10 (2023-08-22)
|
|
1358
|
-
|
|
1359
|
-
### PDF Viewer
|
|
1360
|
-
|
|
1361
|
-
#### Bug Fixes
|
|
1362
|
-
|
|
1363
|
-
- `#I489048` - Now, the Unload API is properly called for the respective components when we use multiple components on a page.
|
|
1364
|
-
- `#I489448` - Now, it is possible to add form fields after a few pages with edited properties.
|
|
1365
|
-
- `#I490199` - Now, the touch-based page scrolling is works as expected on simulated iOS/iPad devices.
|
|
1366
|
-
- The issue with server side rendering in `Next.js` has been resolved.
|
|
1367
|
-
|
|
1368
|
-
## 22.2.9 (2023-08-15)
|
|
1369
|
-
|
|
1370
|
-
### PDF Viewer
|
|
1371
|
-
|
|
1372
|
-
#### Bug Fixes
|
|
1373
|
-
|
|
1374
|
-
- `#I487346` - The free text annotation is now visible during printing when the free text annotation settings is customised.
|
|
1375
|
-
- `#I489176` - Now, the line type annotations are drawn properly on mobile devices after zooming.
|
|
1376
|
-
|
|
1377
|
-
## 22.2.8 (2023-08-08)
|
|
1378
|
-
|
|
1379
|
-
### PDF Viewer
|
|
1380
|
-
|
|
1381
|
-
#### Bug Fixes
|
|
1382
|
-
|
|
1383
|
-
- `#I484429` - Now, the error does not occur when we programmatically delete the added annotation.
|
|
1384
|
-
- `#I485416` - Now, the ink annotations are rendered properly after programmatically adding the highlight annotation.
|
|
1385
|
-
|
|
1386
|
-
## 22.2.7 (2023-08-02)
|
|
1387
|
-
|
|
1388
|
-
### PDF Viewer
|
|
1389
|
-
|
|
1390
|
-
#### Bug Fixes
|
|
1391
|
-
|
|
1392
|
-
- `#F183545` - Now, the scale ratio is being applied when we set it in the measure settings object.
|
|
1393
|
-
- `#I481837` - Now, when updating the form field to be read-only programmatically, it is functioning properly for the pages that are not rendered.
|
|
1394
|
-
|
|
1395
|
-
## 22.2.5 (2023-07-27)
|
|
1396
|
-
|
|
1397
|
-
### PDF Viewer
|
|
1398
|
-
|
|
1399
|
-
#### Bug Fixes
|
|
1400
|
-
|
|
1401
|
-
- `#I481075` - Now, the link navigation is working properly in the provided document.
|
|
1402
|
-
- `#I481233` - Now, the selected value of the dropdown field is properly preserved in the downloaded document when we programmatically set the form fields to be read-only.
|
|
1403
|
-
- `#I479497` - Now, the annotations are locked properly when setting the isLock to true in `annotationSettings`.
|
|
1404
|
-
|
|
1405
|
-
## 22.1.39 (2023-07-18)
|
|
1406
|
-
|
|
1407
|
-
### PDF Viewer
|
|
1408
|
-
|
|
1409
|
-
#### Bug Fixes
|
|
1410
|
-
|
|
1411
|
-
- `#I476124` - Now, able to cut, copy and paste the comments on the comment panel using keyboard shortcuts.
|
|
1412
|
-
- `#I475392` - Now, `Ctrl + Z` does not removes the entire comment text while editing the comment.
|
|
1413
|
-
- `#I478671` - Now, annotations have been rendered and no script error occurred while loading the given document by setting the `enableMeasureAnnotation` to false.
|
|
1414
|
-
- `#I464868` - Now, we can automatically select the placeholder text in the comment panel for the FreeText annotation without having to set the `defaultText` in `freeTextSettings`.
|
|
1415
|
-
- `#I480522` - Now, the deleted imported annotations do not appear when we resize the PDF Viewer.
|
|
1416
|
-
- `#F182930` - Now, the script error no longer occurs when updating the values for the signature and initial fields that have the same name, which are found in pages that are not being rendered.
|
|
1417
|
-
- `#I477780` - Now, we are able to add the annotations properly using the add annotation API.
|
|
1418
|
-
|
|
1419
|
-
## 22.1.38 (2023-07-11)
|
|
1420
|
-
|
|
1421
|
-
### PDF Viewer
|
|
1422
|
-
|
|
1423
|
-
#### Bug Fixes
|
|
1424
|
-
|
|
1425
|
-
- `#I476114` - Now, the text selection is properly preserved in the comment panel for text markup annotation.
|
|
1426
|
-
- `#I470260` - Now, the signature content prints properly in the printed outputs.
|
|
1427
|
-
- `#I475929` - Now, the annotation's `isReadonly` behavior is working properly when the `allowedInteractions` set to Select and the isLock property is set to true.
|
|
1428
|
-
|
|
1429
|
-
## 22.1.37 (2023-07-04)
|
|
1430
|
-
|
|
1431
|
-
### PDF Viewer
|
|
1432
|
-
|
|
1433
|
-
#### Bug Fixes
|
|
1434
|
-
|
|
1435
|
-
- `#I473387` - Now, the `fontStyle` object is properly preserved in the annotationSelect event argument if we apply strikeout after underline.
|
|
1436
|
-
- `#I472962` - Now, the `isStrikeout` property is properly preserved in the annotationSelect event argument when applying the underline programmatically.
|
|
1437
|
-
- `#I470103` - Now, the ink annotation mode is maintained when resizing the PDF Viewer container.
|
|
1438
|
-
- `#I473639` - Now, the ink annotation is preserved in the downloaded document when session storage exceeds in the application.
|
|
1439
|
-
- `#I473865` - Now, the content of the typed Handwritten signature position is properly preserved in downloaded document.
|
|
1440
|
-
|
|
1441
|
-
## 22.1.36 (2023-06-28)
|
|
1442
|
-
|
|
1443
|
-
### PDF Viewer
|
|
1444
|
-
|
|
1445
|
-
#### New Features
|
|
1446
|
-
|
|
1447
|
-
- `#I832710` - Now, we can restrict the file download of export annotation and form fields.
|
|
1448
|
-
|
|
1449
|
-
#### Bug Fixes
|
|
1450
|
-
|
|
1451
|
-
- `#I470152` - Now, when making the form fields read-only, the background color is visible.
|
|
1452
|
-
- `#I473505` - Now, the PDF pages are rendered properly for the provided PDF file.
|
|
1453
|
-
- `#I472797` - Now, the wrap box for free text annotation automatically updates when changing the font size if the autofit property is set to true.
|
|
1454
|
-
- `#I473873` - Now, the content of the typed handwritten signature is properly preserved in the saved document.
|
|
1455
|
-
|
|
1456
|
-
## 22.1.34 (2023-06-21)
|
|
1457
|
-
|
|
1458
|
-
### PDF Viewer
|
|
1459
|
-
|
|
1460
|
-
#### Bug Fixes
|
|
1461
|
-
|
|
1462
|
-
- `#I464829` - Now, we can select text in the comment panel using the mouse cursor.
|
|
1463
|
-
- `#I464868` - Now, the default placeholder text is automatically selected when the comment text box for free text annotation is in focus.
|
|
1464
|
-
- `#I430769` - Now, when the document is reloaded, exported, or imported into the PDF viewer, the order of the annotations is preserved.
|
|
1465
|
-
- `#I472757` - Now, the custom Stamp is not removed when downloading the document after undo and redo.
|
|
1466
|
-
|
|
1467
|
-
#### New Features
|
|
1468
|
-
|
|
1469
|
-
- `#I426363`, `F180068` – Provided the support for value property in the radio button and checkbox field.
|
|
1470
|
-
- `#I448261` – Exposed the API to load the number of pages on the initial loading.
|
|
1471
|
-
|
|
1472
|
-
## 21.2.9 (2023-06-06)
|
|
1473
|
-
|
|
1474
|
-
### PDF Viewer
|
|
1475
|
-
|
|
1476
|
-
#### Bug Fixes
|
|
1477
|
-
|
|
1478
|
-
- `#I464832` - Now, we can able to edit the first comment of the text markup annotation.
|
|
1479
|
-
- `#I464832` - Now, the words within the comments are split for readability.
|
|
1480
|
-
- `#I464992` - Now, enabling the form designer toolbar programmatically activates the form designer mode.
|
|
1481
|
-
- `#I466770` - Now, able to edit the free text annotation content programmatically and the content does not change while exporting.
|
|
1482
|
-
- `#I465319` - Now, adding a free text annotation shows its content once in the comment panel.
|
|
1483
|
-
- `#I464819` - Now, web service not listening does not occur when loading the provided PDF file.
|
|
1484
|
-
|
|
1485
|
-
## 21.2.8 (2023-05-30)
|
|
1486
|
-
|
|
1487
|
-
### PDF Viewer
|
|
1488
|
-
|
|
1489
|
-
#### Bug Fixes
|
|
1490
|
-
|
|
1491
|
-
- `#I464823` - Now, able to edit the annotation comments when cursor is placed in the textbox.
|
|
1492
|
-
- `#I464868` - Now, when double-clicking the free text annotation comment, the comment is focused.
|
|
1493
|
-
- `#I438900` - Now, double tap zooming is working after signing the signature field.
|
|
1494
|
-
- `#I438900` - Now, double tap zooming is working on iOS devices even if annotation module is not injected.
|
|
1495
|
-
- `#I467181` - Now, the tab key is working when we add PDF Viewer and input elements in the same page.
|
|
1496
|
-
- `#I467222` - Now, the `triggerAnnotationPropChange` event is not triggered multiple times when adding the free text annotation programmatically.
|
|
1497
|
-
- `#I464511` - Now, the content of the free text annotation does not changes when we click outside of it.
|
|
1498
|
-
- `#I463293` - Now, the form fields are placed properly while zoom in or zoom out in mobile device.
|
|
1499
|
-
|
|
1500
|
-
## 21.2.5 (2023-05-16)
|
|
1501
|
-
|
|
1502
|
-
### PDF Viewer
|
|
1503
|
-
|
|
1504
|
-
#### Bug Fixes
|
|
1505
|
-
|
|
1506
|
-
- `#I460490` - Now, the signature style is saved when we save the typed signature option.
|
|
1507
|
-
- `#I460513` - Now, the exception does not occur when downloading the provided PDF file.
|
|
1508
|
-
- `#I459487` - Now, the script error does not occur when importing the values programmatically.
|
|
1509
|
-
- `#I461544` - Now, scrolling the multiline textbox field works when we set it to read-only.
|
|
1510
|
-
- `#I462652` - Now, the form field validation works properly for non-rendered pages.
|
|
1511
|
-
- `#I460704` - Now, the script error does not occur when pressing the delete key.
|
|
1512
|
-
|
|
1513
|
-
## 21.2.4 (2023-05-09)
|
|
1514
|
-
|
|
1515
|
-
### PDF Viewer
|
|
1516
|
-
|
|
1517
|
-
#### New Features
|
|
1518
|
-
|
|
1519
|
-
- `#I426363`, `F180068` – Provided support for value property in the radio button and checkbox field.
|
|
1520
|
-
|
|
1521
|
-
#### Bug Fixes
|
|
1522
|
-
|
|
1523
|
-
- `#I456051` - Now, the stamp annotations are displayed correctly in the provided document.
|
|
1524
|
-
- `#I452436` - Now, the radio button and checkbox are added properly.
|
|
1525
|
-
- `#I403367` - Now, underlining and text selection are working properly in the provided document.
|
|
1526
|
-
- `#I456864` - Now, the download performance has been enhanced when downloading the provided document.
|
|
1527
|
-
- `#I458313` - Now, the add annotation API working fine when the annotation object is given as input.
|
|
1528
|
-
|
|
1529
|
-
## 21.2.3 (2023-05-03)
|
|
1530
|
-
|
|
1531
|
-
### PDF Viewer
|
|
1532
|
-
|
|
1533
|
-
#### Bug Fixes
|
|
1534
|
-
|
|
1535
|
-
- `#F181471` - Now, deleted comment value will not appeared while importing the exported XFDF/JSON annotation data.
|
|
1536
|
-
- `#I453496` - Now, when `enableAnnotation` is set to false, the script error does not happen while scrolling the document.
|
|
1537
|
-
- `#I452488` - Now, large files are loaded through the document file path.
|
|
1538
|
-
- `#F181447` - Now, the free text annotation content is changed properly while resizing.
|
|
1539
|
-
|
|
1540
|
-
## 21.1.41 (2023-04-18)
|
|
1541
|
-
|
|
1542
|
-
### PDF Viewer
|
|
1543
|
-
|
|
1544
|
-
#### Bug Fixes
|
|
1545
|
-
|
|
1546
|
-
- `#F181315` - Now, the `commentEdit` event is triggered when editing free text annotations.
|
|
1547
|
-
- `#I452575` - Now, `clearFormFields` API deletes the signature content only and preserves form field.
|
|
1548
|
-
- `#I449909` - Now, the image in the provided document is rendered properly.
|
|
1549
|
-
- `#I449638` - The issue with Signature canvas content clearing on window resizing has been resolved.
|
|
1550
|
-
|
|
1551
|
-
## 21.1.39 (2023-04-11)
|
|
1552
|
-
|
|
1553
|
-
### PDF Viewer
|
|
1554
|
-
|
|
1555
|
-
#### New Features
|
|
1556
|
-
|
|
1557
|
-
- `#I448261` – Exposed the API to load the number of pages on initial loading.
|
|
1558
|
-
|
|
1559
|
-
#### Bug Fixes
|
|
1560
|
-
|
|
1561
|
-
- `#F181069` - Now, the fill color of the free text annotation is preserved properly on XFDF import.
|
|
1562
|
-
- `#F180774` - Now, the date format and time zone were correct when importing the annotations in the Azure app service.
|
|
1563
|
-
- `#F181073` - Now, we can able to delete and set status of annotations last comment.
|
|
1564
|
-
- `#I446702` - Now, the zooming operations for documents with mixed page orientations function correctly.
|
|
1565
|
-
- `#F181068` - Now, the free text annotation is resized properly if a large content is added to the comment panel.
|
|
1566
|
-
- `#I447783` - Reloading a PDF document with handwritten signatures on non-rendered pages are preserved properly.
|
|
1567
|
-
|
|
1568
|
-
## 21.1.38 (2023-04-04)
|
|
1569
|
-
|
|
1570
|
-
### PDF Viewer
|
|
1571
|
-
|
|
1572
|
-
#### Bug Fixes
|
|
1573
|
-
|
|
1574
|
-
- `#I180998` - Now, the date format is same while importing the exported annotations.
|
|
1575
|
-
- `#I447985` - Now, the textbox and password fields value can be deleted by pressing the delete key.
|
|
1576
|
-
- `#F181004` - Now, while attempting to delete the annotation from the comment panel working properly.
|
|
1577
|
-
|
|
1578
|
-
## 21.1.37 (2023-03-29)
|
|
1579
|
-
|
|
1580
|
-
### PDF Viewer
|
|
1581
|
-
|
|
1582
|
-
#### Bug Fixes
|
|
1583
|
-
|
|
1584
|
-
- `#F180886` - Now, the `setAnnotationMode` API supports switching between annotations.
|
|
1585
|
-
- `#I181023` - Now, the time is shown properly in the comment panel while adding the free text annotation programmatically.
|
|
1586
|
-
- `#I180982`, `#I180983` - Now, able to post a comment with single character or pasted content.
|
|
1587
|
-
- `#I180968` - Now, red vertical lines are not showing in the highlight annotation on viewing the downloaded document on other viewers.
|
|
1588
|
-
- `#F180997` - Now, the free text content is updated if we directly type in the comment panel.
|
|
1589
|
-
|
|
1590
|
-
## 21.1.35 (2023-03-23)
|
|
1591
|
-
|
|
1592
|
-
### PDF Viewer
|
|
1593
|
-
|
|
1594
|
-
#### Bug Fixes
|
|
1595
|
-
|
|
1596
|
-
- `#I437765` - Now, the script error does not occur when the update form field value API is used when a signature already has signature content.
|
|
1597
|
-
- `#F180666` - Now, the exception does not occur while downloading the document after adding the type and uploading the handwritten signature and initial annotation.
|
|
1598
|
-
- `#I428493` - Now, the signature image in the signature field is visible while printing in the other viewers changes made on the server side.
|
|
1599
|
-
- `#I441773` - Now, the annotation positions are moving properly.
|
|
1600
|
-
- Now, the `PDFium` package has been updated.
|
|
1601
|
-
- `#I438960` - Now, the different culture date time is working properly while exporting annotations.
|
|
1602
|
-
- `#I444307` - Now, the check box is not added to the left-most corner of the page.
|
|
1603
|
-
- `#I444707` - Now, the signature dialog box footer button alignment is proper in the fluent theme.
|
|
1604
|
-
- `#I440251` - Now, the typed handwritten signature is not broken into a new line after downloading and viewing in other viewers.
|
|
1605
|
-
- `#I429508` - Now, the form fields appear properly in mobile mode.
|
|
1606
|
-
- `#I433831` - The A4 document size is now properly set during printing.
|
|
1607
|
-
- `#F180764` - Now, if you move the arrow or line annotations programmatically, their position won't be changed during export.
|
|
1608
|
-
- `#I429549` - Now, the checkbox displays properly during the print preview.
|
|
1609
|
-
- `#I436286` - Now that the enable shape annotation is false, the script error no longer occurs.
|
|
1610
|
-
- `#I429775` - Now, the problem with some specific document's slow rendering has been resolved.
|
|
1611
|
-
- `#I437396` - Now, when the page's zoom level is higher, the resizer will not enable inside the annotation.
|
|
1612
|
-
- `#I435370` - Now, the border color is preserved properly for the transparent textbox field.
|
|
1613
|
-
- `#I438421` - Now, the script error does not occur while loading an annotation restricted document when the `enableAnnotation` API is set to false.
|
|
1614
|
-
- `#F180082` - Now, while adding the text markup annotation programmatically, the text markup content is added properly.
|
|
1615
|
-
- `#I434198` - Now, the custom stamp is added properly on the form fields.
|
|
1616
|
-
- `#I180081` - Now, when attempting to delete a post in the comment panel, the annotations are not deleted from the comment panel.
|
|
1617
|
-
- `#I431466` - Now, the toolbar behavior is stable in mobile mode.
|
|
1618
|
-
- `#I432820`, `#I432145`, `#F179720` - Now, the formFields with the same name in non-rendered pages are downloaded successfully.
|
|
1619
|
-
- `#I429549` - Now, the checkboxes are no longer offset to the right in the print preview.
|
|
1620
|
-
- `#I429288` - Now, the delete option for a draw signature type will be visible in the context menu.
|
|
1621
|
-
- `#I431758` - Now, the checkboxes with the same name are correctly selected.
|
|
1622
|
-
- `#I429416` - The checkbox layer is now rendered properly when loading the provided PDF document.
|
|
1623
|
-
- `#I431679` - Now, the handwritten signature does not become empty when a random signature is added.
|
|
1624
|
-
- `#I431466` - Now, the toolbar icon is properly visible in mobile mode.
|
|
1625
|
-
- `#I431286` - Now, the radio button selector size is proper in the given document.
|
|
1626
|
-
- `#I408530`, `#I428623` - Now, the free text annotations do not shift towards the left side in edit mode.
|
|
1627
|
-
|
|
1628
|
-
#### New Features
|
|
1629
|
-
|
|
1630
|
-
- `#I344527` - Now, the support provided is navigated to the next and previous signature field in the form designer.
|
|
1631
|
-
- `#I443775` - Now, support is provided for the saving type and image signatures in the form fields.
|
|
1632
|
-
- Now, the JSON structure has been modified based on the PDF library.
|
|
1633
|
-
- `#I411856` - Now, support is provided to render the accessibility tags in the PDF Viewer.
|
|
1634
|
-
- `#I426307` - Improvements to page rendering for zoom levels under 25% by using thumbnail images.
|
|
1635
|
-
- Now, support is provided for the tab navigation in the form fields and form designer.
|
|
1636
|
-
|
|
1637
|
-
## 20.4.54 (2023-03-14)
|
|
1638
|
-
|
|
1639
|
-
### PDF Viewer
|
|
1640
|
-
|
|
1641
|
-
#### Bug Fixes
|
|
1642
|
-
|
|
1643
|
-
- `#I438960` - Now, different culture date time is working properly while exporting annotations.
|
|
1644
|
-
- `#I444307` - Now, the check box is not added to the left-most corner of the page.
|
|
1645
|
-
- `#I444707` - Now, signature dialog box footer button alignment is proper in fluent theme.
|
|
1646
|
-
- `#I440251` - Now, typed handwritten signature is not broken into a new line after downloading and viewing in other viewers.
|
|
1647
|
-
|
|
1648
|
-
## 20.4.53 (2023-03-07)
|
|
1649
|
-
|
|
1650
|
-
### PDF Viewer
|
|
1651
|
-
|
|
1652
|
-
#### Bug Fixes
|
|
1653
|
-
|
|
1654
|
-
- `#I429508` - Now, the form fields appears properly in mobile mode.
|
|
1655
|
-
- `#I433831` - The A4 documents size is now properly set during printing.
|
|
1656
|
-
- `#F180764` - Now, if we move arrow/line annotations programmatically, their position won't be changed during export.
|
|
1657
|
-
- `#I429549` - Now, the checkbox displays properly during the print preview.
|
|
1658
|
-
|
|
1659
|
-
## 20.4.52 (2023-02-28)
|
|
1660
|
-
|
|
1661
|
-
### PDF Viewer
|
|
1662
|
-
|
|
1663
|
-
#### Bug Fixes
|
|
1664
|
-
|
|
1665
|
-
- `#I436286` - Now, the script error is not occurred the enable shape annotation is set to false.
|
|
1666
|
-
- `#I429775` - Now that the problem with some specific document's slow rendering has been resolved.
|
|
1667
|
-
- `#I437396` - Now, when the page's zoom level is higher, the resizer will not enable inside annotation.
|
|
1668
|
-
|
|
1669
|
-
## 20.4.51 (2023-02-21)
|
|
1670
|
-
|
|
1671
|
-
### PDF Viewer
|
|
1672
|
-
|
|
1673
|
-
#### Bug Fixes
|
|
1674
|
-
|
|
1675
|
-
- `#I435370` - Now, the border color is preserved properly for transparent textbox field.
|
|
1676
|
-
- `#I438421` - Now, the script error is not occurred while loading an annotation restricted document when `enableAnnotation` API is set as false.
|
|
1677
|
-
- `#F180082` - Now, while adding the text markup annotation programmatically, the text markup content is added properly.
|
|
1678
|
-
|
|
1679
|
-
## 20.4.50 (2023-02-14)
|
|
1680
|
-
|
|
1681
|
-
### PDF Viewer
|
|
1682
|
-
|
|
1683
|
-
#### Bug Fixes
|
|
1684
|
-
|
|
1685
|
-
- `#I434198` - Now, the custom stamp is added properly on form fields.
|
|
1686
|
-
- `#I180081` - Now, when attempting to delete a post in the comment panel, annotations are not deleted from the comment panel.
|
|
1687
|
-
- `#I431466` - Now, the toolbar behavior is stable in mobile mode.
|
|
1688
|
-
- `#I432820`, `#I432145`, `#F179720` - Now, formFields with same name present in non-rendered pages are download successfully.
|
|
1689
|
-
|
|
1690
|
-
## 20.4.49 (2023-02-07)
|
|
1691
|
-
|
|
1692
|
-
### PDF Viewer
|
|
1693
|
-
|
|
1694
|
-
#### New Features
|
|
1695
|
-
|
|
1696
|
-
- `#I426307` - Improvements to page rendering for zoom levels under 25% by using thumbnail images.
|
|
1697
|
-
- Now, support provided for tab navigation in form fields and form designer.
|
|
1698
|
-
|
|
1699
|
-
#### Bug Fixes
|
|
1700
|
-
|
|
1701
|
-
- `#I429549` - Now, the check boxes are no longer offset to the right in the print preview.
|
|
1702
|
-
- `#I429288` - Now, the deletion option for a draw signature type will visible in the context menu.
|
|
1703
|
-
- `#I431758` - Now, the checkboxes with the same name are correctly selected.
|
|
1704
|
-
- `#I429416` - Checkbox layer is now rendered properly when loading the provided PDF document.
|
|
1705
|
-
- `#I431679` - Now, the handwritten signature does not now become empty when a random signature is added.
|
|
1706
|
-
- `#I431466` - Now, the toolbar icon is properly visible in mobile mode.
|
|
1707
|
-
- `#I431286` - Now, the radio button selector size is proper in the given document.
|
|
1708
|
-
- `#I408530`,`#I428623` - Now, free text annotations does not shifted towards left side in edit mode.
|
|
1709
|
-
|
|
1710
|
-
## 20.4.48 (2023-02-01)
|
|
1711
|
-
|
|
1712
|
-
### PDF Viewer
|
|
1713
|
-
|
|
1714
|
-
#### Bug Fixes
|
|
1715
|
-
|
|
1716
|
-
- `#I425450` - Now, when exporting as XFDF, the border no longer displays on a free text annotation.
|
|
1717
|
-
- `#F179811` - Now, the `AnnotationResize` event is triggered properly for the Line and Arrow annotation.
|
|
1718
|
-
- `#I426541` - Now, the signature renders successfully even if the document contains an invalid signature field name.
|
|
1719
|
-
- `#F179704` - If the `enableMeasureAnnotation` is set to false, the Annotation events for shape annotations are now properly triggered.
|
|
1720
|
-
- `#I426591` - Now, the focus form field functions after programmatically updating the signature field.
|
|
1721
|
-
- `#I427179` - Now, the blank pages print on the iPad printing issue has been fixed.
|
|
1722
|
-
- `#I427451` - Now, the script error does not occur while changing the dropdown value.
|
|
1723
|
-
- `#I427404` - Now, the signature field indicator sizes have been adjusted in consistent with the signature fields.
|
|
1724
|
-
- `#I422857` - Now, the problem with the signature value disappearing from the collection while scrolling has been fixed.
|
|
1725
|
-
- `#I411856` - Fixed the accessibility issues with the PDF Viewer component.
|
|
1726
|
-
- `#I423893` - Now, the script error does not occur while double-clicking on the free text annotation.
|
|
1727
|
-
- `#I427362` - Now, the checkbox background color is properly updated while rendering using the form field module.
|
|
1728
|
-
- `#I427364` - Now, the button images are rendered properly while scrolling the document.
|
|
1729
|
-
- `#I421445` - Now, the multiple Font-styles(bold, italic, underline, and strikeout) can be applied together for the textbox fields.
|
|
1730
|
-
- `#I426174` - Now, the form fields that have been selected programmatically can be deleted by using the delete key.
|
|
1731
|
-
- `#I422813` - Now, the value in the free text annotation will be updated properly in the mobile environment.
|
|
1732
|
-
- `#I420988` - Now, the annotations are not deleted while dragging, resizing, or deleting the form fields.
|
|
1733
|
-
- `#I422542` - Now, the `strikethrough` can now be added to the free text annotations programmatically.
|
|
1734
|
-
- `#I424231` - Now, the issue with the document's signature disappearing has been fixed.
|
|
1735
|
-
|
|
1736
|
-
#### Features
|
|
1737
|
-
|
|
1738
|
-
- `#I424468` - Provided support for rendering the existing comb-type textbox in the form designer module.
|
|
1739
|
-
|
|
1740
|
-
## 20.4.44 (2023-01-18)
|
|
1741
|
-
|
|
1742
|
-
### PDF Viewer
|
|
1743
|
-
|
|
1744
|
-
#### Bug Fixes
|
|
1745
|
-
|
|
1746
|
-
- `#I426541` - Now, the signature renders successfully even if the document contains an invalid signature field name.
|
|
1747
|
-
- `#F179704` - If `enableMeasureAnnotation` is set to false, the Annotation events for shape annotations are now properly triggered.
|
|
1748
|
-
- `#I426591` - After programmatically updating the signature field, the focus form field is now functioning.
|
|
1749
|
-
- `#I427179` - Now, blank pages prints on iPad printing issue has been fixed.
|
|
1750
|
-
- `#I427451` - Now, script error does not occurs while changing the dropdown value.
|
|
1751
|
-
- `#I427404` - Now, the signature field indicator sizes have been adjusted in consistent with the signature fields.
|
|
1752
|
-
|
|
1753
|
-
## 20.4.42 (2023-01-04)
|
|
1754
|
-
|
|
1755
|
-
### PDF Viewer
|
|
1756
|
-
|
|
1757
|
-
#### Bug Fixes
|
|
1758
|
-
|
|
1759
|
-
- `#I422857` - Now, the problem with the signature value disappearing from the collection while scrolling has been fixed.
|
|
1760
|
-
- `#I411856` - Fixed the accessibility issues with the PDF Viewer component.
|
|
1761
|
-
- `#I423893` - Now, script error not occurs while double clicking on free text annotation.
|
|
1762
|
-
- `#I427362` - Now, the checkbox background color is properly updated while rendering using form field module.
|
|
1763
|
-
- `#I427364` - Now, the button images are rendered properly while scrolling the document.
|
|
1764
|
-
- `#I421445` - Now, the multiple Font-styles(bold, italic, underline and strikeout) can be applied together for textbox fields.
|
|
1765
|
-
- `#I426174` - Now, the form fields that have been selected programmatically can be deleted by using the delete key.
|
|
1766
|
-
- `#I422813` - Now, value in the free text annotation will be updated properly in mobile environment.
|
|
1767
|
-
|
|
1768
|
-
#### New Features
|
|
1769
|
-
|
|
1770
|
-
- `#I424468` - Provided support for rendering the existing comb type textbox in form designer module.
|
|
1771
|
-
|
|
1772
|
-
## 20.4.40 (2022-12-28)
|
|
1773
|
-
|
|
1774
|
-
### PDF Viewer
|
|
1775
|
-
|
|
1776
|
-
#### Bug Fixes
|
|
1777
|
-
|
|
1778
|
-
- `#I420988` - Now, the annotations are not delete while drag, resize or deleting the form fields.
|
|
1779
|
-
- `#I422542` - Now, the strike through can now be added to free text annotations programmatically.
|
|
1780
|
-
- `#I424231` - Now, the issue with the document's signature disappearing has been fixed.
|
|
1781
|
-
|
|
1782
|
-
## 20.4.38 (2022-12-21)
|
|
1783
|
-
|
|
1784
|
-
### PDF Viewer
|
|
1785
|
-
|
|
1786
|
-
#### Bug Fixes
|
|
1787
|
-
|
|
1788
|
-
- `#F178667` - Now, the zero thickness property is applied to the form fields.
|
|
1789
|
-
- `#I421990` - Updating read-only to false for a form field is working properly.
|
|
1790
|
-
- `#I420531` - The free text annotations are no longer scaled on double clicks.
|
|
1791
|
-
- `#F178453` - Cut, copy, and paste at the form fields are working properly on downloading.
|
|
1792
|
-
- `#I419557` - The `IsPrint` property value of the text markup annotation is properly updated.
|
|
1793
|
-
- `#I418726` - The draw and image type signatures are now preserved while changing the tabs on mobile devices.
|
|
1794
|
-
- `#I420588` - Printing the PDF document that contains signature fields on non-rendered pages won’t throw script errors.
|
|
1795
|
-
- `#I420304` - Programmatically updating the read only properties won’t throw script errors.
|
|
1796
|
-
- `#I416032` - The radio button now triggers the form field click event.
|
|
1797
|
-
- `#I420423` - The background color of the initial indicator settings can be applied programmatically while adding form fields.
|
|
1798
|
-
- `#I422736` - Fixed issue with saving the PDF document on form fields export.
|
|
1799
|
-
- `#I418731` - Export and import values of form fields with same name have been properly updated.
|
|
1800
|
-
- `#I416298` - Focusing the signature and initial fields are proper on different zoom levels.
|
|
1801
|
-
- `#I411856` - The issue with programmatically updating the initial indicator properties has been resolved.
|
|
1802
|
-
- `#F178660` - Fixed issue with `RenderAnnotationComments` on the .NET 6.0 platform.
|
|
1803
|
-
- `#I418199` - Programmatically updating images in the form fields won’t throw script errors.
|
|
1804
|
-
- `#I408281` - Switching between the PDF view and the text view won’t throw script errors.
|
|
1805
|
-
- `#I413254` - Aspect ratio is maintained for the image type signatures.
|
|
1806
|
-
- `#F178250` - Now, the color palette is no longer obscured in the PDF Viewer.
|
|
1807
|
-
- `#I178667` - Now, the text box's border color is properly updated and no longer hidden.
|
|
1808
|
-
- `#I418214` - Session items of the older documents are cleared now.
|
|
1809
|
-
- `#I178018` - Searching for a multiple-sentence phrase no longer causes the PDF Viewer to freeze.
|
|
1810
|
-
- `#I421388` - Handwritten signatures will appear properly on loading the document again.
|
|
1811
|
-
- `#F178018` - Now, the script issue no longer occurs when doing multiline searches in the Pdf document.
|
|
1812
|
-
|
|
1813
|
-
#### Features
|
|
1814
|
-
|
|
1815
|
-
- Form fields values can be exported to FDF and XFDF formats and the same can be imported into the PDF Viewer, programmatically.
|
|
1816
|
-
- Digital signatures of the existing PDF documents are now rendered in the PDF Viewer.
|
|
1817
|
-
- `#I369895`, `#I403367`, `#I406191` - Now, the text selection `strikethrough` has been improved.
|
|
1818
|
-
- `#I419679` - Provided the support to show or hide the `FormDesignerToolbar` after document loading.
|
|
1819
|
-
- `#I421694` - Angular applications renders PDF Viewer controls without ID properties by generating the ID internally, if not provided.
|
|
1820
|
-
- `#I409823` - Margin can be set to the value was preserved for the free text annotation in the downloaded document.
|
|
1821
|
-
- `#I412460` - Provided the support for retrying Ajax requests with a status code collection.
|
|
1822
|
-
|
|
1823
|
-
## 20.3.60 (2022-12-06)
|
|
1824
|
-
|
|
1825
|
-
### PDF Viewer
|
|
1826
|
-
|
|
1827
|
-
#### New Features
|
|
1828
|
-
|
|
1829
|
-
- `#I369895`,`#I403367`,`#I406191` - Now, improvements in text selection `strikethrough` for specific document.
|
|
1830
|
-
- `#I419679` - Provided the ability to display or hide the `FormDesignerToolbar` after document loading.
|
|
1831
|
-
|
|
1832
|
-
#### Bug Fixes
|
|
1833
|
-
|
|
1834
|
-
- `#F178453` - Now, cut, copy and paste of form field are working properly on downloading.
|
|
1835
|
-
|
|
1836
|
-
## 20.3.59 (2022-11-29)
|
|
1837
|
-
|
|
1838
|
-
### PDF Viewer
|
|
1839
|
-
|
|
1840
|
-
#### New Features
|
|
1841
|
-
|
|
1842
|
-
- `#I421694` - Now, Angular applications may render PDF Viewer controls without ID properties.
|
|
1843
|
-
- `#I409823` - Support was given for a custom margin property in the free text annotation.
|
|
1844
|
-
|
|
1845
|
-
#### Bug Fixes
|
|
1846
|
-
|
|
1847
|
-
- `#I419557` - Now, the `IsPrint` property values for text markup annotation have been properly updated.
|
|
1848
|
-
- `#I418726` - Now, the draw and image signature is now preserved while changing tabs on mobile devices.
|
|
1849
|
-
- `#I420588` - Now, the Script error does not occur while printing the document contains signature fields on non-rendered pages.
|
|
1850
|
-
- `#I420304` - Now, the script error does not occur while updating read only property programmatically.
|
|
1851
|
-
- `#I416032` - The radio button now triggers the form field click event.
|
|
1852
|
-
- `#I420423` - Now, the background color of the initial indicator settings is now applied when adding form fields programmatically.
|
|
1853
|
-
- `#I422736` - Fixed issue with saving PDF document on form fields export.
|
|
1854
|
-
|
|
1855
|
-
## 20.3.58 (2022-11-22)
|
|
1856
|
-
|
|
1857
|
-
### PDF Viewer
|
|
1858
|
-
|
|
1859
|
-
#### New Features
|
|
1860
|
-
|
|
1861
|
-
- `#I412460` - Now, the ability to support retrying Ajax requests with a status code collection.
|
|
1862
|
-
|
|
1863
|
-
#### Bug Fixes
|
|
1864
|
-
|
|
1865
|
-
- `#I418731` - Now, for fields with the same name, the export and import form fields' values have been properly updated.
|
|
1866
|
-
- `#I416298` - Now, the focus for signature and initial fields are proper in different zoom levels.
|
|
1867
|
-
- `#I411856` - The issue with programmatically updating the initial indicator properties has been resolved.
|
|
1868
|
-
- `#F178660` - Fixed issue with `RenderAnnotationComments` on `.NET 6.0` platform.
|
|
1869
|
-
|
|
1870
|
-
## 20.3.57 (2022-11-15)
|
|
1871
|
-
|
|
1872
|
-
### PDF Viewer
|
|
1873
|
-
|
|
1874
|
-
#### Bug Fixes
|
|
1875
|
-
|
|
1876
|
-
- `#I418199` - Now, the Script error does not occur while updating the image in the form fields programmatically.
|
|
1877
|
-
- `#I408281` - Now, the Script error does not occur while changing the PDF view to the text view in the sample.
|
|
1878
|
-
- `#I413254` - Now, the aspect ratio value for the image type signature has been properly handled.
|
|
1879
|
-
- `#F178250` - Now, the Color Palette is no longer obscured in the PDF Viewer.
|
|
1880
|
-
- `#I178667` - Now, the text box's border color is now properly updated and no longer hidden.
|
|
1881
|
-
- `#I418214` - Cleared session items for the older documents.
|
|
1882
|
-
- `#I178018` - Now, searching for a multiple-sentence phrase no longer causes the PDF Viewer to freeze.
|
|
1883
|
-
|
|
1884
|
-
## 20.3.56 (2022-11-08)
|
|
1885
|
-
|
|
1886
|
-
### PDF Viewer
|
|
1887
|
-
|
|
1888
|
-
#### New Features
|
|
1889
|
-
|
|
1890
|
-
- `#I408588` - Touchpad pinch zooming has been implemented in Windows and Mac environments.
|
|
1891
|
-
|
|
1892
|
-
#### Bug Fixes
|
|
1893
|
-
|
|
1894
|
-
- `#I411644` - Now, Signature are added properly in the respective signature fields.
|
|
1895
|
-
- `#I412264` - Now, Exposed the API for show and hide the digital signature form fields in the PDF Viewer.
|
|
1896
|
-
- `#I408609` - Now, properties dialog and context menu are open on right click.
|
|
1897
|
-
- `#I414492`,`#I414536` - Now, the Signature dialogue is vertical.
|
|
1898
|
-
- `#I413111` - Now the Ink annotation auto-write issue is resolved.
|
|
1899
|
-
- `#I406980` - Now, the Values of free text annotation properties are not missing on importing.
|
|
1900
|
-
- `#I408171` - Now, Annotation added above free text annotation does not hide behind after downloading and flattening.
|
|
1901
|
-
- `#I412525` - Now we are able to update form field values from code behind if the pages are not rendered.
|
|
1902
|
-
- `#I408588` - Pinch zoom pivot point calculation for touch-based devices has been improved.
|
|
1903
|
-
|
|
1904
|
-
## 20.3.52 (2022-10-26)
|
|
1905
|
-
|
|
1906
|
-
### PDF Viewer
|
|
1907
|
-
|
|
1908
|
-
#### New Features
|
|
1909
|
-
|
|
1910
|
-
- `#I408588` - Mouse wheel zooming has been implemented based on cursor position. On iPad/iOS devices, the zooming issue has been fixed. and enhanced mobile device pinch zooming functionality.
|
|
1911
|
-
- `#I409164` - Now the thickness property for signature and initial fields has been added, so now the signature field and initial field will allow changing their border thickness.
|
|
1912
|
-
|
|
1913
|
-
#### Bug Fixes
|
|
1914
|
-
|
|
1915
|
-
- `#I408281` - Now, The Script error does not occur while changing the PDF view to the text view in the sample.
|
|
1916
|
-
- `#I412183` - Now, Vertical images are rendered properly in the signature fields.
|
|
1917
|
-
- `#I397357` - Now, Radio buttons are rendered properly while printing the document.
|
|
1918
|
-
- `#I411792` - Now, able to export annotation after `strikethrough`.
|
|
1919
|
-
- `#I401159` - Now, backward text selection is working properly.
|
|
1920
|
-
|
|
1921
|
-
## 20.3.50 (2022-10-18)
|
|
1922
|
-
|
|
1923
|
-
### PDF Viewer
|
|
1924
|
-
|
|
1925
|
-
#### Bug Fixes
|
|
1926
|
-
|
|
1927
|
-
- `#I409189` - Now, no blank pages are created while printing the document.
|
|
1928
|
-
- `#I411098` - Now, Form fields are rendered properly while printing the document.
|
|
1929
|
-
- `#I405132` - Now, the copied text content from pdf document is contain the space lining.
|
|
1930
|
-
- `#I409184` - Now, able to change the background color of Initial field indicator element.
|
|
1931
|
-
- `#I409766` - Now, type signature is working properly.
|
|
1932
|
-
|
|
1933
|
-
## 20.3.49 (2022-10-11)
|
|
1934
|
-
|
|
1935
|
-
### PDF Viewer
|
|
1936
|
-
|
|
1937
|
-
#### Bug Fixes
|
|
1938
|
-
|
|
1939
|
-
- `#F177655` - Now we can select the search-highlighted text content.
|
|
1940
|
-
- `#I408819`,`#I409541`,`#I409234` - Now, ink annotations are rendered properly while loading the document.
|
|
1941
|
-
- `#I408950` - Now the script error does not occur when ink annotation moves out of the document.
|
|
1942
|
-
- `#I409797` - Now, Form fields value are not missing on scrolling the pages using keyboard shortcut.
|
|
1943
|
-
- `#I407919` - Now, Custom data property from free text annotation is updating in the imported annotation.
|
|
1944
|
-
|
|
1945
|
-
## 20.3.48 (2022-10-05)
|
|
1946
|
-
|
|
1947
|
-
### PDF Viewer
|
|
1948
|
-
|
|
1949
|
-
#### Bug Fixes
|
|
1950
|
-
|
|
1951
|
-
- `#I406164` - Now, the Ink annotations from the import JSON file present on the last page.
|
|
1952
|
-
- `#I406143` - Now, the Page Index property is present in the form field collections while adding the form fields.
|
|
1953
|
-
- `#I406883` - Now, the Deleted ink annotations do not exist after scrolling the document.
|
|
1954
|
-
- `#I408609` - Now, the Keyboard shortcuts are working properly.
|
|
1955
|
-
- `#I383963` - Now, the Form fields are allowed to rename without affecting any other field.
|
|
1956
|
-
- `#I406552` - Now, The removal of fields from other pages is prevented while the field is programmatically focused.
|
|
1957
|
-
- `#I406586` - Now, Ink annotation is not missing in the annotation collection.
|
|
1958
|
-
- `#I408087` - Now, adequate space in the type signature field.
|
|
1959
|
-
- `#I404936` - Now, Typed signature is appeared from the downloaded document.
|
|
1960
|
-
- `#I406793` - Now, two custom stamps can't be selected at the same time.
|
|
1961
|
-
|
|
1962
|
-
## 20.3.47 (2022-09-29)
|
|
1963
|
-
|
|
1964
|
-
### PDF Viewer
|
|
1965
|
-
|
|
1966
|
-
#### New Features
|
|
1967
|
-
|
|
1968
|
-
- `#I391994` - The document download performance has improved for larger PDF files, over 5000+ pages.
|
|
1969
|
-
|
|
1970
|
-
#### Bug Fixes
|
|
1971
|
-
|
|
1972
|
-
- `#I397357` - Now, Radio button values update properly.
|
|
1973
|
-
- `#I401805` - Now, Form fields updates proper value on download.
|
|
1974
|
-
- `#I382837` - Now, Interaction on checkbox in mobile device is working fine.
|
|
1975
|
-
- `#I404631` - Now, `isFormDesignerToolbarVisible=true` property opens in the Form designer toolbar.
|
|
1976
|
-
- `#I385978` - Now, Free Text Annotations can be edited in iPhone, iPad and iPod Devices.
|
|
1977
|
-
- `#I403614` - Now, the annotation signature key not found error is resolved in the customer document.
|
|
1978
|
-
- `#I403632` - Now, custom stamp position is not wrong on mobile device.
|
|
1979
|
-
- `#I404420` - Now, Selection of the closely placed Signature Field is improved in Mobile devices.
|
|
1980
|
-
- `#I403607` - Now, the Add Signature event is triggered when adding the signature, and the Remove Signature event is triggered while removing the signature.
|
|
1981
|
-
- `#I397357` - Now, Radio button values update properly.
|
|
1982
|
-
- `#I401805` - Now, Form fields updates the proper value on download.
|
|
1983
|
-
- `#I382837` - Now, the interaction on a checkbox in the mobile device is working fine.
|
|
1984
|
-
- `#I404631` - Now, `isFormDesignerToolbarVisible=true` property opens in the Form designer toolbar.
|
|
1985
|
-
- `#I385978` - Now, Free Text Annotations can be edited on iPhone, iPad, and iPod Devices.
|
|
1986
|
-
- `#I403614` - Now, the annotation signature key not found error is resolved in the customer document.
|
|
1987
|
-
- `#I403632` - Now, the custom stamp position is not wrong on the mobile device.
|
|
1988
|
-
- `#I404420` - Now, the Selection of the closely placed Signature Field is improved in Mobile devices.
|
|
1989
|
-
- `#I403607` - Now, the Add Signature event is triggered when adding the signature, and the Remove Signature event is triggered while removing the signature.
|
|
1990
|
-
- `#I176922` - Now, comments are not duplicated if a shape annotation is added inside an annotation.
|
|
1991
|
-
- `#I390997`,`#I392717`,`#I394607` - The signature is now displayed and properly positioned in change the width and height and in the read-only mode of the document that was downloaded.
|
|
1992
|
-
- `#I398911` - Provided support for suppressing the Digital signature without affecting the download of the same.
|
|
1993
|
-
- `#I400958` - Now, Adding a signature field programmatically and from the UI level does not have the same signature field name.
|
|
1994
|
-
- `#I398958` - Now, the Script error does not occur while adding signature and initial fields when enabling form field is false.
|
|
1995
|
-
- `#I397605` - Now, If a portion of the free text annotation is outside the viewer, moving or resizing it will bring that annotation inside the viewer.
|
|
1996
|
-
- `#I392269` - Now, considered both GUID and description while importing the annotations.
|
|
1997
|
-
- `#I398972` - Now, The Script error does not occur while saving the PDF consecutively with Calibrate perimeter control.
|
|
1998
|
-
- `#I399220` - Now, Some form fields are not removed on reloading the downloaded document.
|
|
1999
|
-
- `#I389566` - Now, The Script error does not occur while trying to change the PDF view to the text view in the sample.
|
|
2000
|
-
- `#I369895` - When an image signature is added programmatically, the width is now properly maintained.
|
|
2001
|
-
- `#I388895` - Now, stamp annotations comments display valid time in the comment panel for any culture.
|
|
2002
|
-
- `#I391994` - Now, Programmatically able to add all form fields in read-only mode.
|
|
2003
|
-
- `#I394117` - Now, Tapping a page with a signature field does not moves to another page on mobile devices.
|
|
2004
|
-
- `#I395979` - Now, Deleted annotations are updated in the annotation collection properly.
|
|
2005
|
-
- `#I369895` - Now, The selection and strike-through are now aligned properly.
|
|
2006
|
-
- `#I389679` - Now, the form field color should not be changed on read-only mode.
|
|
2007
|
-
- `#I383430` - Now, form fields do not generate duplicates while using CTRL c and CRTL v.
|
|
2008
|
-
- `#I394763` - Now, form fields are not deleted while trying to delete the text with the delete key in the property dialog.
|
|
2009
|
-
- `#I394979` - The problem with continuously and programmatically adding a signature image disappearing has been resolved.
|
|
2010
|
-
- `#I397495` - Now, the signature and Initial field are visible in chrome downloaded in the PDF Viewer.
|
|
2011
|
-
- `#F176687` - Now, markup text of Free Text annotation is proper for Arabic text.
|
|
2012
|
-
- `#I386832` - Now if the `zoomMode` is set to `FitToWidth`, we can update or get the form field values properly.
|
|
2013
|
-
- `#I394274`,`#I394827` - Now, the signature and initials are updated after the 10th page.
|
|
2014
|
-
- `#I395889` - Now, the script error that occurs without injecting annotation has been fixed.
|
|
2015
|
-
- `#F173061` - Now, we can able to zoom to a specific annotation if the annotation is not visible in the viewport.
|
|
2016
|
-
- `#I396556` - Now, import and export for JSON and XFDF is the document working properly.
|
|
2017
|
-
- `#I401240` - Now, search content text highlight is working fine.
|
|
2018
|
-
- `#I401761`,`#I399940`,`#I405109`,`#I406172` - Now, the Page is not scrolled when deleting annotations using `deleteAnnotationById()` method.
|
|
2019
|
-
|
|
2020
|
-
## 20.2.49 (2022-09-13)
|
|
2021
|
-
|
|
2022
|
-
### PDF Viewer
|
|
2023
|
-
|
|
2024
|
-
#### Bug Fixes
|
|
2025
|
-
|
|
2026
|
-
- `#I176922` - Now, comments are not duplicated if a shape annotation is added inside an annotation.
|
|
2027
|
-
- `#I390997`,`#I392717`,`#I394607` - The signature is now displayed and properly positioned in change the width and height the document that was downloaded.
|
|
2028
|
-
- `#I398911` - Provided support for suppressing of the Digital signature without affecting download of the same.
|
|
2029
|
-
- `#I400958` - Now, Adding signature field programmatically and from UI level does not have same signature field name.
|
|
2030
|
-
|
|
2031
|
-
## 20.2.48 (2022-09-06)
|
|
2032
|
-
|
|
2033
|
-
### PDF Viewer
|
|
2034
|
-
|
|
2035
|
-
#### Bug Fixes
|
|
2036
|
-
|
|
2037
|
-
- `#I398958` - Now, Script error does not occurs while adding signature and initial fields when enable form field is false.
|
|
2038
|
-
- `#I397605` - Now, If a portion of the free text annotation is outside the viewer, moving or resizing it will bring that annotation inside viewer.
|
|
2039
|
-
- `#I392269` - Now, considered both GUID and description while importing the annotations .
|
|
2040
|
-
- `#I398972` - Now, The Script error is not occurred while saving the PDF consecutively with Calibrate perimeter control .
|
|
2041
|
-
- `#I399220` - Now, Some form fields are not removed on reloading the downloaded document .
|
|
2042
|
-
- `#I389566` - Now, The Script error is not occurred while try to change PDF view to text view in sample .
|
|
2043
|
-
- `#I369895` - When an image signature is added programmatically, the width is now properly maintained.
|
|
2044
|
-
- `#I388895` - Now, stamp annotations comments displays valid time in comment panel for any culture.
|
|
2045
|
-
|
|
2046
|
-
## 20.2.46 (2022-08-30)
|
|
2047
|
-
|
|
2048
|
-
### PDF Viewer
|
|
2049
|
-
|
|
2050
|
-
#### Bug Fixes
|
|
2051
|
-
|
|
2052
|
-
- `#I391994` - Now, Programmatically able to add a all form fields in read only mode .
|
|
2053
|
-
- `#I394117` - Now, Tapping a page with signature field does not moves to another page on mobile devices.
|
|
2054
|
-
- `#I395979` - Now, Deleted annotations are updated in the annotation collection properly.
|
|
2055
|
-
- `#I369895` - Now, The selection and strike through is now aligned properly.
|
|
2056
|
-
|
|
2057
|
-
## 20.2.45 (2022-08-23)
|
|
2058
|
-
|
|
2059
|
-
### PDF Viewer
|
|
2060
|
-
|
|
2061
|
-
#### Bug Fixes
|
|
2062
|
-
|
|
2063
|
-
- `#I389679` - Now ,form fields color should not be changed on read only mode.
|
|
2064
|
-
- `#I390997`,`#I392717`,`#I394607` - The signature is now displayed and properly positioned in read only mode the document that was downloaded.
|
|
2065
|
-
- `#I383430` - Now , form fields does not generate duplicates while using CTRL c and CRTL v.
|
|
2066
|
-
- `#I394763` - Now , form fields is not deleted while trying to delete the text with delete key in property dialog.
|
|
2067
|
-
- `#I394979` - The problem with continuously and programmatically adding a signature image disappearing has been resolved.
|
|
2068
|
-
- `#I397495` - Now the signature and Initial field is visible in chrome downloaded in the PDF Viewer.
|
|
2069
|
-
- `#F176687` - Now, markup text of Free Text annotation is proper for Arabic text.
|
|
2070
|
-
- `#I394979` - The problem with continuously and programmatically adding a signature image disappearing has been resolved.
|
|
2071
|
-
- `#I386832` - Now if the `zoomMode` is set to `FitToWidth`, we can update or get the form field values properly.
|
|
2072
|
-
- `#I391994` - Now, The document download performance is improved if the PDF document contains above 1000 pages.
|
|
2073
|
-
|
|
2074
|
-
## 20.2.44 (2022-08-16)
|
|
2075
|
-
|
|
2076
|
-
### PDF Viewer
|
|
2077
|
-
|
|
2078
|
-
#### Bug Fixes
|
|
2079
|
-
|
|
2080
|
-
- `#I394274`,`#I394827` - Now ,The signature and initial is updated after the 10th page.
|
|
2081
|
-
- `#I395889` - Now ,script error occurs without injecting annotation has been fixed.
|
|
2082
|
-
- `#F173061` - Now, we can able to zoom to specific annotation if the annotation is not visible in the viewport.
|
|
2083
|
-
- `#I396556` - Now ,import and export for JSON and XFDF is document working properly.
|
|
2084
|
-
|
|
2085
|
-
## 20.2.43 (2022-08-08)
|
|
2086
|
-
|
|
2087
|
-
### PDF Viewer
|
|
2088
|
-
|
|
2089
|
-
#### Bug Fixes
|
|
2090
|
-
|
|
2091
|
-
- `#F176277` - Context menus will now open all the pages that are visible in the viewport.
|
|
2092
|
-
- `#I3813` - The signature is now being downloaded without any pixel issue.
|
|
2093
|
-
- `#I390997`,`#I392717`,`#I394607` - The signature is now displayed and properly positioned in the document that was downloaded.
|
|
2094
|
-
- `#I383108` - Now,the custom stamp annotations are added properly in touch mode
|
|
2095
|
-
- `#I377362` - Annotations are now placed in the correct position in the download PDF document with crop value.
|
|
2096
|
-
- `#I383385` - The delete key can be used to remove annotations added in touch mode.
|
|
2097
|
-
- `#I381030` - Unloading a PDF document from the first PDF Viewer component no longer affects the rendering of the PDF document in the second PDF Viewer component.
|
|
2098
|
-
- `#I385936` - The value of the Add Signature button will not extend outside the button and missing Portuguese tooltips have been translated.
|
|
2099
|
-
- `#I372855`, `#F173951` - An annotation can now be added and resized up to the edge of the PDF document.
|
|
2100
|
-
- `#I380996` - The `TextSearchComplete` event will be triggered when the text is searched in the PDF viewer.
|
|
2101
|
-
- `#I377035`,`#I379948` - A tooltip will be displayed in a form field even if the FormDesignerService is not injected.
|
|
2102
|
-
- `#I380472` - Added form fields after pressing escape no longer shades form fields.
|
|
2103
|
-
- `#I384112` - The `formFieldSelect` event will be triggered while selecting the first form field in the document.
|
|
2104
|
-
- `#I386568` - In the Bootstrap5 theme, the search icon will change to a clear icon after a search has been initiated.
|
|
2105
|
-
- `#I382999` - The type signature in the signature fields will be modified based on the height of the Signature field while resizing.
|
|
2106
|
-
- `#I379221` - Now, cache values (PDF_CONTENT) are updated in the `getCache()` method.
|
|
2107
|
-
- `#I385864` - Now, the dropdown values will be changed programmatically in the PDF Viewer.
|
|
2108
|
-
- `#I386545` - Now, the signature field color will appear while scrolling down long document.
|
|
2109
|
-
- `#I272377` - Now, the position and size of the arrow shapes in the shape annotation are same as in the downloaded document.
|
|
2110
|
-
- `#F173953` - Now, Script error have been resolved.
|
|
2111
|
-
- `#I378591` - The issue with the comment panel not opening after disabling and enabling again has been fixed.
|
|
2112
|
-
- `#I386545` - Now, the signature field color will appear with opacity while scrolling down long document.
|
|
2113
|
-
- `#I390764` - The issue of is document edited API is false while editing a document has been resolved.
|
|
2114
|
-
- `#I388086` - The issue of replied comments merging with other annotations has been resolved.
|
|
2115
|
-
- `#I379142`,`#I391296` - The x,y bounds of the form fields are proper while adding the form field.
|
|
2116
|
-
- `#I386887` - The issue with radio button alignment with different zoom settings has been resolved.
|
|
2117
|
-
- `#F175614` - For load failed and PDF file path not found errors, an error message is now displayed.
|
|
2118
|
-
- `#I379627` - formFieldMouseover and formFieldMouseLeave is now trigger properly.
|
|
2119
|
-
- `#I387260` - Now Signature Indicator Properties can be modified Programmatically in DOM.
|
|
2120
|
-
- `#I384670` - Now that the type has been fixed, the signature value for the second time has been updated using form field collections.
|
|
2121
|
-
- `#I382941`,`#I383132` - Now duplicate form fields able to select, move, delete and edit after deleting original form fields.
|
|
2122
|
-
- `#I389566` - Now, Script Error is not occurs while try to change Pdf view to text view in sample.
|
|
2123
|
-
- `#I376222` - Now, Annotation selector binds while dragging with right click and then clicking left click.
|
|
2124
|
-
- `#I382568` - Now text boxes with the same name are saved and preserved after downloading and loading the document.
|
|
2125
|
-
- `#I387261` - The signature in the signature field is not visible on Adobe Reader's print preview has been resolved.
|
|
2126
|
-
- `#I380373` - Now the event triggering is fixed for Hand Written Signature only, if it is a Signature field, then the add and remove signature events are skipped.
|
|
2127
|
-
- `#I383430` - Now copy, cut and paste does not generate any duplicates while using key short cut.
|
|
2128
|
-
- `#I376526` - Now, Mobile device resizing of the Signature Form Field has been improved.
|
|
2129
|
-
- `#I392270` - Now Signature is not drawn few inches away from the cursor on signature dialog.
|
|
2130
|
-
- `#I389178` - If the target position is within the document, a form field will be added. As a result, adding Inaccessible Form fields is prevented.
|
|
2131
|
-
|
|
2132
|
-
## 20.2.40 (2022-07-26)
|
|
2133
|
-
|
|
2134
|
-
### PDF Viewer
|
|
2135
|
-
|
|
2136
|
-
#### Bug Fixes
|
|
2137
|
-
|
|
2138
|
-
- `#I389566` - Now, Script Error is not occurs while try to change Pdf view to text view in sample.
|
|
2139
|
-
- `#I376222` - Now, Annotation selector binds while dragging with right click and then clicking left click.
|
|
2140
|
-
- `#I382568` - Now text boxes with the same name are saved and preserved after downloading and loading the document.
|
|
2141
|
-
- `#I387261` - The signature in the signature field is not visible on Adobe Reader's print preview has been resolved.
|
|
2142
|
-
- `#I380373` - Now the event triggering is fixed for Hand Written Signature only, if it is a Signature field, then the add and remove signature events are skipped.
|
|
2143
|
-
- `#I383430` - Now copy, cut and paste does not generate any duplicates while using key short cut.
|
|
2144
|
-
- `#I376526` - Now, Mobile device resizing of the Signature Form Field has been improved.
|
|
2145
|
-
- `#I392270` - Now Signature is not drawn few inches away from the cursor on signature dialog.
|
|
2146
|
-
|
|
2147
|
-
## 20.2.39 (2022-07-19)
|
|
2148
|
-
|
|
2149
|
-
### PDF Viewer
|
|
2150
|
-
|
|
2151
|
-
#### Bug Fixes
|
|
2152
|
-
|
|
2153
|
-
- `#I390764` - The issue of is document edited API is false while editing a document has been resolved.
|
|
2154
|
-
- `#I388086` - The issue of replied comments merging with other annotations has been resolved.
|
|
2155
|
-
- `#I379142`,`#I391296` - The x,y bounds of the form fields are proper while adding the form field.
|
|
2156
|
-
- `#I386887` - The issue with radio button alignment with different zoom settings has been resolved.
|
|
2157
|
-
- `#F175614` - For load failed and PDF file path not found errors, an error message is now displayed.
|
|
2158
|
-
- `#I379627` - formFieldMouseover and formFieldMouseLeave is now trigger properly.
|
|
2159
|
-
- `#I387260` - Now Signature Indicator Properties can be modified Programmatically in DOM.
|
|
2160
|
-
- `#I384670` - Now that the type has been fixed, the signature value for the second time has been updated using form field collections.
|
|
2161
|
-
- `#I382941`,`#I383132` - Now duplicate form fields able to select, move, delete and edit after deleting original form fields.
|
|
2162
|
-
|
|
2163
|
-
## 20.2.38 (2022-07-12)
|
|
2164
|
-
|
|
2165
|
-
### PDF Viewer
|
|
2166
|
-
|
|
2167
|
-
#### Bug Fixes
|
|
2168
|
-
|
|
2169
|
-
- `#I383108` - Now,the custom stamp annotations are added properly in touch mode
|
|
2170
|
-
- `#I377362` - Annotations are now placed in the correct position in the download PDF document with crop value.
|
|
2171
|
-
- `#I383385` - The delete key can be used to remove annotations added in touch mode.
|
|
2172
|
-
- `#I381030` - Unloading a PDF document from the first PDF Viewer component no longer affects the rendering of the PDF document in the second PDF Viewer component.
|
|
2173
|
-
- `#I385936` - The value of the Add Signature button will not extend outside the button and missing Portuguese tooltips have been translated.
|
|
2174
|
-
- `#I372855`, `#F173951` - An annotation can now be added and resized up to the edge of the PDF document.
|
|
2175
|
-
- `#I380996` - The `TextSearchComplete` event will be triggered when the text is searched in the PDF viewer.
|
|
2176
|
-
- `#I377035`,`#I379948` - A tooltip will be displayed in a form field even if the FormDesignerService is not injected.
|
|
2177
|
-
- `#I380472` - Added form fields after pressing escape no longer shades form fields.
|
|
2178
|
-
- `#I384112` - The `formFieldSelect` event will be triggered while selecting the first form field in the document.
|
|
2179
|
-
- `#I386568` - In the Bootstrap5 theme, the search icon will change to a clear icon after a search has been initiated.
|
|
2180
|
-
- `#I382999` - The type signature in the signature fields will be modified based on the height of the Signature field while resizing.
|
|
2181
|
-
- `#I379221` - Now, cache values (PDF_CONTENT) are updated in the `getCache()` method.
|
|
2182
|
-
- `#I385864` - Now, the dropdown values will be changed programmatically in the PDF Viewer.
|
|
2183
|
-
- `#I386545` - Now, the signature field color will appear while scrolling down long document.
|
|
2184
|
-
- `#I272377` - Now, the position and size of the arrow shapes in the shape annotation are same as in the downloaded document.
|
|
2185
|
-
- `#F173953` - Now, Script error have been resolved.
|
|
2186
|
-
- `#I378591` - The issue with the comment panel not opening after disabling and enabling again has been fixed.
|
|
2187
|
-
- `#I386545` - Now, the signature field color will appear with opacity while scrolling down long document.
|
|
2188
|
-
|
|
2189
|
-
## 20.2.36 (2022-06-30)
|
|
2190
|
-
|
|
2191
|
-
### PDF Viewer
|
|
2192
|
-
|
|
2193
|
-
#### Bug Fixes
|
|
2194
|
-
|
|
2195
|
-
- `#I371792` - Pan mode is now activated for all mobile devices by default.
|
|
2196
|
-
- `#I363298` - The issue when form fields had different names when the form designer module is enabled and disabled has been fixed.
|
|
2197
|
-
- `#F173953` - The issue with the incorrect sentence search functionality in the PDF Viewer has been resolved.
|
|
2198
|
-
- `#I368423` - Now, rotation for form elements is considered.
|
|
2199
|
-
- `#F173751` - Radio buttons that have been dynamically imported can now preserve its checked status.
|
|
2200
|
-
- `#I376227` - The issue with the PDF Viewer's annotation FillColor not updating correctly has been fixed.
|
|
2201
|
-
- `#I376346` - This issue with an annotation moving to the top of multiple pages has been resolved.
|
|
2202
|
-
- `#F173061` - A `zoomToRect()` method is now used to zoom a particular area multiple times with different scroll positions in the viewport.
|
|
2203
|
-
- `#I377714` - The problem with pinch zooming and form field position has been fixed.
|
|
2204
|
-
- `#I377638` - The issue with the Read Only radio button value changing when downloading has been fixed.
|
|
2205
|
-
- `#I378257` - The issue with the checkbox printing multiple times has been resolved.
|
|
2206
|
-
- `#I378394` - Changes to form field properties that are made using the `formFieldPropertiesChange` event are no longer lost is now working properly.
|
|
2207
|
-
- `#I379205` - Drawing a freehand signature when switching between tabs in the Add signature dialogue is no longer possible.
|
|
2208
|
-
- `#I379120` - The pixel quality of the handwritten signature has now improved.
|
|
2209
|
-
- `#I386899` - Issue with signature rendering is now resolved.
|
|
2210
|
-
- `#I383513` - When a textbox is marked as required, it no longer has a red border in the document that's been downloaded is now working properly.
|
|
2211
|
-
- `#I369733` - The free text annotation is no longer rotated when it is added programmatically to rotated documents.
|
|
2212
|
-
- `#I383963` - Issue with cloned form field value is duplicated has been fixed.
|
|
2213
|
-
|
|
2214
|
-
## 20.1.60 (2022-06-14)
|
|
2215
|
-
|
|
2216
|
-
### PDF Viewer
|
|
2217
|
-
|
|
2218
|
-
#### Bug Fixes
|
|
2219
|
-
|
|
2220
|
-
- `#I378257` - The issue with the checkbox printing multiple times has been resolved.
|
|
2221
|
-
- `#F173751` - Radio buttons that have been dynamically imported can now preserve its checked status.
|
|
2222
|
-
- `#F173061` - A `zoomToRect()` method is now used to zoom a particular area multiple times with different scroll positions in the viewport.
|
|
2223
|
-
- `#I371792` - Pan mode is now activated for all mobile devices by default.
|
|
2224
|
-
- `#I368423` - Now, rotation for form elements is considered.
|
|
2225
|
-
- `#I379205` - Drawing a freehand signature when switching between tabs in the Add signature dialogue is no longer possible.
|
|
2226
|
-
- `#I379120` - The pixel quality of the handwritten signature has now improved.
|
|
2227
|
-
|
|
2228
|
-
## 20.1.59 (2022-06-07)
|
|
2229
|
-
|
|
2230
|
-
### PDF Viewer
|
|
2231
|
-
|
|
2232
|
-
#### Bug Fixes
|
|
2233
|
-
|
|
2234
|
-
- `#F174154`- Now, the signature value for all signature fields in the PDF document will be updated programmatically using the `updateFormFieldsValue()` method.
|
|
2235
|
-
- `#I376222`- Now, Annotation selector binds correctly to annotations when dragging.
|
|
2236
|
-
- `#I367416`- The `FindText()` method of PDF Base allows for finding the number.
|
|
2237
|
-
- `#I372876`- The `annotationSelect` and `commentAdd` events are triggered properly for the sticky notes annotation.
|
|
2238
|
-
|
|
2239
|
-
## 20.1.58 (2022-05-31)
|
|
2240
|
-
|
|
2241
|
-
### PDF Viewer
|
|
2242
|
-
|
|
2243
|
-
#### Bug Fixes
|
|
2244
|
-
|
|
2245
|
-
- `#I377034`- Now, the existing form fields value can be retrieved using the `retrieveFormFields()` method.
|
|
2246
|
-
- `#I367416`- The radio buttons on the iPad are displayed properly after zooming in and out.
|
|
2247
|
-
- `#I374726`- Signatures will appear in the PDF viewer for the provided document.
|
|
2248
|
-
|
|
2249
|
-
## 20.1.57 (2022-05-24)
|
|
2250
|
-
|
|
2251
|
-
### PDF Viewer
|
|
2252
|
-
|
|
2253
|
-
#### Bug Fixes
|
|
2254
|
-
|
|
2255
|
-
- `#I376240`- Multiple words in the typed handwritten signature and signature fields are preserved correctly in the downloaded document.
|
|
2256
|
-
- `#F174506`- Improved the printing quality of the PDF viewer.
|
|
2257
|
-
- `#I372853`- Now, ink annotation will be added programmatically with path data available in the annotationAdd event.
|
|
2258
|
-
|
|
2259
|
-
## 20.1.56 (2022-05-17)
|
|
2260
|
-
|
|
2261
|
-
### PDF Viewer
|
|
2262
|
-
|
|
2263
|
-
#### Bug Fixes
|
|
2264
|
-
|
|
2265
|
-
- `#I371824`- The properties of form fields will be updated properly using the `updateFormField` method while scrolling over pages.
|
|
2266
|
-
|
|
2267
|
-
## 20.1.55 (2022-05-12)
|
|
2268
|
-
|
|
2269
|
-
### PDF Viewer
|
|
2270
|
-
|
|
2271
|
-
#### New Features
|
|
2272
|
-
|
|
2273
|
-
- `#I368647`, `#I366041` - Exposed a method to focus form fields on a document.
|
|
2274
|
-
- `#I362221`, `#I364814`, `#I368380`, `#I363379` - Provided the support for field Id and field Name for the Form Fields events.
|
|
2275
|
-
- `#I353301` - Implemented the `GetPageNumberFromClientPoint`, `ConvertClientPointToPagePoint`, `ConvertPagePointToClientPoint`, `ConvertPagePointToScrollingPoint` and `zoomToRect` methods.
|
|
2276
|
-
|
|
2277
|
-
#### Bug Fixes
|
|
2278
|
-
|
|
2279
|
-
- `#I372732` - A signature in the signature field will be displayed in the downloaded document when the form field properties have been updated using the `updateFormFields` method.
|
|
2280
|
-
- `#I361979` - Now, signature fields with the same value for the name property will be visible when the document is downloaded and reloaded.
|
|
2281
|
-
- `#I367560`, `#I367313` - Improved the pinch-zoom in and out responsiveness in the mobile device.
|
|
2282
|
-
- `#I368770`, `#I373344`, `#I372215` - Now, the properties of text box fields are changed properly using the `textFieldSettings` property.
|
|
2283
|
-
- `#I369002` - A signature will be downloaded in the correct position for rotated and scanned documents.
|
|
2284
|
-
- `#I369554` - The form fields are now added horizontally to the page, even for rotated documents.
|
|
2285
|
-
- `#I371560` - Form fields in a rotated document will be rendered according to the field rotation.
|
|
2286
|
-
- `#I373137` - The `ArgumentOutOfRangeException` exception will no longer occur when extracting the text for the provided document.
|
|
2287
|
-
- `#I375548`, `#I374826`, `#I375215`, `#I376171`, `#I376531` - The `Microsoft.Extensions.Caching.Memory` was changed into a stable version.
|
|
2288
|
-
- `#I364871` - Now, the handwritten signature images and custom stamps will be resized proportionally.
|
|
2289
|
-
- `#I368168` - PDF Viewer toolbar appeared properly from view on zooming in mobile mode.
|
|
2290
|
-
- `#I370140` - The label content of calibrating annotations is correctly updated when their properties are edited programmatically.
|
|
2291
|
-
- `#I370758` - The Script error will no longer be thrown while downloading the document after adding the handwritten type signature on a mobile device.
|
|
2292
|
-
- `#I370904` - The signature collection and some signature properties are properly defined in the `addSignature` event on a mobile device.
|
|
2293
|
-
- `#I377746` - The PDF Viewer download button no longer opens the blob URL in Firefox for downloading the document.
|
|
2294
|
-
- `#I367878` - The Script error will no longer be thrown while clicking the form field for the second time.
|
|
2295
|
-
- `#I373785` - The initial field will no longer be undefined after filling the field.
|
|
2296
|
-
- `#I363381` - The `formFieldPropertiesChange` event triggers on removing the signature from the signature field.
|
|
2297
|
-
- `#I371825` - Now, the form fields will appear while scrolling through the different pages.
|
|
2298
|
-
- `#I371838` - The Custom stamp annotation will be rendered correctly for the PDF document provided.
|
|
2299
|
-
- `#I365736`, `#I366420` - In mobile devices, the Script error will no longer occur when adding the signature.
|
|
2300
|
-
|
|
2301
|
-
## 20.1.52 (2022-05-04)
|
|
2302
|
-
|
|
2303
|
-
### PDF Viewer
|
|
2304
|
-
|
|
2305
|
-
#### Bug Fixes
|
|
2306
|
-
|
|
2307
|
-
- `#I361979`- Now, signature fields with the same value for the name property will be visible when the document is downloaded and reloaded.
|
|
2308
|
-
|
|
2309
|
-
## 20.1.51 (2022-04-26)
|
|
2310
|
-
|
|
2311
|
-
### PDF Viewer
|
|
2312
|
-
|
|
2313
|
-
#### Bug Fixes
|
|
2314
|
-
|
|
2315
|
-
- `#I369554`- The form fields are now added horizontally to the page, even for rotated documents.
|
|
2316
|
-
- `#I369733`- The free text annotation is no longer rotated when it is added programmatically to rotated documents.
|
|
2317
|
-
- `#I371560`- Form fields in a rotated document will be rendered according to the field rotation.
|
|
2318
|
-
|
|
2319
|
-
## 20.1.50 (2022-04-19)
|
|
2320
|
-
|
|
2321
|
-
### PDF Viewer
|
|
2322
|
-
|
|
2323
|
-
#### New Features
|
|
2324
|
-
|
|
2325
|
-
- `#I362221`,`#I364814`,`#I368380`,`#I363379`- Provided the support for field Id and field Name for the Form Fields events.
|
|
2326
|
-
- `#I353301`- Implemented the `zoomTo` method.
|
|
2327
|
-
|
|
2328
|
-
#### Bug Fixes
|
|
2329
|
-
|
|
2330
|
-
- `#I366955`- Now, the page can be scrolled in mobile mode when it is in fitToPage mode.
|
|
2331
|
-
- `#I368168`- PDF Viewer toolbar appeared properly from view on zooming in mobile mode.
|
|
2332
|
-
- `#I367878`- The Script error will no longer be thrown while clicking the form field for the second time.
|
|
2333
|
-
- `#I368770`,`#I373344`,`#I372215`- Now, the properties of text box fields are changed properly using the `textFieldSettings` property.
|
|
2334
|
-
- `#I370140`- The label content of calibrate annotations is correctly updated when their properties are edited programmatically.
|
|
2335
|
-
- `#I370758`- The Script error will no longer be thrown while downloading the document after adding the handwritten type signature in mobile device.
|
|
2336
|
-
- `#I370904`- The signature collection and some signature properties are properly defined in the `addSignature` event on mobile device.
|
|
2337
|
-
- `#I373344`,`#I372215`- The Script error will no longer be thrown while adding PDF Viewer to the Angular application.
|
|
2338
|
-
|
|
2339
|
-
## 20.1.47 (2022-04-04)
|
|
2340
|
-
|
|
2341
|
-
### PDF Viewer
|
|
2342
|
-
|
|
2343
|
-
#### New Features
|
|
2344
|
-
|
|
2345
|
-
- `#I368647`, `#I366041`- Exposed a method to focus form fields in a document.
|
|
2346
|
-
|
|
2347
|
-
#### Bug Fixes
|
|
2348
|
-
|
|
2349
|
-
- `#I366679`- Selection is working properly for the overlapped stamp annotations.
|
|
2350
|
-
- `#I364656`- Now, the signature fields are read-only when the annotation and form designer modules are disabled.
|
|
2351
|
-
|
|
2352
|
-
## 19.4.55 (2022-03-08)
|
|
2353
|
-
|
|
2354
|
-
### PDF Viewer
|
|
2355
|
-
|
|
2356
|
-
#### Bug Fixes
|
|
2357
|
-
|
|
2358
|
-
- `#I365496`- In editable mode, the free text annotation remains in the same position during zooming.
|
|
2359
|
-
- `#I366345`- In mobile devices, context menus will not appear when moving annotations.
|
|
2360
|
-
|
|
2361
|
-
## 19.4.54 (2022-03-01)
|
|
2362
|
-
|
|
2363
|
-
### PDF Viewer
|
|
2364
|
-
|
|
2365
|
-
#### Bug Fixes
|
|
2366
|
-
|
|
2367
|
-
- `#I362858`- The existing form fields are now cleared completely from the collections when loading another document.
|
|
2368
|
-
- `#F172325`- The Script error will no longer be thrown while scrolling the landscape PDF documents before loading.
|
|
2369
|
-
- `#I364909`- The Ink annotation curve is now smooth on mobile devices at higher zoom factors.
|
|
2370
|
-
- `#I364296`- The free text annotation is now not visible in the print preview when the `isPrint` property is set to false.
|
|
2371
|
-
- `#I364510`, `#I363938`- The signature is now drawn correctly in the signature field on switching the tabs.
|
|
2372
|
-
- `#I364296`- The PDF document is now downloaded properly when the form field background color is transparent.
|
|
2373
|
-
- `#I363381`- The `formFieldPropertiesChange` event triggers on removing the signature from the signature field.
|
|
2374
|
-
- `#I362811`, `#I364480`- The existing from field collections are now updated properly when loading the document.
|
|
2375
|
-
|
|
2376
|
-
## 19.4.53 (2022-02-22)
|
|
2377
|
-
|
|
2378
|
-
### PDF Viewer
|
|
2379
|
-
|
|
2380
|
-
#### Bug Fixes
|
|
2381
|
-
|
|
2382
|
-
- `#I362122` - Now, the shape annotation bounds are updated properly in the `annotationResize` event.
|
|
2383
|
-
- `#I361850` - Now, the annotation toolbar icons are aligned correctly after resizing.
|
|
2384
|
-
- `#I363301` - The script error is no longer thrown while hovering the toolbar icons without using the `showTooltip` property.
|
|
2385
|
-
- `#I362647` - Now, the signature, and initial fields are unable to edit in the read-only mode.
|
|
2386
|
-
- `#I361801` - Script error is no longer thrown while destroying the viewer control in the IE browser.
|
|
2387
|
-
- `#I363899` - Now, the `annotationUnSelect` event triggers for custom stamp annotations.
|
|
2388
|
-
- `#I363936` - Now, the signature panel will not be opened on right-click of signature fields.
|
|
2389
|
-
- `#F168155` - The downloaded document displays Czech characters.
|
|
2390
|
-
|
|
2391
|
-
## 19.4.52 (2022-02-15)
|
|
2392
|
-
|
|
2393
|
-
### PDF Viewer
|
|
2394
|
-
|
|
2395
|
-
#### Bug Fixes
|
|
2396
|
-
|
|
2397
|
-
- `#I361967`- Copy and paste is now working properly for the signature field when it is added at the bottom of the page.
|
|
2398
|
-
- `#I361906`- The text position for the provided PDF document is now correct.
|
|
2399
|
-
- `#I361379`- While importing the annotations, the FontColor and FillColor properties are now updated properly.
|
|
2400
|
-
- `#I360076`- In the signature field, the drawn signature is not stretched now.
|
|
2401
|
-
- `#I364148`, `#F172304`- The Script error will no longer be thrown in the mobile view while destroying the PDF Viewer.
|
|
2402
|
-
- `#I362874`- The form field names are now added properly to the form fields.
|
|
2403
|
-
- `#I365411`, `#I360719`- The annotations are now properly added to the pages when enableDesktopMode is true on mobile devices.
|
|
2404
|
-
|
|
2405
|
-
## 19.4.50 (2022-02-08)
|
|
2406
|
-
|
|
2407
|
-
### PDF Viewer
|
|
2408
|
-
|
|
2409
|
-
#### Bug Fixes
|
|
2410
|
-
|
|
2411
|
-
- `#I360337`- Exception is thrown while downloading the empty list box field is now resolved.
|
|
2412
|
-
- `#I360635`,`#I361422`,`#I361359`- Now, the form field is hidden properly when setting the visible property to hidden.
|
|
2413
|
-
- `#I358375`- Now, the PDF document loaded properly in the PDF Viewer when you set the size limit for the memory cache.
|
|
2414
|
-
- `#I359388`- Now, the form fields position is correct for a rotated PDF document.
|
|
2415
|
-
- `#I354638`- Now, the free text annotation is not hidden when clicking outside of the free text annotation.
|
|
2416
|
-
- `#I360405`- Now, the Free text annotations and ink annotations are rendered properly in the lower zoom factors.
|
|
2417
|
-
- `#F171647`- Now, the annotationAdd event is triggered after adding the sticky notes annotation in the annotation collection.
|
|
2418
|
-
- `#I361639`- The Script error will no longer be thrown when loading the form-fields document without injecting the form field module.
|
|
2419
|
-
- `#I362311`- Now, the Move cursor is not showing above the custom stamp while the custom stamp annotation is selected.
|
|
2420
|
-
- `#I359233`- The hidden issue of free text characters is now resolved.
|
|
2421
|
-
- `#I363626`- The Script error will no longer be thrown while loading a PDF document when the enableHyperlink is set to false.
|
|
2422
|
-
- `#I363055`- Now, the free text becomes edited properly while clicking the selector.
|
|
2423
|
-
- `#I363411`- Now, the free text position on a downloaded document is accurate on the Chrome browser.
|
|
2424
|
-
|
|
2425
|
-
## 19.4.43 (2022-01-18)
|
|
2426
|
-
|
|
2427
|
-
### PDF Viewer
|
|
2428
|
-
|
|
2429
|
-
#### Bug Fixes
|
|
2430
|
-
|
|
2431
|
-
`#I359772`,`#I359880`- Now, the form fields are editable on the mobile device.
|
|
2432
|
-
`#I359042`- Free text annotations are downloaded properly without hiding any last character.
|
|
2433
|
-
`#I358308`- Spinners are hidden properly while removing the display as none for the spinner.
|
|
2434
|
-
`#I360035`- The Script error will no longer be thrown while using the editAnnotation method in mobile mode.
|
|
2435
|
-
`#I358584`- Stamps are saved properly in the rotated PDF document.
|
|
2436
|
-
|
|
2437
|
-
## 19.4.42 (2022-01-11)
|
|
2438
|
-
|
|
2439
|
-
### PDF Viewer
|
|
2440
|
-
|
|
2441
|
-
#### Bug Fixes
|
|
2442
|
-
|
|
2443
|
-
- `#I358006`- Overlapped stamp annotations are now placed at the exact position in the saved PDF document.
|
|
2444
|
-
- `#I357273`- Exception thrown while loading the provided PDF document due to an invalid key, is now resolved.
|
|
2445
|
-
- `#I357655`- The PDF pages are now exported to image in a multi-threaded environment.
|
|
2446
|
-
- `#I357060`- Now, the typed handwritten signature content does not exceed the text area.
|
|
2447
|
-
|
|
2448
|
-
## 19.4.41 (2022-01-04)
|
|
2449
|
-
|
|
2450
|
-
### PDF Viewer
|
|
2451
|
-
|
|
2452
|
-
#### Bug Fixes
|
|
2453
|
-
|
|
2454
|
-
- `#I357108` - Now, the annotations are displayed properly for the rotated documents.
|
|
2455
|
-
- `#I357489` - Now, the unnecessary thumbnail requests are restricted.
|
|
2456
|
-
|
|
2457
|
-
## 19.4.40 (2021-12-28)
|
|
2458
|
-
|
|
2459
|
-
### PDF Viewer
|
|
2460
|
-
|
|
2461
|
-
#### Bug Fixes
|
|
2462
|
-
|
|
2463
|
-
- `#I299110`, `#I348963` - Now, the font size is updated properly while export and import shape annotations.
|
|
2464
|
-
|
|
2465
|
-
## 19.4.38 (2021-12-17)
|
|
2466
|
-
|
|
2467
|
-
### PDF Viewer
|
|
2468
|
-
|
|
2469
|
-
#### New Features
|
|
2470
|
-
|
|
2471
|
-
- `#I354638` - Provided auto fit support to the free text annotations.
|
|
2472
|
-
|
|
2473
|
-
#### Bug Fixes
|
|
2474
|
-
|
|
2475
|
-
- `#I346343`- Now, the text wraps based on the word length regardless of character length in free-text annotation.
|
|
2476
|
-
|
|
2477
|
-
## 19.3.56 (2021-12-02)
|
|
2478
|
-
|
|
2479
|
-
### PDF Viewer
|
|
2480
|
-
|
|
2481
|
-
#### New Features
|
|
2482
|
-
|
|
2483
|
-
- `#I336589`, `#I339329`, `#I346113` - Provided annotation toolbar settings support in mobile view.
|
|
2484
|
-
|
|
2485
|
-
#### Bug Fixes
|
|
2486
|
-
|
|
2487
|
-
- `#I347402`, `#I347555`- Now, the signature dialog is opened correctly on clicking the signature field in Firefox and Safari browser.
|
|
2488
|
-
- `#I344549`- The ink annotations are preserved correctly in the Adobe.
|
|
2489
|
-
- `#I346607`- Now, the signature dialog width is proper on resizing the browser window.
|
|
2490
|
-
- `#I345897`- The ink annotations are now drawn over the free-text annotations when the 'allowEditTextOnly' property is enabled.
|
|
2491
|
-
- `#I347427`- The form designer tooltip is now hidden when the 'showToolTip' property is set to FALSE.
|
|
2492
|
-
- `#I348023`- The 'isReadOnly' property is now updated correctly once we set the value to TRUE.
|
|
2493
|
-
- `#I345130`- Now, the exact shape of the image is maintained when added to the signature field.
|
|
2494
|
-
- `#I347558`- Now, the custom stamp position is added properly in mobile view.
|
|
2495
|
-
|
|
2496
|
-
## 19.3.54 (2021-11-17)
|
|
2497
|
-
|
|
2498
|
-
### PDF Viewer
|
|
2499
|
-
|
|
2500
|
-
#### Bug Fixes
|
|
2501
|
-
|
|
2502
|
-
- `#I346152`- The script error will not be thrown for the document which contains link annotation.
|
|
2503
|
-
|
|
2504
|
-
## 19.3.48 (2021-11-02)
|
|
2505
|
-
|
|
2506
|
-
### PDF Viewer
|
|
2507
|
-
|
|
2508
|
-
#### Bug Fixes
|
|
2509
|
-
|
|
2510
|
-
- `#I344888`, `#F169870` - Now, signature dialog settings is working properly for the handwritten signature dialog.
|
|
2511
|
-
- `#I346090`- Now, the primary toolbar should not hide if form designer toolbar is visible.
|
|
2512
|
-
- `#I344897`, `#I345574` - Now, the indicator text and required properties for signature fields settings are working properly.
|
|
2513
|
-
- `#I344082`- Now, signature text annotation is rendered properly on loading the document.
|
|
2514
|
-
|
|
2515
|
-
## 19.3.47 (2021-10-26)
|
|
2516
|
-
|
|
2517
|
-
### PDF Viewer
|
|
2518
|
-
|
|
2519
|
-
#### Bug Fixes
|
|
2520
|
-
|
|
2521
|
-
- `#I344034` - The Script error will no longer be thrown if we select text markup annotation when text selection is disabled.
|
|
2522
|
-
|
|
2523
|
-
## 19.3.46 (2021-10-19)
|
|
2524
|
-
|
|
2525
|
-
### PDF Viewer
|
|
2526
|
-
|
|
2527
|
-
#### Bug Fixes
|
|
2528
|
-
|
|
2529
|
-
- `#I339329`, `#I341199` - Now, the default context menu of browser will no longer be shown on selecting the text in mobile view.
|
|
2530
|
-
|
|
2531
|
-
## 19.3.45 (2021-10-12)
|
|
2532
|
-
|
|
2533
|
-
### PDF Viewer
|
|
2534
|
-
|
|
2535
|
-
#### Bug Fixes
|
|
2536
|
-
|
|
2537
|
-
- `#F169102` - Now, the download action is working properly after importing the provided customer document.
|
|
2538
|
-
- `#I342951` - Now, the Bookmark navigation is working properly in mobile mode.
|
|
2539
|
-
- `#I343011` - Now, the download action is working properly after adding the text markup annotation.
|
|
2540
|
-
|
|
2541
|
-
## 19.3.44 (2021-10-05)
|
|
2542
|
-
|
|
2543
|
-
### PDF Viewer
|
|
2544
|
-
|
|
2545
|
-
#### Bug Fixes
|
|
2546
|
-
|
|
2547
|
-
- `#I297147`, `#I339056` - Now, the free text annotations with 90 and 270 rotated angle are rotated properly.
|
|
2548
|
-
- `#I341677` - Now, the opacity is applied properly for the custom stamps.
|
|
2549
|
-
- `#I341074` - Now, the search icon is visible to close the search dialog.
|
|
2550
|
-
|
|
2551
|
-
## 19.1.67 (2021-06-08)
|
|
2552
|
-
|
|
2553
|
-
### PDF Viewer
|
|
2554
|
-
|
|
2555
|
-
#### Bug Fixes
|
|
2556
|
-
|
|
2557
|
-
- `#I328989` - Now, the clear and create button in the signature panel is enabled only on drawing the signature.
|
|
2558
|
-
- `#I328499` - Now, the stamp annotations are downloaded correctly in the PDF document.
|
|
2559
|
-
|
|
2560
|
-
## 19.1.66 (2021-06-01)
|
|
2561
|
-
|
|
2562
|
-
### PDF Viewer
|
|
2563
|
-
|
|
2564
|
-
#### Bug Fixes
|
|
2565
|
-
|
|
2566
|
-
- `#I328030` - The dynamic stamp annotation size is maintained properly while importing and exporting the stamp annotation in XFDF format.
|
|
2567
|
-
|
|
2568
|
-
## 19.1.65 (2021-05-25)
|
|
2569
|
-
|
|
2570
|
-
### PDF Viewer
|
|
2571
|
-
|
|
2572
|
-
#### New Features
|
|
2573
|
-
|
|
2574
|
-
- `#I326021` - hyperlinkClick event must be handled to cancel the navigation or change the URL.
|
|
2575
|
-
|
|
2576
|
-
## 19.1.64 (2021-05-19)
|
|
2577
|
-
|
|
2578
|
-
### PDF Viewer
|
|
2579
|
-
|
|
2580
|
-
#### Bug Fixes
|
|
2581
|
-
|
|
2582
|
-
- `#I325096` - The Script error will no longer be thrown if we add form fields value by code behind.
|
|
2583
|
-
- `#I326083` - Now, the signature is appeared inside of the Signature Field in the PDF Viewer.
|
|
2584
|
-
- `#I326054` - The Script error will no longer be thrown while clicking the provided document hyperlink content.
|
|
2585
|
-
- `#I324660` - Now, the distance annotation can be added after deleting the incompletely drawn distance annotation.
|
|
2586
|
-
|
|
2587
|
-
## 19.1.59 (2021-05-04)
|
|
2588
|
-
|
|
2589
|
-
### PDF Viewer
|
|
2590
|
-
|
|
2591
|
-
#### Bug Fixes
|
|
2592
|
-
|
|
2593
|
-
- `#I322039` - The Arrow icon is shown properly in the custom stamp dropdown.
|
|
2594
|
-
|
|
2595
|
-
## 19.1.58 (2021-04-27)
|
|
2596
|
-
|
|
2597
|
-
### PDF Viewer
|
|
2598
|
-
|
|
2599
|
-
#### Bug Fixes
|
|
2600
|
-
|
|
2601
|
-
- `#I322799` - The imported stamp annotation position is updated correctly in the MVC platform.
|
|
2602
|
-
|
|
2603
|
-
## 19.1.57 (2021-04-20)
|
|
2604
|
-
|
|
2605
|
-
### PDF Viewer
|
|
2606
|
-
|
|
2607
|
-
#### Bug Fixes
|
|
2608
|
-
|
|
2609
|
-
- `#I317344` - The Script error will no longer be thrown if we add the custom stamp image more than 4MB size.
|
|
2610
|
-
|
|
2611
|
-
## 19.1.56 (2021-04-13)
|
|
2612
|
-
|
|
2613
|
-
### PDF Viewer
|
|
2614
|
-
|
|
2615
|
-
#### Bug Fixes
|
|
2616
|
-
|
|
2617
|
-
- `#I315264` - Now, the User names in comments are working properly.
|
|
2618
|
-
|
|
2619
|
-
## 19.1.54 (2021-03-30)
|
|
2620
|
-
|
|
2621
|
-
### PDF Viewer
|
|
2622
|
-
|
|
2623
|
-
#### New Features
|
|
2624
|
-
|
|
2625
|
-
- `#F158073`, `#I291648` - Exposed the annotation UnSelect event in PDF Viewer.
|
|
2626
|
-
|
|
2627
|
-
## 18.2.56 (2020-09-01)
|
|
2628
|
-
|
|
2629
|
-
### PDF Viewer
|
|
2630
|
-
|
|
2631
|
-
#### New Features
|
|
2632
|
-
|
|
2633
|
-
- `#I289233` - Provided the support to add expiration timing for cache.
|
|
2634
|
-
|
|
2635
|
-
#### Bug Fixes
|
|
2636
|
-
|
|
2637
|
-
- `#I289417` - Now, the annotation toolbar position is maintained correctly.
|
|
2638
|
-
|
|
2639
|
-
## 18.2.47 (2020-07-28)
|
|
2640
|
-
|
|
2641
|
-
### PDF Viewer
|
|
2642
|
-
|
|
2643
|
-
#### New Features
|
|
2644
|
-
|
|
2645
|
-
- `#I267670` - Exposed the toolbar option to retrieve the form field data in JSON format.
|
|
2646
|
-
|
|
2647
|
-
#### Bug Fixes
|
|
2648
|
-
|
|
2649
|
-
- `#I282486` - Now, undo and redo is working properly for the freetext annotations.
|
|
2650
|
-
- `#F155593`- Exception will no longer be thrown while exporting the formfields.
|
|
2651
|
-
|
|
2652
|
-
## 18.2.46 (2020-07-21)
|
|
2653
|
-
|
|
2654
|
-
### PDF Viewer
|
|
2655
|
-
|
|
2656
|
-
#### Bug Fixes
|
|
2657
|
-
|
|
2658
|
-
- `#I282530` - The Script error will no longer be thrown if we select the handwritten signature in mobile devices.
|
|
2659
|
-
|
|
2660
|
-
## 18.2.45 (2020-07-14)
|
|
2661
|
-
|
|
2662
|
-
### PDF Viewer
|
|
2663
|
-
|
|
2664
|
-
#### New Features
|
|
2665
|
-
|
|
2666
|
-
- `#I281898` - Provided the support to add comments programmatically for the newly added annotations.
|
|
2667
|
-
|
|
2668
|
-
#### Bug Fixes
|
|
2669
|
-
|
|
2670
|
-
- `#F155593`, `#I283379` - Now, PDF Viewer control is working in IE.
|
|
2671
|
-
|
|
2672
|
-
## 18.2.44 (2020-07-07)
|
|
2673
|
-
|
|
2674
|
-
### PDF Viewer
|
|
2675
|
-
|
|
2676
|
-
#### Bug Fixes
|
|
2677
|
-
|
|
2678
|
-
- `#I273237` - Now, Annotation comments are locked properly when locked the annotations.
|
|
2679
|
-
|
|
2680
|
-
## 18.1.55 (2020-06-02)
|
|
2681
|
-
|
|
2682
|
-
### PDF Viewer
|
|
2683
|
-
|
|
2684
|
-
#### New Features
|
|
2685
|
-
|
|
2686
|
-
- `#F154248` - Provided the Support to show/hide the annotation toolbar in code behind.
|
|
2687
|
-
- `#F153946` - Provided the Options to disable AutoComplete options in form filling documents.
|
|
2688
|
-
- `#I273237` - Provided the Support to lock the text markup annotations.
|
|
2689
|
-
- `#I277143` - Provided the support for ink annotation.
|
|
2690
|
-
|
|
2691
|
-
## 18.1.54 (2020-05-26)
|
|
2692
|
-
|
|
2693
|
-
### PDF Viewer
|
|
2694
|
-
|
|
2695
|
-
#### New Features
|
|
2696
|
-
|
|
2697
|
-
- `#I254075` , `#I266559` - Provided the support to render the hyperlinks which are preserved as plain text
|
|
2698
|
-
|
|
2699
|
-
#### Bug Fixes
|
|
2700
|
-
|
|
2701
|
-
- `#I274036` - Now, the page does not gets refreshed on clicking the import annotation button
|
|
2702
|
-
- `#I267062` - Size of the Stamp is rendered correctly after saving and loading the file in PDF Viewer.
|
|
2703
|
-
- `#I268505` - Download is working correctly For French Culture Environment.
|
|
2704
|
-
- `#F153465` - Digital Signature in the exported image is preserved correctly.
|
|
2705
|
-
- `#F153465` - Style of the form fields are preserved properly in PDF Viewer.
|
|
2706
|
-
- `#I274694` -Text highlight is working properly.
|
|
2707
|
-
- `#I276547` -Text selection is working properly for lower zoom factor.
|
|
2708
|
-
|
|
2709
|
-
## 18.1.48 (2020-05-05)
|
|
2710
|
-
|
|
2711
|
-
### PDF Viewer
|
|
2712
|
-
|
|
2713
|
-
#### New Features
|
|
2714
|
-
|
|
2715
|
-
- `#I272985` - Provided the support to edit the annotation properties without selecting the annotation.
|
|
2716
|
-
|
|
2717
|
-
## 18.1.45 (2020-04-21)
|
|
2718
|
-
|
|
2719
|
-
### PDF Viewer
|
|
2720
|
-
|
|
2721
|
-
#### New Features
|
|
2722
|
-
|
|
2723
|
-
- `#I267283` - Provided the support to identify the imported annotation and drawn annotation
|
|
2724
|
-
- `#I268736` - Exposed the text search events in PDF Viewer.
|
|
2725
|
-
- `#I258786` - Exposed the signature Select event in PDF Viewer.
|
|
2726
|
-
|
|
2727
|
-
#### Bug Fixes
|
|
2728
|
-
|
|
2729
|
-
- `#I272053` - The annotation bounds value is now preserved properly in annotation events.
|
|
2730
|
-
- `#I269001` - Improved the page rendering behaviour in PDF Viewer.
|
|
2731
|
-
|
|
2732
|
-
## 18.1.44 (2020-04-14)
|
|
2733
|
-
|
|
2734
|
-
### PDF Viewer
|
|
2735
|
-
|
|
2736
|
-
#### New Features
|
|
2737
|
-
|
|
2738
|
-
- `#I263306` - Provided the support for Meter Calibration ratio in PDF Viewer.
|
|
2739
|
-
- `#I271053` - Provided the support to enable and disable the multiline annotations in overlapping collections.
|
|
2740
|
-
|
|
2741
|
-
#### Bug Fixes
|
|
2742
|
-
|
|
2743
|
-
- `#I271180` - Free Text Annotation and annotation label text position updated properly in downloaded rotational documents.
|
|
2744
|
-
- `#F153036` - Now, Annotation toolbar separator shown properly when hiding some annotation toolbar items.
|
|
2745
|
-
|
|
2746
|
-
## 18.1.43 (2020-04-07)
|
|
2747
|
-
|
|
2748
|
-
### PDF Viewer
|
|
2749
|
-
|
|
2750
|
-
#### New Features
|
|
2751
|
-
|
|
2752
|
-
- `#I267524` - Provided the support for feet inch Calibration ratio in PDF Viewer.
|
|
2753
|
-
- `#I269003` - Exposed the non filled form fields value in the fireValidatedFailed event arguments.
|
|
2754
|
-
- `#I268276` - Provided the support to customize the annotation resize cursor type in PDF Viewer.
|
|
2755
|
-
- `#I268715` - Exposed the 'Not Approved' stamp annotation under dynamic stamp type.
|
|
2756
|
-
|
|
2757
|
-
#### Bug Fixes
|
|
2758
|
-
|
|
2759
|
-
- `#I271163` - Errors will no longer occur when the print module in disabled state.
|
|
2760
|
-
- `#I268829` - Now, the deleted annotations are removed properly from the PDF document.
|
|
2761
|
-
|
|
2762
|
-
## 18.1.42 (2020-04-01)
|
|
2763
|
-
|
|
2764
|
-
### PDF Viewer
|
|
2765
|
-
|
|
2766
|
-
#### New Features
|
|
2767
|
-
|
|
2768
|
-
- `#I268975` - Exposed the event for notifying page mouse over action.
|
|
2769
|
-
- `#I264529` - Exposed the volume calibrate annotation depth value in annotationSelect event arguments and provide options to edit the depth value.
|
|
2770
|
-
- `#I263297`, `#I268677` - Provided the options to enable and disable the tile rendering mode.
|
|
2771
|
-
- `#I263473` - Provided the isLock options to individual annotation object level.
|
|
2772
|
-
|
|
2773
|
-
#### Bug Fixes
|
|
2774
|
-
|
|
2775
|
-
- `#I269004` – The typo errors in PDF Viewer JSON objects has been resolved.
|
|
2776
|
-
- `#I266218`, `#I266559` - The import/export form fields are now working properly for the form fields data contains special characters.
|
|
2777
|
-
- `#I268505` - Download is now working properly for different culture settings.
|
|
2778
|
-
- `#I268109` - The updated label content is now preserved properly in the exported annotation data.
|
|
2779
|
-
|
|
2780
|
-
## 18.1.36-beta (2020-03-19)
|
|
2781
|
-
|
|
2782
|
-
### PDF Viewer
|
|
2783
|
-
|
|
2784
|
-
#### New Features
|
|
2785
|
-
|
|
2786
|
-
- `#I235592` - Provided the support for setting the lower zoomfactor value to the PDF Viewer control.
|
|
2787
|
-
- `#I259521` - Provided the support for importing the form fields data from JSON object.
|
|
2788
|
-
- `#I261558` - Provided the support for customizing the distance measurement annotation leader length property.
|
|
2789
|
-
- `#I256687` - Provided the support for setting the custom data for annotation objects.
|
|
2790
|
-
- `#I252340` - Provided the support for setting the minimum or maximum size and isLock properties at individual annotation level.
|
|
2791
|
-
- `#I262008` - Exposed the event for notifying annotation mouse over action.
|
|
2792
|
-
- `#F149148` - Provided the binding support for the enableFormFields property.
|
|
2793
|
-
- `#I258769` - Provided the option to suppress the error dialog in PDF Viewer.
|
|
2794
|
-
- `#I261269` - Provided the support to allow credential for XMLHttpRequest in PDF Viewer.
|
|
2795
|
-
- `#I262787` - Exposed the event to notify the getPDFDocumentTexts method completed for all the pages.
|
|
2796
|
-
|
|
2797
|
-
#### Bug Fixes
|
|
2798
|
-
|
|
2799
|
-
- `#I262525` – The render PDF pages method triggers properly for the provided PDF document.
|
|
2800
|
-
- `#I262692` - The text markup resizer position is now updated properly for the provided document.
|
|
2801
|
-
- `#I262692` - The text content bounds are now rendered properly for the provided document.
|
|
2802
|
-
|
|
2803
|
-
## 17.4.50 (2020-02-18)
|
|
2804
|
-
|
|
2805
|
-
### PDF Viewer
|
|
2806
|
-
|
|
2807
|
-
#### New Features
|
|
2808
|
-
|
|
2809
|
-
- `#I262787` - Exposed the event to notify the getPDFDocumentTexts method completed for all the pages.
|
|
2810
|
-
|
|
2811
|
-
## 17.4.49 (2020-02-11)
|
|
2812
|
-
|
|
2813
|
-
### PDF Viewer
|
|
2814
|
-
|
|
2815
|
-
#### New Features
|
|
2816
|
-
|
|
2817
|
-
- `#I258769` - Provided the option to suppress the error dialog in PDF Viewer.
|
|
2818
|
-
- `#I261269` - Provided the support to allow credential for XMLHttpRequest in PDF Viewer.
|
|
2819
|
-
|
|
2820
|
-
## 17.4.46 (2020-01-30)
|
|
2821
|
-
|
|
2822
|
-
### PDF Viewer
|
|
2823
|
-
|
|
2824
|
-
#### New Features
|
|
2825
|
-
|
|
2826
|
-
- `#I258172` - Provided the support to open the command panel while loading the PDF document if the isCommandPanelOpen property is set to true.
|
|
2827
|
-
- `#I259159` - Provided the support to open the thumbnail view panel while loading the PDF document if the isThumbnailViewOpen property is set to true.
|
|
2828
|
-
- `#I259961` - Exposed the annotation label settings value in the annotationAdd event arguments.
|
|
2829
|
-
- `#I259615` - Exposed the annotation label settings value in import/export JSON data.
|
|
2830
|
-
- `#I256596` - Exposed the annotation selector settings value for individual annotation objects and import/export JSON data.
|
|
2831
|
-
|
|
2832
|
-
## 17.4.44 (2021-01-21)
|
|
2833
|
-
|
|
2834
|
-
### PDF Viewer
|
|
2835
|
-
|
|
2836
|
-
#### New Features
|
|
2837
|
-
|
|
2838
|
-
- `#I257519` - Provided Support to edit the free Text annotation value in code behind.
|
|
2839
|
-
|
|
2840
|
-
#### Bug Fixes
|
|
2841
|
-
|
|
2842
|
-
- `#I259848` – Now, the deleted annotations are removed properly from the PDF document.
|
|
2843
|
-
- `#I259734` - Custom Stamp annotations are drawn properly while importing the annotations.
|
|
2844
|
-
- `#I260512` - Errors will no longer occur while importing the annotations in the documentLoad event.
|
|
2845
|
-
- `#I260575` - The download file name is now set properly if we provide during the control initialization.
|
|
2846
|
-
|
|
2847
|
-
## 17.4.43 (2020-01-14)
|
|
2848
|
-
|
|
2849
|
-
### PDF Viewer
|
|
2850
|
-
|
|
2851
|
-
#### New Features
|
|
2852
|
-
|
|
2853
|
-
- `#I255057` – Provided the support for validating the form fields value whether it is filled or not in the loaded PDF document.
|
|
2854
|
-
- `#I258786`, `#I259327` – Provided the support for exporting and importing the handwritten signature.
|
|
2855
|
-
|
|
2856
|
-
#### Bug Fixes
|
|
2857
|
-
|
|
2858
|
-
- `#I149882` – The downloadEnd event triggers properly if we save the document in server side.
|
|
2859
|
-
- `#I257630` – The importSuccess event triggers properly if we save the document in server side.
|
|
2860
|
-
- `#I260295` – The distance calibrate annotation now resized properly.
|
|
2861
|
-
- `#I260128` – The volume and area calibrate annotation fill color is updated correctly on importing the annotations.
|
|
2862
|
-
|
|
2863
|
-
## 17.4.41 (2020-01-07)
|
|
2864
|
-
|
|
2865
|
-
### PDF Viewer
|
|
2866
|
-
|
|
2867
|
-
#### New Features
|
|
2868
|
-
|
|
2869
|
-
- `#I257514` – Provided the support for import/export the custom stamp annotations.
|
|
2870
|
-
- `#I257231` – Exposed the property to access the search count value.
|
|
2871
|
-
- `#I258386` – Exposed the API to retrieve the text content and bounds along with page size details.
|
|
2872
|
-
|
|
2873
|
-
#### Bug Fixes
|
|
2874
|
-
|
|
2875
|
-
- `#I259524` – Annotations are rendered properly in the large page size document if the page rendered in fitToPage mode initially.
|
|
2876
|
-
- `#I259523` – Errors will no longer occur while exporting the annotation if the document contains text web link annotation.
|
|
2877
|
-
- `#I259134` – The annotationSelect event now triggers properly if we add the multiple annotations to a page.
|
|
2878
|
-
- `#I258949` – The opacity value is now applied properly if set it on annotation during initialization.
|
|
2879
|
-
- `#I259383` – The errors will no longer occur if we import the annotations after deleting the added annotations.
|
|
2880
|
-
- `#I259166` – The text content will be selected properly at the end of the page.
|
|
2881
|
-
- `#I259078` – The annotations will now be created if we resize the annotation through multipage.
|
|
2882
|
-
- `#I259564` – The Null reference error will no longer occur while loading the provided PDF document.
|
|
2883
|
-
|
|
2884
|
-
## 17.4.40 (2019-12-24)
|
|
2885
|
-
|
|
2886
|
-
### PDF Viewer
|
|
2887
|
-
|
|
2888
|
-
#### New Features
|
|
2889
|
-
|
|
2890
|
-
- `#I256131` – Improved the rendering quality and performance for the large size PDF document.
|
|
2891
|
-
|
|
2892
|
-
#### Bug Fixes
|
|
2893
|
-
|
|
2894
|
-
- `#I258250` – The imported annotations are rendered properly if we import the annotation details in the documentLoad event.
|
|
2895
|
-
|
|
2896
|
-
## 17.4.39 (2019-12-17)
|
|
2897
|
-
|
|
2898
|
-
### PDF Viewer
|
|
2899
|
-
|
|
2900
|
-
#### New Features
|
|
2901
|
-
|
|
2902
|
-
- `#I251150` – Provided the support to find the interlinked annotations while selecting the annotations.
|
|
2903
|
-
- `#I243077` , `#I241487`, `#I244802`, `#I252340` – Provided the support for setting the annotation UI properties.
|
|
2904
|
-
- `#I254634` – Provided the support to maintain the aspect ratio for custom stamp annotation.
|
|
2905
|
-
- `#I253745`, `#I256518` – Exposed the event to notify the annotation object being moved.
|
|
2906
|
-
- `#I254275` – Exposed the event to notify the download process in the PDF Viewer control.
|
|
2907
|
-
|
|
2908
|
-
#### Bug Fixes
|
|
2909
|
-
|
|
2910
|
-
- `#I253751` – Resolved the typo error in annotation exported data.
|
|
2911
|
-
- `#I255345` – Errors will no longer occur while rendering the annotation in the Firefox browser.
|
|
2912
|
-
- `#I255137` – Errors will no longer occur in mobile view mode if we set the Pan interaction mode.
|
|
2913
|
-
- `#I253704` – The form fields are downloaded properly while loading the PDF document in tab control.
|
|
2914
|
-
- `#I253745` – The annotationAdd and annotationPropertiesChange events are triggered properly for the annotations.
|
|
2915
|
-
- `#I252881` – The toolbar settings property is working for mobile device.
|
|
2916
|
-
- `#I255042`, `#I255073` – Errors will no longer occur if the session storage exceeds the maximum limit.
|
|
2917
|
-
- `#I254115`, `#I254942` – The annotation modified date is preserved properly in different localization.
|
|
2918
|
-
- `#I256044` – The font family and text alignment are rendered properly from the exported FreeText annotation data.
|
|
2919
|
-
- `#I255124` – The text markup annotations are now added properly if the PDF Viewer element ID contains characters.
|
|
2920
|
-
- `#I256220` – The context menu will now be shown/hidden properly if we disable the default toolbar.
|
|
2921
|
-
- `#I256131` – The annotation toolbar will now be shown/hidden properly if we disable the annotation toolbar.
|
|
2922
|
-
- `#I256932` - Errors will no longer occur while resizing the text markup annotations.
|
|
2923
|
-
- `#I252805` – The annotationId value is now preserved properly for all annotation events.
|
|
2924
|
-
- `#I255647` - The form fields contents are rendered properly in the printed document, which has been printed in IE browser.
|
|
2925
|
-
|
|
2926
|
-
## 17.3.28 (2019-11-19)
|
|
2927
|
-
|
|
2928
|
-
### PDF Viewer
|
|
2929
|
-
|
|
2930
|
-
#### New Features
|
|
2931
|
-
|
|
2932
|
-
- `#I251151`, `#I254032` – Improved the annotation selection behavior in code behind.
|
|
2933
|
-
- `#I254776`, `#I255304` – Provided the support to set the custom JSON data for AJAX request.
|
|
2934
|
-
- `#I253341` – Provided the support to customize the label content during initial rendering of annotations.
|
|
2935
|
-
- `#I252421` – Provided the support to set the zoom mode value during initial loading.
|
|
2936
|
-
|
|
2937
|
-
#### Bug Fixes
|
|
2938
|
-
|
|
2939
|
-
- `#I253926` – Resolved the memory leak while rendering the PDF documents.
|
|
2940
|
-
|
|
2941
|
-
## 17.3.27 (2019-11-12)
|
|
2942
|
-
|
|
2943
|
-
### PDF Viewer
|
|
2944
|
-
|
|
2945
|
-
#### New Features
|
|
2946
|
-
|
|
2947
|
-
- `#I251151`, `#I254032` – Provided the support for annotation selection in code behind.
|
|
2948
|
-
- `#I249245` – Provided the support for UI customization of annotation selector border and resizer.
|
|
2949
|
-
- Improved the PDF viewer mobile view performance.
|
|
2950
|
-
|
|
2951
|
-
#### Bug Fixes
|
|
2952
|
-
|
|
2953
|
-
- `#I253317` – The measured annotation value is updated properly in the label when you disable the default toolbar.
|
|
2954
|
-
- `#I253888` – The Script error will no longer be thrown if we load the PDF documents using ASP.NET MVC web service.
|
|
2955
|
-
- `#I253317` – The measured value is now update properly for the measured annotation.
|
|
2956
|
-
|
|
2957
|
-
## 17.3.26 (2019-11-05)
|
|
2958
|
-
|
|
2959
|
-
### PDF Viewer
|
|
2960
|
-
|
|
2961
|
-
#### New Features
|
|
2962
|
-
|
|
2963
|
-
- `#I252805` - Exposed the annotation unique ID in the annotationAdd event arguments.
|
|
2964
|
-
|
|
2965
|
-
#### Bug Fixes
|
|
2966
|
-
|
|
2967
|
-
- `#I252806` - Annotation bounds are retrieved properly when importing and exporting the annotation details in rotated PDF documents.
|
|
2968
|
-
- `#I253016` - Free text annotation bounds are preserved properly in the rotated PDF document while saving the document.
|
|
2969
|
-
- `#I251152` - Text markup annotation resizer position will be updated properly in the doctype HTML pages.
|
|
2970
|
-
- `#I252879` - Script errors will no longer occur if we disable the magnification module.
|
|
2971
|
-
- `#I253504` - The character start and end indexes will be updated properly in the text markup annotationAdd event arguments.
|
|
2972
|
-
|
|
2973
|
-
## 17.3.21 (2019-10-30)
|
|
2974
|
-
|
|
2975
|
-
### PDF Viewer
|
|
2976
|
-
|
|
2977
|
-
#### New Features
|
|
2978
|
-
|
|
2979
|
-
- `#I252111` - Provided the support for handwritten signature.
|
|
2980
|
-
- `#I251149` - Provided the support for customizing the text search highlight color.
|
|
2981
|
-
|
|
2982
|
-
#### Bug Fixes
|
|
2983
|
-
|
|
2984
|
-
- `#I251864` - The pages in the landscape document will be rendered properly.
|
|
2985
|
-
- `#I250902` - Now, the text Markup annotations are working properly inside the Tab control.
|
|
2986
|
-
- `#I250538` - The ajaxRequestFailed event will be triggered for all the possible ajax error codes.
|
|
2987
|
-
- `#I252269` – The mouse cursor has been updated properly after adding the free text annotation.
|
|
2988
|
-
- `#I251401` - The annotationSelect event will be triggered properly while selecting the annotations.
|
|
2989
|
-
|
|
2990
|
-
## 17.3.19 (2019-10-22)
|
|
2991
|
-
|
|
2992
|
-
### PDF Viewer
|
|
2993
|
-
|
|
2994
|
-
#### New Features
|
|
2995
|
-
|
|
2996
|
-
- `#I249703` - The quality of the printed copy has been improved.
|
|
2997
|
-
- `#I147267`, `#I251146` - Provided the support to delete the annotations in code behind.
|
|
2998
|
-
- `#I248609` - Provided the support to customize the annotation selector.
|
|
2999
|
-
- `#I247224`, `#I248179` - Provided the support to resize the text markup annotation bounds.
|
|
3000
|
-
|
|
3001
|
-
#### Bug Fixes
|
|
3002
|
-
|
|
3003
|
-
- `#I251577` - The value of the isDocumentEdited property now returned properly for shapes, measure, stamps annotation and form filling features.
|
|
3004
|
-
- `#I249588` - The PDF Viewer control size is updated properly while using in tab control.
|
|
3005
|
-
- `#I251729` - The text markup annotation selector is cleared properly when loading the another PDF document.
|
|
3006
|
-
- `#I251742` - The perimeter shape type has been updated properly when exporting the annotation details.
|
|
3007
|
-
- `#I251494` - The reference error will no longer be thrown if you render the PDF document in docker Linux container environment.
|
|
3008
|
-
- `#I251153` – The previously imported annotations are no more cleared when import the other set of annotations.
|
|
3009
|
-
|
|
3010
|
-
## 17.3.17 (2019-10-15)
|
|
3011
|
-
|
|
3012
|
-
### PDF Viewer
|
|
3013
|
-
|
|
3014
|
-
#### New Features
|
|
3015
|
-
|
|
3016
|
-
- `#I248585` - The start and end indexes of text markup annotation have been exposed in the annotationAdd event.
|
|
3017
|
-
|
|
3018
|
-
#### Bug Fixes
|
|
3019
|
-
|
|
3020
|
-
- `#I249742` - The annotationSelect event will be triggered properly after selecting another text markup annotation.
|
|
3021
|
-
- `#I245008` - Notes of the measure annotations will now be updated properly after modifying the scale values.
|
|
3022
|
-
|
|
3023
|
-
## 17.3.16 (2019-10-09)
|
|
3024
|
-
|
|
3025
|
-
### PDF Viewer
|
|
3026
|
-
|
|
3027
|
-
#### New Features
|
|
3028
|
-
|
|
3029
|
-
- `#I249725` - Provided the support to enable or disable the comment panel.
|
|
3030
|
-
- `#I248609` - Exposed the API for textSelectionStart and textSelectionEnd events in the PDF Viewer.
|
|
3031
|
-
|
|
3032
|
-
#### Bug Fixes
|
|
3033
|
-
|
|
3034
|
-
- `#I249017` - Multiline text markup annotation bounds will be returned properly in the annotationAdd event arguments.
|
|
3035
|
-
|
|
3036
|
-
## 17.3.14 (2019-10-03)
|
|
3037
|
-
|
|
3038
|
-
### PDF Viewer
|
|
3039
|
-
|
|
3040
|
-
#### New Features
|
|
3041
|
-
|
|
3042
|
-
- `#I227046`, `#I230887`, `#I142366`, `#I231973`, `#I237847`, `#I244849`, `#I238686`, `#I239233`, `#I241638`, `#I241638`, `#I242232`, `#I239221`, `#I240051`, `#I245255` – The support has been provided for filling the form fields.
|
|
3043
|
-
- `#I233655`, `#I236240`, `#I236825`, `#I238694`, `#I241974`, `#I243864`, `#I245087` – The support has been provided for free text annotation.
|
|
3044
|
-
- `#I246059` - Exposed the thumbnailClick event to identify the thumbnail clicks action.
|
|
3045
|
-
- `#I246767` – The support has been provided to export the annotation details as JSON object in client-side.
|
|
3046
|
-
- `#I245008` – The support has been provided to update the existing calibrate annotation if we modify the scale value.
|
|
3047
|
-
- Improved the scrolling performance in mobile devices.
|
|
3048
|
-
|
|
3049
|
-
#### Bug Fixes
|
|
3050
|
-
|
|
3051
|
-
- `#I247914` – The perimeter annotation will be rendered properly when the line is ended in the starting point.
|
|
3052
|
-
- `#I248062` – Extra edge will not be added to the polygon shapes when rendered in the page.
|
|
3053
|
-
- `#I248092` – Contents will not be swapped if you switch randomly between two documents.
|
|
3054
|
-
- `#I248093` – Script error will no longer be thrown if you switch randomly between two documents.
|
|
3055
|
-
- `#I247787` – The searched text will be highlighted properly in the provided document.
|
|
3056
|
-
- `#I146785` – Script error will no longer be thrown when the PDF Viewer control is used in the React application.
|
|
3057
|
-
|
|
3058
|
-
## 17.3.9-beta (2019-09-20)
|
|
3059
|
-
|
|
3060
|
-
### PDF Viewer
|
|
3061
|
-
|
|
3062
|
-
#### New Features
|
|
3063
|
-
|
|
3064
|
-
- `#I227046`, `#I230887`, `#I142366`, `#I231973`, `#I237847`, `#I244849`, `#I238686`, `#I239233`, `#I241638`, `#I241638`, `#I242232`, `#I239221`, `#I240051`, `#I245255` – The support has been provided for filling the form fields.
|
|
3065
|
-
- `#I233655`, `#I236240`, `#I236825`, `#I238694`, `#I241974`, `#I243864`, `#I245087` – The support has been provided for free text annotation.
|
|
3066
|
-
- `#I246059` - Exposed the thumbnailClick event to identify the thumbnail clicks action.
|
|
3067
|
-
- `#I246767` – The support has been provided to export the annotation details as JSON object in client-side.
|
|
3068
|
-
- `#I245008` – The support has been provided to update the existing calibrate annotation if we modify the scale value.
|
|
3069
|
-
- Improved the scrolling performance in mobile devices.
|
|
3070
|
-
|
|
3071
|
-
## 17.2.49 (2019-09-04)
|
|
3072
|
-
|
|
3073
|
-
### PDF Viewer
|
|
3074
|
-
|
|
3075
|
-
#### Bug Fixes
|
|
3076
|
-
|
|
3077
|
-
- `#I246044` – The assigned author name is now preserved properly while loading or saving the document in PDF Viewer.
|
|
3078
|
-
- `#I245087` – The Polygon, Perimeter, and Volume annotations will be drawn properly in the low zoom values.
|
|
3079
|
-
- `#I245820` - Magnification on double tap will no longer happen when the pinch zoom is disabled in the PDF Viewer control.
|
|
3080
|
-
- `#I244787` – The Comment panel is now opened properly while double clicking the annotation created from the code behind.
|
|
3081
|
-
- `#I246041` - The warning message will no longer be thrown when the web action method is executed.
|
|
3082
|
-
|
|
3083
|
-
## 17.2.47 (2019-08-27)
|
|
3084
|
-
|
|
3085
|
-
### PDF Viewer
|
|
3086
|
-
|
|
3087
|
-
#### New Features
|
|
3088
|
-
|
|
3089
|
-
- `#I243205`, `#I245009` - Provided the support to include Custom stamps in stamp dropdown.
|
|
3090
|
-
- `#I243133` - Provided the support to customize tooltip of the hyperlink on mouse hover.
|
|
3091
|
-
- `#I245007` - Provided the Feet unit support in measurement annotation.
|
|
3092
|
-
|
|
3093
|
-
#### Bug Fixes
|
|
3094
|
-
|
|
3095
|
-
- `#I244499` - The shape and measurement annotations will now be rendered properly in the rotated documents.
|
|
3096
|
-
- `#I244481` - The script errors will no longer be thrown in PDF Viewer in IE browser.
|
|
3097
|
-
|
|
3098
|
-
## 17.2.46 (2019-08-22)
|
|
3099
|
-
|
|
3100
|
-
### PDF Viewer
|
|
3101
|
-
|
|
3102
|
-
#### Breaking Changes
|
|
3103
|
-
|
|
3104
|
-
- The following API is renamed.
|
|
3105
|
-
|
|
3106
|
-
| Existing API name| New API Name |
|
|
3107
|
-
|------|-------------|
|
|
3108
|
-
| toolbarItem| toolbarItems|
|
|
3109
|
-
|
|
3110
|
-
#### New Features
|
|
3111
|
-
|
|
3112
|
-
- `#I223065`, `#I234860`, `#I241770`, `#I241487`, `#I229426`, `#I244801` – Provided the support for importing and exporting the annotation details as a JSON object.
|
|
3113
|
-
|
|
3114
|
-
#### Bug Fixes
|
|
3115
|
-
|
|
3116
|
-
- `#I243837` – Exception will no longer be thrown while loading the PDF document as FileStream.
|
|
3117
|
-
|
|
3118
|
-
## 17.2.41 (2019-08-14)
|
|
3119
|
-
|
|
3120
|
-
### PDF Viewer
|
|
3121
|
-
|
|
3122
|
-
#### Bug Fixes
|
|
3123
|
-
|
|
3124
|
-
- `#I241487`, `#I243077` - Annotation author name is now updated properly in the comment panel.
|
|
3125
|
-
- `#I242804` - The Bookmark's destination value is now maintained properly during navigation.
|
|
3126
|
-
- `#I241487` - The provided PDF document will now be loaded properly in the PDF Viewer control.
|
|
3127
|
-
- `#I244437` - Resolved the typo errors in the PDF Viewer toolbar content.
|
|
3128
|
-
- `#I244654` - The editAnnotation API is now working properly.
|
|
3129
|
-
- `#I243134` - The PDF documents load properly when render the PDF Viewer control under multiple tab with fitToPage view mode during initial loading.
|
|
3130
|
-
|
|
3131
|
-
## 17.2.40 (2019-08-06)
|
|
3132
|
-
|
|
3133
|
-
### PDF Viewer
|
|
3134
|
-
|
|
3135
|
-
#### New Features
|
|
3136
|
-
|
|
3137
|
-
- `#I242329` - Provided the support to customize scale ratio value of measurement annotation.
|
|
3138
|
-
- `#I241886` - Provided the support to display context menu in mouse up action.
|
|
3139
|
-
|
|
3140
|
-
#### Bug Fixes
|
|
3141
|
-
|
|
3142
|
-
- `#I242495`, `#I243160` – Hyperlink element is now rendered properly for the rotated page document.
|
|
3143
|
-
- `#I238064` – Searched target text is now highlighted properly for the provided document.
|
|
3144
|
-
- `#I241904`, `#I241294` – Converted PDF document is now rendered properly in IE browser.
|
|
3145
|
-
- `#I242282` – Text search is now working properly while using PDF Viewer control inside the Tab control.
|
|
3146
|
-
|
|
3147
|
-
## 17.2.39 (2019-07-30)
|
|
3148
|
-
|
|
3149
|
-
### PDF Viewer
|
|
3150
|
-
|
|
3151
|
-
#### New Features
|
|
3152
|
-
|
|
3153
|
-
- `#I240440` - More details have been provided in the ajaxRequestfailure event.
|
|
3154
|
-
- `#I242375` – Now, the annotation edit toolbar is enabled by default using the enableAnnotationToolbar property.
|
|
3155
|
-
- `#I241715` - Support has been provided to render the annotation modified date and time in the comment panel.
|
|
3156
|
-
|
|
3157
|
-
#### Bug Fixes
|
|
3158
|
-
|
|
3159
|
-
- `#I242803` - The request handling has been optimized for retrieving the comments details from the PDF document.
|
|
3160
|
-
|
|
3161
|
-
## 17.2.36 (2019-07-24)
|
|
3162
|
-
|
|
3163
|
-
### PDF Viewer
|
|
3164
|
-
|
|
3165
|
-
#### New Features
|
|
3166
|
-
|
|
3167
|
-
- Provided the API to modify the scale ratio to change the quality of the pages rendered in the PDF Viewer.
|
|
3168
|
-
|
|
3169
|
-
## 17.2.35 (2019-07-17)
|
|
3170
|
-
|
|
3171
|
-
### PDF Viewer
|
|
3172
|
-
|
|
3173
|
-
#### Bug Fixes
|
|
3174
|
-
|
|
3175
|
-
- `#I229426` - Provided the API to select, edit, and delete the annotations.
|
|
3176
|
-
|
|
3177
|
-
## 17.2.34 (2019-07-11)
|
|
3178
|
-
|
|
3179
|
-
### PDF Viewer
|
|
3180
|
-
|
|
3181
|
-
#### Breaking Changes
|
|
3182
|
-
|
|
3183
|
-
- The following event arguments are renamed.
|
|
3184
|
-
|
|
3185
|
-
| Existing Event Arguments Name| New Event Arguments Name |
|
|
3186
|
-
|------|-------------|
|
|
3187
|
-
|IUnloadEventArgs|UnloadEventArgs|
|
|
3188
|
-
|ILoadEventArgs|LoadEventArgs|
|
|
3189
|
-
|ILoadFailedEventArgs|LoadFailedEventArgs|
|
|
3190
|
-
|IAjaxRequestFailureEventArgs|AjaxRequestFailureEventArgs|
|
|
3191
|
-
|IPageChangeEventArgs|PageChangeEventArgs|
|
|
3192
|
-
|IPageClickEventArgs|PageClickEventArgs|
|
|
3193
|
-
|IZoomChangeEventArgs|ZoomChangeEventArgs|
|
|
3194
|
-
|IHyperlinkClickEventArgs |HyperlinkClickEventArgs |
|
|
3195
|
-
|IAnnotationAddEventArgs|AnnotationAddEventArgs|
|
|
3196
|
-
|IAnnotationRemoveEventArgs|AnnotationRemoveEventArgs|
|
|
3197
|
-
|IAnnotationPropertiesChangeEventArgs|AnnotationPropertiesChangeEventArgs|
|
|
3198
|
-
|
|
3199
|
-
#### New Features
|
|
3200
|
-
|
|
3201
|
-
- `#I208298`, `#I223253`, `#I224643`, `#I233655`, `#I238694` - Provided the supports for shape annotations.
|
|
3202
|
-
- `#I219446`, `#I224643`, `#I230115`, `#I233032`, `#F144297`, `#I236825`, `#I238694` - Provided the supports for stamp annotations.
|
|
3203
|
-
- `#I229426` - Provided the supports for calibrate annotations.
|
|
3204
|
-
- `#I223253`, `#I238694` - Provided the supports for sticky notes annotations.
|
|
3205
|
-
- `#I238812` – Provided support to restrict the hyperlink navigation.
|
|
3206
|
-
- `#I236995` – Provided support to restrict the pinch zooming using the ‘enablePinchZoom’ property.
|
|
3207
|
-
|
|
3208
|
-
#### Bug Fixes
|
|
3209
|
-
|
|
3210
|
-
- `#I233161` – Now, loading Indicator will be shown properly while loading a large page size document.
|
|
3211
|
-
- `#I233035` - HyperlinkClick event is now triggered properly.
|
|
3212
|
-
- `#I234364` - Pan interaction mode is now working properly when the toolbar is disabled.
|
|
3213
|
-
- `#I231436` - PDF document is now rendered properly while using the PDF Viewer control inside Tab control.
|
|
3214
|
-
- `#I232104` - Cleared the warnings in css files.
|
|
3215
|
-
- `#I238761` - Height of the PDF Viewer control is now maintained properly when using inside the tab control.
|
|
3216
|
-
|
|
3217
|
-
## 17.2.28-beta (2019-06-27)
|
|
3218
|
-
|
|
3219
|
-
### PDF Viewer
|
|
3220
|
-
|
|
3221
|
-
#### Breaking Changes
|
|
3222
|
-
|
|
3223
|
-
- The following event arguments are renamed.
|
|
3224
|
-
|
|
3225
|
-
| Existing Event Arguments Name| New Event Arguments Name |
|
|
3226
|
-
|------|-------------|
|
|
3227
|
-
|IUnloadEventArgs|UnloadEventArgs|
|
|
3228
|
-
|ILoadEventArgs|LoadEventArgs|
|
|
3229
|
-
|ILoadFailedEventArgs|LoadFailedEventArgs|
|
|
3230
|
-
|IAjaxRequestFailureEventArgs|AjaxRequestFailureEventArgs|
|
|
3231
|
-
|IPageChangeEventArgs|PageChangeEventArgs|
|
|
3232
|
-
|IPageClickEventArgs|PageClickEventArgs|
|
|
3233
|
-
|IZoomChangeEventArgs|ZoomChangeEventArgs|
|
|
3234
|
-
|IHyperlinkClickEventArgs |HyperlinkClickEventArgs |
|
|
3235
|
-
|IAnnotationAddEventArgs|AnnotationAddEventArgs|
|
|
3236
|
-
|IAnnotationRemoveEventArgs|AnnotationRemoveEventArgs|
|
|
3237
|
-
|IAnnotationPropertiesChangeEventArgs|AnnotationPropertiesChangeEventArgs|
|
|
3238
|
-
|
|
3239
|
-
#### New Features
|
|
3240
|
-
|
|
3241
|
-
- `#I208298`, `#I223253`, `#I224643`, `#I233655`, `#I238694` - Provided the supports for shape annotations.
|
|
3242
|
-
- `#I219446`, `#I224643`, `#I230115`, `#I233032`, `#F144297`, `#I236825`, `#I238694` - Provided the supports for stamp annotations.
|
|
3243
|
-
- `#I229426` - Provided the supports for calibrate annotations.
|
|
3244
|
-
- `#I223253`, `#I238694` - Provided the supports for sticky notes annotations.
|
|
3245
|
-
|
|
3246
|
-
#### Bug Fixes
|
|
3247
|
-
|
|
3248
|
-
- `#I233161` – Now, loading Indicator will be shown properly while loading a large page size document.
|
|
3249
|
-
- `#I233035` - HyperlinkClick event is now triggered properly.
|
|
3250
|
-
- `#I234364` - Pan interaction mode is now working properly when the toolbar is disabled.
|
|
3251
|
-
- `#I231436` - PDF document is now rendered properly while using the PDF Viewer control inside Tab control.
|
|
3252
|
-
- `#I232104` - Cleared the warnings in css files.
|
|
3253
|
-
|
|
3254
|
-
## 17.1.47 (2019-05-14)
|
|
3255
|
-
|
|
3256
|
-
### PDF Viewer
|
|
3257
|
-
|
|
3258
|
-
#### New Features
|
|
3259
|
-
|
|
3260
|
-
- Provided the supports for adding custom header to the AJAX requests in the PDF viewer control.
|
|
3261
|
-
|
|
3262
|
-
## 17.1.44 (2019-05-07)
|
|
3263
|
-
|
|
3264
|
-
### PDF Viewer
|
|
3265
|
-
|
|
3266
|
-
#### New Features
|
|
3267
|
-
|
|
3268
|
-
- Provided the supports for adding custom header to the AJAX requests in the PDF viewer control.
|
|
3269
|
-
|
|
3270
|
-
## 17.1.43 (2019-04-30)
|
|
3271
|
-
|
|
3272
|
-
### PDF Viewer
|
|
3273
|
-
|
|
3274
|
-
#### Bug Fixes
|
|
3275
|
-
|
|
3276
|
-
- The Loading Indicator is now shown properly while loading a large page size document.
|
|
3277
|
-
- The pan interaction mode is now working properly when the toolbar is disabled.
|
|
3278
|
-
|
|
3279
|
-
## 17.1.42 (2019-04-23)
|
|
3280
|
-
|
|
3281
|
-
### PDF Viewer
|
|
3282
|
-
|
|
3283
|
-
#### Bug Fixes
|
|
3284
|
-
|
|
3285
|
-
- The issue "the hyperlinkClick event is not triggered for web links" has been fixed.
|
|
3286
|
-
|
|
3287
|
-
## 17.1.41 (2019-04-16)
|
|
3288
|
-
|
|
3289
|
-
### PDF Viewer
|
|
3290
|
-
|
|
3291
|
-
#### Bug Fixes
|
|
3292
|
-
|
|
3293
|
-
- The font size is missing warning will no longer be thrown from styles in the PDF Viewer.
|
|
3294
|
-
|
|
3295
|
-
## 17.1.40 (2019-04-09)
|
|
3296
|
-
|
|
3297
|
-
### PDF Viewer
|
|
3298
|
-
|
|
3299
|
-
#### Bug Fixes
|
|
3300
|
-
|
|
3301
|
-
- The PDF document is now rendered properly while using the PDF Viewer inside the Tab control.
|
|
3302
|
-
- The font size is missing warning will no longer be thrown from styles in the PDF Viewer.
|
|
3303
|
-
|
|
3304
|
-
## 17.1.38 (2019-03-29)
|
|
3305
|
-
|
|
3306
|
-
### PDF Viewer
|
|
3307
|
-
|
|
3308
|
-
#### New Features
|
|
3309
|
-
|
|
3310
|
-
- Text Markup annotation support has been provided to PDF Viewer.
|
|
3311
|
-
- Mobile view responsiveness support has been provided.
|
|
3312
|
-
- Right-to-left support has been provided.
|
|
3313
|
-
- Accessibility support has been provided to PDF Viewer.
|
|
3314
|
-
|
|
3315
|
-
#### Bug Fixes
|
|
3316
|
-
|
|
3317
|
-
- The issue “Added PDF document cache element did not maintain properly” has been fixed.
|
|
3318
|
-
- The issue “PdfRenderer object is not disposing properly in EJ2 PDF Viewer library” has been fixed.
|
|
3319
|
-
- The issue “PDF Viewer clears all the session storage” has been fixed.
|
|
3320
|
-
- Resolved the script error while accessing invalid link annotation destination.
|
|
3321
|
-
- Resolved Single Page Document Rendering issue.
|
|
3322
|
-
- Document Load event not triggered for lower zoom value issue has been fixed.
|
|
3323
|
-
|
|
3324
|
-
## 17.1.32-beta (2019-03-13)
|
|
3325
|
-
|
|
3326
|
-
### PDF Viewer
|
|
3327
|
-
|
|
3328
|
-
#### New Features
|
|
3329
|
-
|
|
3330
|
-
- Text Markup annotation support has been provided to PDF Viewer.
|
|
3331
|
-
- Mobile view responsiveness support has been provided.
|
|
3332
|
-
- Right-to-left support has been provided.
|
|
3333
|
-
- Accessibility support has been provided to PDF Viewer.
|
|
3334
|
-
|
|
3335
|
-
#### Bug Fixes
|
|
3336
|
-
|
|
3337
|
-
- The issue “Added PDF document cache element did not maintain properly” has been fixed.
|
|
3338
|
-
- The issue “PdfRenderer object is not disposing properly in EJ2 PDF Viewer library” has been fixed.
|
|
3339
|
-
- The issue “PDF Viewer clears all the session storage” has been fixed.
|
|
3340
|
-
- Resolved the script error while accessing invalid link annotation destination.
|
|
3341
|
-
- Resolved Single Page Document Rendering issue.
|
|
3342
|
-
- Document Load event not triggered for lower zoom value issue has been fixed.
|
|
3343
|
-
|
|
3344
|
-
## 16.4.55 (2019-02-27)
|
|
3345
|
-
|
|
3346
|
-
### PDF Viewer
|
|
3347
|
-
|
|
3348
|
-
#### Bug Fixes
|
|
3349
|
-
|
|
3350
|
-
- Document Load event not triggered for lower zoom value issue was fixed.
|
|
3351
|
-
|
|
3352
|
-
## 16.4.52 (2019-02-05)
|
|
3353
|
-
|
|
3354
|
-
### PDF Viewer
|
|
3355
|
-
|
|
3356
|
-
#### Bug Fixes
|
|
3357
|
-
|
|
3358
|
-
- Resolved PDF Viewer Session Storage Clear Issue.
|
|
3359
|
-
- Resolved single Page Document Rendering Issue.
|
|
3360
|
-
- Resolved the script error while accessing invalid link annotation destination.
|
|
3361
|
-
- The scrolling when the toolbar is clicked is prevented
|
|
3362
|
-
|
|
3363
|
-
## 16.4.48 (2019-01-22)
|
|
3364
|
-
|
|
3365
|
-
### PDF Viewer
|
|
3366
|
-
|
|
3367
|
-
#### Bug Fixes
|
|
3368
|
-
|
|
3369
|
-
- Resolved PDF Viewer Session Storage Clear Issue.
|
|
3370
|
-
- Resolved single Page Document Rendering Issue.
|
|
3371
|
-
|
|
3372
|
-
## 16.4.46 (2019-01-08)
|
|
3373
|
-
|
|
3374
|
-
### PDF Viewer
|
|
3375
|
-
|
|
3376
|
-
#### Bug Fixes
|
|
3377
|
-
|
|
3378
|
-
- Resolved the script error while accessing invalid link annotation destination.
|
|
3379
|
-
|
|
3380
|
-
## 16.4.44 (2018-12-24)
|
|
3381
|
-
|
|
3382
|
-
### PDF Viewer
|
|
3383
|
-
|
|
3384
|
-
#### Bug Fixes
|
|
3385
|
-
|
|
3386
|
-
- The scrolling when the toolbar is clicked is prevented
|
|
3387
|
-
|
|
3388
|
-
## 16.4.40-beta (2018-12-10)
|
|
3389
|
-
|
|
3390
|
-
### PDF Viewer
|
|
3391
|
-
|
|
3392
|
-
#### Bug Fixes
|
|
3393
|
-
|
|
3394
|
-
The PDF Viewer component enables you to view and print the PDF files.
|
|
3395
|
-
|
|
3396
|
-
- Both normal and PDF files protected with AES and RC4 encryption can be opened and displayed.
|
|
3397
|
-
- Core interactions are included: scrolling, zooming, panning, and page navigation.
|
|
3398
|
-
- Built-in toolbar.
|
|
3399
|
-
- Text can be selected and copied from PDF files.
|
|
3400
|
-
- Text can be easily searched for across the PDF document.
|
|
3401
|
-
- Easy navigation with the help of bookmarks, thumbnails, hyperlinks, and a table of contents.
|
|
3402
|
-
- Two view modes are included: fit-to-page and fit-to-width.
|
|
3403
|
-
- An entire document or a specific page can be printed directly from the browser.The PDF Viewer component enables you to view and print the PDF files.
|
|
3404
|
-
|
|
3405
|
-
- Both normal and PDF files protected with AES and RC4 encryption can be opened and displayed.
|
|
3406
|
-
- Core interactions are included: scrolling, zooming, panning, and page navigation.
|
|
3407
|
-
- Built-in toolbar.
|
|
3408
|
-
- Text can be selected and copied from PDF files.
|
|
3409
|
-
- Text can be easily searched for across the PDF document.
|
|
3410
|
-
- Easy navigation with the help of bookmarks, thumbnails, hyperlinks, and a table of contents.
|
|
3411
|
-
- Two view modes are included: fit-to-page and fit-to-width.
|
|
3412
|
-
- An entire document or a specific page can be printed directly from the browser.
|