@syncfusion/ej2-angular-pdfviewer 31.1.17-ngcc → 31.1.17

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