@syncfusion/ej2-angular-pdfviewer 24.1.44 → 24.1.45-ngcc

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (30) hide show
  1. package/@syncfusion/ej2-angular-pdfviewer.es5.js +270 -0
  2. package/@syncfusion/ej2-angular-pdfviewer.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-pdfviewer.js +251 -0
  4. package/@syncfusion/ej2-angular-pdfviewer.js.map +1 -0
  5. package/CHANGELOG.md +2272 -0
  6. package/dist/ej2-angular-pdfviewer.umd.js +486 -0
  7. package/dist/ej2-angular-pdfviewer.umd.js.map +1 -0
  8. package/dist/ej2-angular-pdfviewer.umd.min.js +11 -0
  9. package/dist/ej2-angular-pdfviewer.umd.min.js.map +1 -0
  10. package/ej2-angular-pdfviewer.d.ts +5 -0
  11. package/ej2-angular-pdfviewer.metadata.json +1 -0
  12. package/package.json +13 -27
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/utils/lib-details.d.ts +2 -2
  15. package/schematics/utils/lib-details.js +2 -2
  16. package/schematics/utils/lib-details.ts +2 -2
  17. package/src/pdfviewer/pdfviewer-all.module.d.ts +0 -6
  18. package/src/pdfviewer/pdfviewer.component.d.ts +0 -3
  19. package/src/pdfviewer/pdfviewer.module.d.ts +0 -6
  20. package/esm2020/public_api.mjs +0 -3
  21. package/esm2020/src/index.mjs +0 -5
  22. package/esm2020/src/pdfviewer/pdfviewer-all.module.mjs +0 -62
  23. package/esm2020/src/pdfviewer/pdfviewer.component.mjs +0 -143
  24. package/esm2020/src/pdfviewer/pdfviewer.module.mjs +0 -25
  25. package/esm2020/syncfusion-ej2-angular-pdfviewer.mjs +0 -5
  26. package/fesm2015/syncfusion-ej2-angular-pdfviewer.mjs +0 -231
  27. package/fesm2015/syncfusion-ej2-angular-pdfviewer.mjs.map +0 -1
  28. package/fesm2020/syncfusion-ej2-angular-pdfviewer.mjs +0 -231
  29. package/fesm2020/syncfusion-ej2-angular-pdfviewer.mjs.map +0 -1
  30. package/syncfusion-ej2-angular-pdfviewer.d.ts +0 -5
package/CHANGELOG.md ADDED
@@ -0,0 +1,2272 @@
1
+ # Changelog
2
+
3
+ ## [Unreleased]
4
+
5
+ ### PDF Viewer
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I529642` - Now, the `strikethrough` is properly preserved in the provided document when downloading it and opening it in other viewers.
10
+ - `#I527440` - Now, the thumbnail PDF is retaining the position for larger pages after rotating a single page in PDF document.
11
+ - `#I529806` - Now, the DOM elements related to the PDF Viewer control are properly destroyed after destroying the PDF Viewer control.
12
+ - `#I533430`, `#I533962` - Now, the provided documents are loading in the Stand-alone PDF Viewer.
13
+ - `#I532281` - Now, the landscape documents are properly re-rendered in the Stand-alone PDF Viewer.
14
+ - `#I524631` - Now, the custom stamp options are not being removed in the custom stamp menu when updating after control initialization.
15
+ - `#I531042` - Now, the custom data of the annotation is properly preserved after undoing the deletion of the imported annotation.
16
+ - `#I533144` - Now, the documents load properly in the Stand-alone PDF Viewer when using the document path and open option alternatively.
17
+ - `#I528636` - Now, the saved text markup annotation is rendered properly when adding the annotation programmatically.
18
+
19
+ ## 24.1.44 (2024-01-03)
20
+
21
+ ### PDF Viewer
22
+
23
+ #### Bug Fixes
24
+
25
+ - `#I529607` - Now, the formatting is not applying to extraneous line spacing in freetext annotation for PDF Viewer and downloaded document.
26
+
27
+ ## 24.1.43 (2023-12-27)
28
+
29
+ ### PDF Viewer
30
+
31
+ #### Bug Fixes
32
+
33
+ - `#I499403` - Now, the import functionality is working for the given custom stamp annotation.
34
+ - `#I525379` - Now, the PDF pages are rendered properly when zooming in the provided PDF document on the client-side rendering.
35
+ - `#I529609` - Now, the annotation time does not change in the comment panel without making any changes.
36
+ - `#F185745` - Now, the calibrate distance annotations is not flip when downloading the document and opening it in the other viewers.
37
+ - `#I529723` - Now, the radio button size does not enlarge when copied, pasted, or dragged.
38
+ - `#I529705` - Now, the annotations are displayed after importing XFDF file.
39
+
40
+ ## 24.1.41 (2023-12-18)
41
+
42
+ ### PDF Viewer
43
+
44
+ #### Bug Fixes
45
+
46
+ - `#I522001` - Now, the `RenderPdfPages` request is not triggered twice when the `zoomMode` is set during the initial loading.
47
+ - `#I526468` - Now, the position of the free text annotations does not shift when double-clicking the annotation in the provided document.
48
+ - `#I525845` - Now, the read-only radio buttons are properly preserved in the saved document.
49
+
50
+ #### New Features
51
+
52
+ - Introduced support for adding multiple new items within the built-in toolbar, offering users the ability to customize and expand their toolbar options.
53
+ - Introduced keyboard-based navigation features to improve the user experience, allowing individuals to navigate the PDF Viewer with greater efficiency.
54
+
55
+ ## 23.2.7 (2023-12-05)
56
+
57
+ ### PDF Viewer
58
+
59
+ #### Bug Fixes
60
+
61
+ - `#I526059` - Now, the export Annotations is working in the presence of subject property in `annotationSettings`.
62
+ - `#I525692` - Now, the stretch fit mode has been appropriately implemented for the signature image content within the signature and initial field.
63
+
64
+ ## 23.2.6 (2023-11-29)
65
+
66
+ ### PDF Viewer
67
+
68
+ #### Bug Fixes
69
+
70
+ - `#I518113` - Now, the provided document is properly loaded and scrolls without getting stuck or freezing.
71
+ - `#I517738` - Now, the text selection is working properly while selecting the text from left to right.
72
+ - `#I521831` - Now, The script error is resolved when the read only property of the form fields were updated as true.
73
+ - `#I510393` - Now, the script error has been resolved while loading a provided PDF document.
74
+ - `#I521824` - now, when the read-only radio button is clicked, the undo button does not get automatically enabled.
75
+
76
+ ## 23.2.5 (2023-11-23)
77
+
78
+ ### PDF Viewer
79
+
80
+ #### Bug Fixes
81
+
82
+ - `#I517898` - Now, the radio button's background color does not shifts to white automatically.
83
+ - `#I507874` - Now, circles with graphics are rendered properly when loading the specific document.
84
+ - `#I517892` - Now, the read-only radio button does not gets automatically selected.
85
+ - `#I517897` - Now, the background color is not changed for read-only dropdown, checkbox and radio button fields in other viewers while saving the document.
86
+
87
+ ## 23.2.4 (2023-11-20)
88
+
89
+ ### PDF Viewer
90
+
91
+ #### Bug Fixes
92
+
93
+ - `#I512867` - Now, the transparency in the border color for the checkbox is being maintained when the document is loaded.
94
+ - `#I515960` - Now, the mouse cursor position is properly updated for multiline fields when clicked.
95
+
96
+ ## 23.1.44 (2023-11-07)
97
+
98
+ ### PDF Viewer
99
+
100
+ #### Bug Fixes
101
+
102
+ - `#I511552` - Now, the `openThumbnailPane` method does not close the thumbnail pane.
103
+ - `#I509218` - Now, The thumbnail pane is now rendered properly when opened programmatically.
104
+ - `#I509483` - Now, the issue of loading the provided PDF document has been resolved.
105
+ - `#I510606` - Now, the opacity value is properly preserved in the free annotation if it is set as zero programmatically.
106
+ - `#I513923` -Now, the script error is resolved when loading a document using the created event.
107
+
108
+ ## 23.1.43 (2023-10-31)
109
+
110
+ ### PDF Viewer
111
+
112
+ #### Bug Fixes
113
+
114
+ - `#I511694` - Now, The script error is resolved when export the annotation as object after adding the handwritten signature.
115
+ - `#I511005` - Now, the programmatically added stamp annotation is visible in the PDF Viewer.
116
+ - `#I508032` - Now, the signature fields are not placed outside the page when placed between pages.
117
+ - `#I508421` - Now, the redo operations on free text annotations is working properly.
118
+
119
+ #### New Features
120
+
121
+ - `#I504779` - Provided support to programmatically add and update the annotation subject property.
122
+
123
+ ## 23.1.42 (2023-10-24)
124
+
125
+ ### PDF Viewer
126
+
127
+ #### Bug Fixes
128
+
129
+ - `#I509234` - Now, the multiline property is properly updated when the `updateformfields` API is called programmatically.
130
+ - `#I509208` - Now, the script error no longer occurs when adding the signature event without injecting the form fields.
131
+
132
+ ## 23.1.41 (2023-10-17)
133
+
134
+ ### PDF Viewer
135
+
136
+ #### Bug Fixes
137
+
138
+ - `#I503904` - Now, the missing properties have been included in the form field collections.
139
+ - `#I506233` - Now, the dropdown list does not open when selecting the dropdown field in designer mode.
140
+ - `#F184471` - Newline characters are now correctly retained in the saved document when saving a document with numerous free text annotations.
141
+ - `#I505498` - Now, the thumbnail highlighting functions correctly when scrolling and viewing rotated pages.
142
+ - `#I507503` - Now, clicking again the same bookmark after scrolling ,the bookmark is navigated correctly.
143
+ - `#I504089` - Now, the search is working when the Enter key is pressed continuously in the Public API.
144
+ - `#I501644` - Now, the Stack Overflow exception is not occurred while loading the 6000 bookmarks document.
145
+
146
+ ## 23.1.40 (2023-10-10)
147
+
148
+ ### PDF Viewer
149
+
150
+ #### New Features
151
+
152
+ - `#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.
153
+
154
+ #### Bug Fixes
155
+
156
+ - `#I506873` - Now, the `AnnotationMove` and `AnnotationResize` events are triggered for the respective actions of the annotations.
157
+ - `#I503362` - Now, the author name is updated properly in the comment panel when adding annotations programmatically.
158
+ - `#I505753` - Now, the annotation comment text is rendered correctly, and it is possible to add a reply comment after importing the annotation.
159
+
160
+ ## 23.1.39 (2023-10-04)
161
+
162
+ ### PDF Viewer
163
+
164
+ #### Bug Fixes
165
+
166
+ - `#I497739` - Now, the comment panel close and more buttons are properly displayed in mobile mode.
167
+ - `#I485341` - Now, the free text annotation does not resizes automatically on first click when enable autofit is set to true.
168
+ - `#F184471` - Now, when saving a document with free text annotation, newline characters are properly preserved in the saved document.
169
+ - `#I502323` - Now, the form field names do not get duplicated when we add them programmatically or through the UI.
170
+ - `#I499440`, `#I505546` - Now, the comment panel value for the ink annotation is added with the provided author value.
171
+
172
+ ## 23.1.38 (2023-09-26)
173
+
174
+ ### PDF Viewer
175
+
176
+ #### Bug Fixes
177
+
178
+ - `#I498978` - Now, the tooltip will not be displayed when no value is provided for the tooltip on radio buttons and checkboxes fields.
179
+ - `#I498981` - Now, the tooltip is not visible after deleting the tooltip value for the dropdown field.
180
+ - `#I494968` - Now, the annotation toolbar opens properly in mobile mode when `isAnnotationToolbarOpen` is set to TRUE.
181
+ - `#I495804` - Now, the loading indicator is enabled while the document is being zoomed.
182
+ - `#I497662` - Now, the close button in the comment panel is properly hidden when switching from mobile mode to desktop mode.
183
+ - `#I497663` - Now, the annotation toolbar shows properly if the comment panel is opened while enabling desktop mode on a mobile device.
184
+ - `#I497269` - Now, the read-only multi-line text box field is not resized in form preview mode.
185
+ - `#I498984` - Now, the tabs within the form field properties do not navigate when swiping over labels.
186
+ - `#I498244` - Now, the allowed interaction is respected when creating locked annotations.
187
+ - `#I496823` - Now, the form field hover does not disappears after adding many form fields.
188
+ - `#I497857` - Now, the cursor position is updated properly when clicking the content in the text box field.
189
+ - `#I496823` - Now, it is possible to resize the form fields if placed at the edge of the page.
190
+ - `#I498980` - Now, if the value of the radio button is null, then the name of the radio button is automatically assigned to the value.
191
+ - `#I502251` - Now, the content of the annotation comment is properly exported in the exported object.
192
+
193
+ ## 23.1.36 (2023-09-15)
194
+
195
+ ### PDF Viewer
196
+
197
+ #### New Features
198
+
199
+ - `#I472310` - Provided support to render the digital signature appearance in the exported images using the 'Export as Image APIs'.
200
+ - `#I445342` - Provided support to enable or disable the lock on comment replies for annotations.
201
+ - `#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.
202
+ - Provided support to restrict file downloads when exporting form fields and annotations using the event argument "cancel".
203
+
204
+ #### Bug Fixes
205
+
206
+ - `#I489522` - Now, when annotations are double-clicked, the `isDocumentEdited API` no longer switches to the TRUE state.
207
+ - `#I492457` - Now, the page renders properly after zooming in and out when the provided PDF document is loaded.
208
+ - `#I488322` - Now, the annotations exported from the older version are imported into the latest version
209
+ - `#I491908` - Now, the type of handwritten signature in Arabic language is retained when downloading the document.
210
+ - `#I490945` - Now, the rotation of the annotations is properly preserved when importing them before rendering the pages.
211
+
212
+ ## 22.2.11 (2023-08-29)
213
+
214
+ ### PDF Viewer
215
+
216
+ #### Bug Fixes
217
+
218
+ - `#I490803` - The script error is now resolved when deleting annotations from different pages.
219
+ - `#I490484` - The comment panel value in the ink annotation is added in the provided document.
220
+ - `#I489551` - Now, the ink annotation in the provided document does not get duplicated.
221
+
222
+ ## 22.2.10 (2023-08-22)
223
+
224
+ ### PDF Viewer
225
+
226
+ #### Bug Fixes
227
+
228
+ - `#I489048` - Now, the Unload API is properly called for the respective components when we use multiple components on a page.
229
+ - `#I489448` - Now, it is possible to add form fields after a few pages with edited properties.
230
+ - `#I490199` - Now, the touch-based page scrolling is works as expected on simulated iOS/iPad devices.
231
+ - The issue with server side rendering in `Next.js` has been resolved.
232
+
233
+ ## 22.2.9 (2023-08-15)
234
+
235
+ ### PDF Viewer
236
+
237
+ #### Bug Fixes
238
+
239
+ - `#I487346` - The free text annotation is now visible during printing when the free text annotation settings is customised.
240
+ - `#I489176` - Now, the line type annotations are drawn properly on mobile devices after zooming.
241
+
242
+ ## 22.2.8 (2023-08-08)
243
+
244
+ ### PDF Viewer
245
+
246
+ #### Bug Fixes
247
+
248
+ - `#I484429` - Now, the error does not occur when we programmatically delete the added annotation.
249
+ - `#I485416` - Now, the ink annotations are rendered properly after programmatically adding the highlight annotation.
250
+
251
+ ## 22.2.7 (2023-08-02)
252
+
253
+ ### PDF Viewer
254
+
255
+ #### Bug Fixes
256
+
257
+ - `#F183545` - Now, the scale ratio is being applied when we set it in the measure settings object.
258
+ - `#I481837` - Now, when updating the form field to be read-only programmatically, it is functioning properly for the pages that are not rendered.
259
+
260
+ ## 22.2.5 (2023-07-27)
261
+
262
+ ### PDF Viewer
263
+
264
+ #### Bug Fixes
265
+
266
+ - `#I481075` - Now, the link navigation is working properly in the provided document.
267
+ - `#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.
268
+ - `#I479497` - Now, the annotations are locked properly when setting the isLock to true in `annotationSettings`.
269
+
270
+ ## 22.1.39 (2023-07-18)
271
+
272
+ ### PDF Viewer
273
+
274
+ #### Bug Fixes
275
+
276
+ - `#I476124` - Now, able to cut, copy and paste the comments on the comment panel using keyboard shortcuts.
277
+ - `#I475392` - Now, `Ctrl + Z` does not removes the entire comment text while editing the comment.
278
+ - `#I478671` - Now, annotations have been rendered and no script error occurred while loading the given document by setting the `enableMeasureAnnotation` to false.
279
+ - `#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`.
280
+ - `#I480522` - Now, the deleted imported annotations do not appear when we resize the PDF Viewer.
281
+ - `#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.
282
+ - `#I477780` - Now, we are able to add the annotations properly using the add annotation API.
283
+
284
+ ## 22.1.38 (2023-07-11)
285
+
286
+ ### PDF Viewer
287
+
288
+ #### Bug Fixes
289
+
290
+ - `#I476114` - Now, the text selection is properly preserved in the comment panel for text markup annotation.
291
+ - `#I470260` - Now, the signature content prints properly in the printed outputs.
292
+ - `#I475929` - Now, the annotation's `isReadonly` behavior is working properly when the `allowedInteractions` set to Select and the isLock property is set to true.
293
+
294
+ ## 22.1.37 (2023-07-04)
295
+
296
+ ### PDF Viewer
297
+
298
+ #### Bug Fixes
299
+
300
+ - `#I473387` - Now, the `fontStyle` object is properly preserved in the annotationSelect event argument if we apply strikeout after underline.
301
+ - `#I472962` - Now, the `isStrikeout` property is properly preserved in the annotationSelect event argument when applying the underline programmatically.
302
+ - `#I470103` - Now, the ink annotation mode is maintained when resizing the PDF Viewer container.
303
+ - `#I473639` - Now, the ink annotation is preserved in the downloaded document when session storage exceeds in the application.
304
+ - `#I473865` - Now, the content of the typed Handwritten signature position is properly preserved in downloaded document.
305
+
306
+ ## 22.1.36 (2023-06-28)
307
+
308
+ ### PDF Viewer
309
+
310
+ #### New Features
311
+
312
+ - `#I832710` - Now, we can restrict the file download of export annotation and form fields.
313
+
314
+ #### Bug Fixes
315
+
316
+ - `#I470152` - Now, when making the form fields read-only, the background color is visible.
317
+ - `#I473505` - Now, the PDF pages are rendered properly for the provided PDF file.
318
+ - `#I472797` - Now, the wrap box for free text annotation automatically updates when changing the font size if the autofit property is set to true.
319
+ - `#I473873` - Now, the content of the typed handwritten signature is properly preserved in the saved document.
320
+
321
+ ## 22.1.34 (2023-06-21)
322
+
323
+ ### PDF Viewer
324
+
325
+ #### Bug Fixes
326
+
327
+ - `#I464829` - Now, we can select text in the comment panel using the mouse cursor.
328
+ - `#I464868` - Now, the default placeholder text is automatically selected when the comment text box for free text annotation is in focus.
329
+ - `#I430769` - Now, when the document is reloaded, exported, or imported into the PDF viewer, the order of the annotations is preserved.
330
+ - `#I472757` - Now, the custom Stamp is not removed when downloading the document after undo and redo.
331
+
332
+ #### New Features
333
+
334
+ - `#I426363`, `F180068` – Provided the support for value property in the radio button and checkbox field.
335
+ - `#I448261` – Exposed the API to load the number of pages on the initial loading.
336
+
337
+ ## 21.2.9 (2023-06-06)
338
+
339
+ ### PDF Viewer
340
+
341
+ #### Bug Fixes
342
+
343
+ - `#I464832` - Now, we can able to edit the first comment of the text markup annotation.
344
+ - `#I464832` - Now, the words within the comments are split for readability.
345
+ - `#I464992` - Now, enabling the form designer toolbar programmatically activates the form designer mode.
346
+ - `#I466770` - Now, able to edit the free text annotation content programmatically and the content does not change while exporting.
347
+ - `#I465319` - Now, adding a free text annotation shows its content once in the comment panel.
348
+ - `#I464819` - Now, web service not listening does not occur when loading the provided PDF file.
349
+
350
+ ## 21.2.8 (2023-05-30)
351
+
352
+ ### PDF Viewer
353
+
354
+ #### Bug Fixes
355
+
356
+ - `#I464823` - Now, able to edit the annotation comments when cursor is placed in the textbox.
357
+ - `#I464868` - Now, when double-clicking the free text annotation comment, the comment is focused.
358
+ - `#I438900` - Now, double tap zooming is working after signing the signature field.
359
+ - `#I438900` - Now, double tap zooming is working on iOS devices even if annotation module is not injected.
360
+ - `#I467181` - Now, the tab key is working when we add PDF Viewer and input elements in the same page.
361
+ - `#I467222` - Now, the `triggerAnnotationPropChange` event is not triggered multiple times when adding the free text annotation programmatically.
362
+ - `#I464511` - Now, the content of the free text annotation does not changes when we click outside of it.
363
+ - `#I463293` - Now, the form fields are placed properly while zoom in or zoom out in mobile device.
364
+
365
+ ## 21.2.5 (2023-05-16)
366
+
367
+ ### PDF Viewer
368
+
369
+ #### Bug Fixes
370
+
371
+ - `#I460490` - Now, the signature style is saved when we save the typed signature option.
372
+ - `#I460513` - Now, the exception does not occur when downloading the provided PDF file.
373
+ - `#I459487` - Now, the script error does not occur when importing the values programmatically.
374
+ - `#I461544` - Now, scrolling the multiline textbox field works when we set it to read-only.
375
+ - `#I462652` - Now, the form field validation works properly for non-rendered pages.
376
+ - `#I460704` - Now, the script error does not occur when pressing the delete key.
377
+
378
+ ## 21.2.4 (2023-05-09)
379
+
380
+ ### PDF Viewer
381
+
382
+ #### New Features
383
+
384
+ - `#I426363`, `F180068` – Provided support for value property in the radio button and checkbox field.
385
+
386
+ #### Bug Fixes
387
+
388
+ - `#I456051` - Now, the stamp annotations are displayed correctly in the provided document.
389
+ - `#I452436` - Now, the radio button and checkbox are added properly.
390
+ - `#I403367` - Now, underlining and text selection are working properly in the provided document.
391
+ - `#I456864` - Now, the download performance has been enhanced when downloading the provided document.
392
+ - `#I458313` - Now, the add annotation API working fine when the annotation object is given as input.
393
+
394
+ ## 21.2.3 (2023-05-03)
395
+
396
+ ### PDF Viewer
397
+
398
+ #### Bug Fixes
399
+
400
+ - `#F181471` - Now, deleted comment value will not appeared while importing the exported XFDF/JSON annotation data.
401
+ - `#I453496` - Now, when `enableAnnotation` is set to false, the script error does not happen while scrolling the document.
402
+ - `#I452488` - Now, large files are loaded through the document file path.
403
+ - `#F181447` - Now, the free text annotation content is changed properly while resizing.
404
+
405
+ ## 21.1.41 (2023-04-18)
406
+
407
+ ### PDF Viewer
408
+
409
+ #### Bug Fixes
410
+
411
+ - `#F181315` - Now, the `commentEdit` event is triggered when editing free text annotations.
412
+ - `#I452575` - Now, `clearFormFields` API deletes the signature content only and preserves form field.
413
+ - `#I449909` - Now, the image in the provided document is rendered properly.
414
+ - `#I449638` - The issue with Signature canvas content clearing on window resizing has been resolved.
415
+
416
+ ## 21.1.39 (2023-04-11)
417
+
418
+ ### PDF Viewer
419
+
420
+ #### New Features
421
+
422
+ - `#I448261` – Exposed the API to load the number of pages on initial loading.
423
+
424
+ #### Bug Fixes
425
+
426
+ - `#F181069` - Now, the fill color of the free text annotation is preserved properly on XFDF import.
427
+ - `#F180774` - Now, the date format and time zone were correct when importing the annotations in the Azure app service.
428
+ - `#F181073` - Now, we can able to delete and set status of annotations last comment.
429
+ - `#I446702` - Now, the zooming operations for documents with mixed page orientations function correctly.
430
+ - `#F181068` - Now, the free text annotation is resized properly if a large content is added to the comment panel.
431
+ - `#I447783` - Reloading a PDF document with handwritten signatures on non-rendered pages are preserved properly.
432
+
433
+ ## 21.1.38 (2023-04-04)
434
+
435
+ ### PDF Viewer
436
+
437
+ #### Bug Fixes
438
+
439
+ - `#I180998` - Now, the date format is same while importing the exported annotations.
440
+ - `#I447985` - Now, the textbox and password fields value can be deleted by pressing the delete key.
441
+ - `#F181004` - Now, while attempting to delete the annotation from the comment panel working properly.
442
+
443
+ ## 21.1.37 (2023-03-29)
444
+
445
+ ### PDF Viewer
446
+
447
+ #### Bug Fixes
448
+
449
+ - `#F180886` - Now, the `setAnnotationMode` API supports switching between annotations.
450
+ - `#I181023` - Now, the time is shown properly in the comment panel while adding the free text annotation programmatically.
451
+ - `#I180982`, `#I180983` - Now, able to post a comment with single character or pasted content.
452
+ - `#I180968` - Now, red vertical lines are not showing in the highlight annotation on viewing the downloaded document on other viewers.
453
+ - `#F180997` - Now, the free text content is updated if we directly type in the comment panel.
454
+
455
+ ## 21.1.35 (2023-03-23)
456
+
457
+ ### PDF Viewer
458
+
459
+ #### Bug Fixes
460
+
461
+ - `#I437765` - Now, the script error does not occur when the update form field value API is used when a signature already has signature content.
462
+ - `#F180666` - Now, the exception does not occur while downloading the document after adding the type and uploading the handwritten signature and initial annotation.
463
+ - `#I428493` - Now, the signature image in the signature field is visible while printing in the other viewers changes made on the server side.
464
+ - `#I441773` - Now, the annotation positions are moving properly.
465
+ - Now, the `PDFium` package has been updated.
466
+ - `#I438960` - Now, the different culture date time is working properly while exporting annotations.
467
+ - `#I444307` - Now, the check box is not added to the left-most corner of the page.
468
+ - `#I444707` - Now, the signature dialog box footer button alignment is proper in the fluent theme.
469
+ - `#I440251` - Now, the typed handwritten signature is not broken into a new line after downloading and viewing in other viewers.
470
+ - `#I429508` - Now, the form fields appear properly in mobile mode.
471
+ - `#I433831` - The A4 document size is now properly set during printing.
472
+ - `#F180764` - Now, if you move the arrow or line annotations programmatically, their position won't be changed during export.
473
+ - `#I429549` - Now, the checkbox displays properly during the print preview.
474
+ - `#I436286` - Now that the enable shape annotation is false, the script error no longer occurs.
475
+ - `#I429775` - Now, the problem with some specific document's slow rendering has been resolved.
476
+ - `#I437396` - Now, when the page's zoom level is higher, the resizer will not enable inside the annotation.
477
+ - `#I435370` - Now, the border color is preserved properly for the transparent textbox field.
478
+ - `#I438421` - Now, the script error does not occur while loading an annotation restricted document when the `enableAnnotation` API is set to false.
479
+ - `#F180082` - Now, while adding the text markup annotation programmatically, the text markup content is added properly.
480
+ - `#I434198` - Now, the custom stamp is added properly on the form fields.
481
+ - `#I180081` - Now, when attempting to delete a post in the comment panel, the annotations are not deleted from the comment panel.
482
+ - `#I431466` - Now, the toolbar behavior is stable in mobile mode.
483
+ - `#I432820`, `#I432145`, `#F179720` - Now, the formFields with the same name in non-rendered pages are downloaded successfully.
484
+ - `#I429549` - Now, the checkboxes are no longer offset to the right in the print preview.
485
+ - `#I429288` - Now, the delete option for a draw signature type will be visible in the context menu.
486
+ - `#I431758` - Now, the checkboxes with the same name are correctly selected.
487
+ - `#I429416` - The checkbox layer is now rendered properly when loading the provided PDF document.
488
+ - `#I431679` - Now, the handwritten signature does not become empty when a random signature is added.
489
+ - `#I431466` - Now, the toolbar icon is properly visible in mobile mode.
490
+ - `#I431286` - Now, the radio button selector size is proper in the given document.
491
+ - `#I408530`, `#I428623` - Now, the free text annotations do not shift towards the left side in edit mode.
492
+
493
+ #### New Features
494
+
495
+ - `#I344527` - Now, the support provided is navigated to the next and previous signature field in the form designer.
496
+ - `#I443775` - Now, support is provided for the saving type and image signatures in the form fields.
497
+ - Now, the JSON structure has been modified based on the PDF library.
498
+ - `#I411856` - Now, support is provided to render the accessibility tags in the PDF Viewer.
499
+ - `#I426307` - Improvements to page rendering for zoom levels under 25% by using thumbnail images.
500
+ - Now, support is provided for the tab navigation in the form fields and form designer.
501
+
502
+ ## 20.4.54 (2023-03-14)
503
+
504
+ ### PDF Viewer
505
+
506
+ #### Bug Fixes
507
+
508
+ - `#I438960` - Now, different culture date time is working properly while exporting annotations.
509
+ - `#I444307` - Now, the check box is not added to the left-most corner of the page.
510
+ - `#I444707` - Now, signature dialog box footer button alignment is proper in fluent theme.
511
+ - `#I440251` - Now, typed handwritten signature is not broken into a new line after downloading and viewing in other viewers.
512
+
513
+ ## 20.4.53 (2023-03-07)
514
+
515
+ ### PDF Viewer
516
+
517
+ #### Bug Fixes
518
+
519
+ - `#I429508` - Now, the form fields appears properly in mobile mode.
520
+ - `#I433831` - The A4 documents size is now properly set during printing.
521
+ - `#F180764` - Now, if we move arrow/line annotations programmatically, their position won't be changed during export.
522
+ - `#I429549` - Now, the checkbox displays properly during the print preview.
523
+
524
+ ## 20.4.52 (2023-02-28)
525
+
526
+ ### PDF Viewer
527
+
528
+ #### Bug Fixes
529
+
530
+ - `#I436286` - Now, the script error is not occurred the enable shape annotation is set to false.
531
+ - `#I429775` - Now that the problem with some specific document's slow rendering has been resolved.
532
+ - `#I437396` - Now, when the page's zoom level is higher, the resizer will not enable inside annotation.
533
+
534
+ ## 20.4.51 (2023-02-21)
535
+
536
+ ### PDF Viewer
537
+
538
+ #### Bug Fixes
539
+
540
+ - `#I435370` - Now, the border color is preserved properly for transparent textbox field.
541
+ - `#I438421` - Now, the script error is not occurred while loading an annotation restricted document when `enableAnnotation` API is set as false.
542
+ - `#F180082` - Now, while adding the text markup annotation programmatically, the text markup content is added properly.
543
+
544
+ ## 20.4.50 (2023-02-14)
545
+
546
+ ### PDF Viewer
547
+
548
+ #### Bug Fixes
549
+
550
+ - `#I434198` - Now, the custom stamp is added properly on form fields.
551
+ - `#I180081` - Now, when attempting to delete a post in the comment panel, annotations are not deleted from the comment panel.
552
+ - `#I431466` - Now, the toolbar behavior is stable in mobile mode.
553
+ - `#I432820`, `#I432145`, `#F179720` - Now, formFields with same name present in non-rendered pages are download successfully.
554
+
555
+ ## 20.4.49 (2023-02-07)
556
+
557
+ ### PDF Viewer
558
+
559
+ #### New Features
560
+
561
+ - `#I426307` - Improvements to page rendering for zoom levels under 25% by using thumbnail images.
562
+ - Now, support provided for tab navigation in form fields and form designer.
563
+
564
+ #### Bug Fixes
565
+
566
+ - `#I429549` - Now, the check boxes are no longer offset to the right in the print preview.
567
+ - `#I429288` - Now, the deletion option for a draw signature type will visible in the context menu.
568
+ - `#I431758` - Now, the checkboxes with the same name are correctly selected.
569
+ - `#I429416` - Checkbox layer is now rendered properly when loading the provided PDF document.
570
+ - `#I431679` - Now, the handwritten signature does not now become empty when a random signature is added.
571
+ - `#I431466` - Now, the toolbar icon is properly visible in mobile mode.
572
+ - `#I431286` - Now, the radio button selector size is proper in the given document.
573
+ - `#I408530`,`#I428623` - Now, free text annotations does not shifted towards left side in edit mode.
574
+
575
+ ## 20.4.48 (2023-02-01)
576
+
577
+ ### PDF Viewer
578
+
579
+ #### Bug Fixes
580
+
581
+ - `#I425450` - Now, when exporting as XFDF, the border no longer displays on a free text annotation.
582
+ - `#F179811` - Now, the `AnnotationResize` event is triggered properly for the Line and Arrow annotation.
583
+ - `#I426541` - Now, the signature renders successfully even if the document contains an invalid signature field name.
584
+ - `#F179704` - If the `enableMeasureAnnotation` is set to false, the Annotation events for shape annotations are now properly triggered.
585
+ - `#I426591` - Now, the focus form field functions after programmatically updating the signature field.
586
+ - `#I427179` - Now, the blank pages print on the iPad printing issue has been fixed.
587
+ - `#I427451` - Now, the script error does not occur while changing the dropdown value.
588
+ - `#I427404` - Now, the signature field indicator sizes have been adjusted in consistent with the signature fields.
589
+ - `#I422857` - Now, the problem with the signature value disappearing from the collection while scrolling has been fixed.
590
+ - `#I411856` - Fixed the accessibility issues with the PDF Viewer component.
591
+ - `#I423893` - Now, the script error does not occur while double-clicking on the free text annotation.
592
+ - `#I427362` - Now, the checkbox background color is properly updated while rendering using the form field module.
593
+ - `#I427364` - Now, the button images are rendered properly while scrolling the document.
594
+ - `#I421445` - Now, the multiple Font-styles(bold, italic, underline, and strikeout) can be applied together for the textbox fields.
595
+ - `#I426174` - Now, the form fields that have been selected programmatically can be deleted by using the delete key.
596
+ - `#I422813` - Now, the value in the free text annotation will be updated properly in the mobile environment.
597
+ - `#I420988` - Now, the annotations are not deleted while dragging, resizing, or deleting the form fields.
598
+ - `#I422542` - Now, the `strikethrough` can now be added to the free text annotations programmatically.
599
+ - `#I424231` - Now, the issue with the document's signature disappearing has been fixed.
600
+
601
+ #### Features
602
+
603
+ - `#I424468` - Provided support for rendering the existing comb-type textbox in the form designer module.
604
+
605
+ ## 20.4.44 (2023-01-18)
606
+
607
+ ### PDF Viewer
608
+
609
+ #### Bug Fixes
610
+
611
+ - `#I426541` - Now, the signature renders successfully even if the document contains an invalid signature field name.
612
+ - `#F179704` - If `enableMeasureAnnotation` is set to false, the Annotation events for shape annotations are now properly triggered.
613
+ - `#I426591` - After programmatically updating the signature field, the focus form field is now functioning.
614
+ - `#I427179` - Now, blank pages prints on iPad printing issue has been fixed.
615
+ - `#I427451` - Now, script error does not occurs while changing the dropdown value.
616
+ - `#I427404` - Now, the signature field indicator sizes have been adjusted in consistent with the signature fields.
617
+
618
+ ## 20.4.42 (2023-01-04)
619
+
620
+ ### PDF Viewer
621
+
622
+ #### Bug Fixes
623
+
624
+ - `#I422857` - Now, the problem with the signature value disappearing from the collection while scrolling has been fixed.
625
+ - `#I411856` - Fixed the accessibility issues with the PDF Viewer component.
626
+ - `#I423893` - Now, script error not occurs while double clicking on free text annotation.
627
+ - `#I427362` - Now, the checkbox background color is properly updated while rendering using form field module.
628
+ - `#I427364` - Now, the button images are rendered properly while scrolling the document.
629
+ - `#I421445` - Now, the multiple Font-styles(bold, italic, underline and strikeout) can be applied together for textbox fields.
630
+ - `#I426174` - Now, the form fields that have been selected programmatically can be deleted by using the delete key.
631
+ - `#I422813` - Now, value in the free text annotation will be updated properly in mobile environment.
632
+
633
+ #### New Features
634
+
635
+ - `#I424468` - Provided support for rendering the existing comb type textbox in form designer module.
636
+
637
+ ## 20.4.40 (2022-12-28)
638
+
639
+ ### PDF Viewer
640
+
641
+ #### Bug Fixes
642
+
643
+ - `#I420988` - Now, the annotations are not delete while drag, resize or deleting the form fields.
644
+ - `#I422542` - Now, the strike through can now be added to free text annotations programmatically.
645
+ - `#I424231` - Now, the issue with the document's signature disappearing has been fixed.
646
+
647
+ ## 20.4.38 (2022-12-21)
648
+
649
+ ### PDF Viewer
650
+
651
+ #### Bug Fixes
652
+
653
+ - `#F178667` - Now, the zero thickness property is applied to the form fields.
654
+ - `#I421990` - Updating read-only to false for a form field is working properly.
655
+ - `#I420531` - The free text annotations are no longer scaled on double clicks.
656
+ - `#F178453` - Cut, copy, and paste at the form fields are working properly on downloading.
657
+ - `#I419557` - The `IsPrint` property value of the text markup annotation is properly updated.
658
+ - `#I418726` - The draw and image type signatures are now preserved while changing the tabs on mobile devices.
659
+ - `#I420588` - Printing the PDF document that contains signature fields on non-rendered pages won’t throw script errors.
660
+ - `#I420304` - Programmatically updating the read only properties won’t throw script errors.
661
+ - `#I416032` - The radio button now triggers the form field click event.
662
+ - `#I420423` - The background color of the initial indicator settings can be applied programmatically while adding form fields.
663
+ - `#I422736` - Fixed issue with saving the PDF document on form fields export.
664
+ - `#I418731` - Export and import values of form fields with same name have been properly updated.
665
+ - `#I416298` - Focusing the signature and initial fields are proper on different zoom levels.
666
+ - `#I411856` - The issue with programmatically updating the initial indicator properties has been resolved.
667
+ - `#F178660` - Fixed issue with `RenderAnnotationComments` on the .NET 6.0 platform.
668
+ - `#I418199` - Programmatically updating images in the form fields won’t throw script errors.
669
+ - `#I408281` - Switching between the PDF view and the text view won’t throw script errors.
670
+ - `#I413254` - Aspect ratio is maintained for the image type signatures.
671
+ - `#F178250` - Now, the color palette is no longer obscured in the PDF Viewer.
672
+ - `#I178667` - Now, the text box's border color is properly updated and no longer hidden.
673
+ - `#I418214` - Session items of the older documents are cleared now.
674
+ - `#I178018` - Searching for a multiple-sentence phrase no longer causes the PDF Viewer to freeze.
675
+ - `#I421388` - Handwritten signatures will appear properly on loading the document again.
676
+ - `#F178018` - Now, the script issue no longer occurs when doing multiline searches in the Pdf document.
677
+
678
+ #### Features
679
+
680
+ - Form fields values can be exported to FDF and XFDF formats and the same can be imported into the PDF Viewer, programmatically.
681
+ - Digital signatures of the existing PDF documents are now rendered in the PDF Viewer.
682
+ - `#I369895`, `#I403367`, `#I406191` - Now, the text selection `strikethrough` has been improved.
683
+ - `#I419679` - Provided the support to show or hide the `FormDesignerToolbar` after document loading.
684
+ - `#I421694` - Angular applications renders PDF Viewer controls without ID properties by generating the ID internally, if not provided.
685
+ - `#I409823` - Margin can be set to the value was preserved for the free text annotation in the downloaded document.
686
+ - `#I412460` - Provided the support for retrying Ajax requests with a status code collection.
687
+
688
+ ## 20.3.60 (2022-12-06)
689
+
690
+ ### PDF Viewer
691
+
692
+ #### New Features
693
+
694
+ - `#I369895`,`#I403367`,`#I406191` - Now, improvements in text selection `strikethrough` for specific document.
695
+ - `#I419679` - Provided the ability to display or hide the `FormDesignerToolbar` after document loading.
696
+
697
+ #### Bug Fixes
698
+
699
+ - `#F178453` - Now, cut, copy and paste of form field are working properly on downloading.
700
+
701
+ ## 20.3.59 (2022-11-29)
702
+
703
+ ### PDF Viewer
704
+
705
+ #### New Features
706
+
707
+ - `#I421694` - Now, Angular applications may render PDF Viewer controls without ID properties.
708
+ - `#I409823` - Support was given for a custom margin property in the free text annotation.
709
+
710
+ #### Bug Fixes
711
+
712
+ - `#I419557` - Now, the `IsPrint` property values for text markup annotation have been properly updated.
713
+ - `#I418726` - Now, the draw and image signature is now preserved while changing tabs on mobile devices.
714
+ - `#I420588` - Now, the Script error does not occur while printing the document contains signature fields on non-rendered pages.
715
+ - `#I420304` - Now, the script error does not occur while updating read only property programmatically.
716
+ - `#I416032` - The radio button now triggers the form field click event.
717
+ - `#I420423` - Now, the background color of the initial indicator settings is now applied when adding form fields programmatically.
718
+ - `#I422736` - Fixed issue with saving PDF document on form fields export.
719
+
720
+ ## 20.3.58 (2022-11-22)
721
+
722
+ ### PDF Viewer
723
+
724
+ #### New Features
725
+
726
+ - `#I412460` - Now, the ability to support retrying Ajax requests with a status code collection.
727
+
728
+ #### Bug Fixes
729
+
730
+ - `#I418731` - Now, for fields with the same name, the export and import form fields' values have been properly updated.
731
+ - `#I416298` - Now, the focus for signature and initial fields are proper in different zoom levels.
732
+ - `#I411856` - The issue with programmatically updating the initial indicator properties has been resolved.
733
+ - `#F178660` - Fixed issue with `RenderAnnotationComments` on `.NET 6.0` platform.
734
+
735
+ ## 20.3.57 (2022-11-15)
736
+
737
+ ### PDF Viewer
738
+
739
+ #### Bug Fixes
740
+
741
+ - `#I418199` - Now, the Script error does not occur while updating the image in the form fields programmatically.
742
+ - `#I408281` - Now, the Script error does not occur while changing the PDF view to the text view in the sample.
743
+ - `#I413254` - Now, the aspect ratio value for the image type signature has been properly handled.
744
+ - `#F178250` - Now, the Color Palette is no longer obscured in the PDF Viewer.
745
+ - `#I178667` - Now, the text box's border color is now properly updated and no longer hidden.
746
+ - `#I418214` - Cleared session items for the older documents.
747
+ - `#I178018` - Now, searching for a multiple-sentence phrase no longer causes the PDF Viewer to freeze.
748
+
749
+ ## 20.3.56 (2022-11-08)
750
+
751
+ ### PDF Viewer
752
+
753
+ #### New Features
754
+
755
+ - `#I408588` - Touchpad pinch zooming has been implemented in Windows and Mac environments.
756
+
757
+ #### Bug Fixes
758
+
759
+ - `#I411644` - Now, Signature are added properly in the respective signature fields.
760
+ - `#I412264` - Now, Exposed the API for show and hide the digital signature form fields in the PDF Viewer.
761
+ - `#I408609` - Now, properties dialog and context menu are open on right click.
762
+ - `#I414492`,`#I414536` - Now, the Signature dialogue is vertical.
763
+ - `#I413111` - Now the Ink annotation auto-write issue is resolved.
764
+ - `#I406980` - Now, the Values of free text annotation properties are not missing on importing.
765
+ - `#I408171` - Now, Annotation added above free text annotation does not hide behind after downloading and flattening.
766
+ - `#I412525` - Now we are able to update form field values from code behind if the pages are not rendered.
767
+ - `#I408588` - Pinch zoom pivot point calculation for touch-based devices has been improved.
768
+
769
+ ## 20.3.52 (2022-10-26)
770
+
771
+ ### PDF Viewer
772
+
773
+ #### New Features
774
+
775
+ - `#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.
776
+ - `#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.
777
+
778
+ #### Bug Fixes
779
+
780
+ - `#I408281` - Now, The Script error does not occur while changing the PDF view to the text view in the sample.
781
+ - `#I412183` - Now, Vertical images are rendered properly in the signature fields.
782
+ - `#I397357` - Now, Radio buttons are rendered properly while printing the document.
783
+ - `#I411792` - Now, able to export annotation after `strikethrough`.
784
+ - `#I401159` - Now, backward text selection is working properly.
785
+
786
+ ## 20.3.50 (2022-10-18)
787
+
788
+ ### PDF Viewer
789
+
790
+ #### Bug Fixes
791
+
792
+ - `#I409189` - Now, no blank pages are created while printing the document.
793
+ - `#I411098` - Now, Form fields are rendered properly while printing the document.
794
+ - `#I405132` - Now, the copied text content from pdf document is contain the space lining.
795
+ - `#I409184` - Now, able to change the background color of Initial field indicator element.
796
+ - `#I409766` - Now, type signature is working properly.
797
+
798
+ ## 20.3.49 (2022-10-11)
799
+
800
+ ### PDF Viewer
801
+
802
+ #### Bug Fixes
803
+
804
+ - `#F177655` - Now we can select the search-highlighted text content.
805
+ - `#I408819`,`#I409541`,`#I409234` - Now, ink annotations are rendered properly while loading the document.
806
+ - `#I408950` - Now the script error does not occur when ink annotation moves out of the document.
807
+ - `#I409797` - Now, Form fields value are not missing on scrolling the pages using keyboard shortcut.
808
+ - `#I407919` - Now, Custom data property from free text annotation is updating in the imported annotation.
809
+
810
+ ## 20.3.48 (2022-10-05)
811
+
812
+ ### PDF Viewer
813
+
814
+ #### Bug Fixes
815
+
816
+ - `#I406164` - Now, the Ink annotations from the import JSON file present on the last page.
817
+ - `#I406143` - Now, the Page Index property is present in the form field collections while adding the form fields.
818
+ - `#I406883` - Now, the Deleted ink annotations do not exist after scrolling the document.
819
+ - `#I408609` - Now, the Keyboard shortcuts are working properly.
820
+ - `#I383963` - Now, the Form fields are allowed to rename without affecting any other field.
821
+ - `#I406552` - Now, The removal of fields from other pages is prevented while the field is programmatically focused.
822
+ - `#I406586` - Now, Ink annotation is not missing in the annotation collection.
823
+ - `#I408087` - Now, adequate space in the type signature field.
824
+ - `#I404936` - Now, Typed signature is appeared from the downloaded document.
825
+ - `#I406793` - Now, two custom stamps can't be selected at the same time.
826
+
827
+ ## 20.3.47 (2022-09-29)
828
+
829
+ ### PDF Viewer
830
+
831
+ #### New Features
832
+
833
+ - `#I391994` - The document download performance has improved for larger PDF files, over 5000+ pages.
834
+
835
+ #### Bug Fixes
836
+
837
+ - `#I397357` - Now, Radio button values update properly.
838
+ - `#I401805` - Now, Form fields updates proper value on download.
839
+ - `#I382837` - Now, Interaction on checkbox in mobile device is working fine.
840
+ - `#I404631` - Now, `isFormDesignerToolbarVisible=true` property opens in the Form designer toolbar.
841
+ - `#I385978` - Now, Free Text Annotations can be edited in iPhone, iPad and iPod Devices.
842
+ - `#I403614` - Now, the annotation signature key not found error is resolved in the customer document.
843
+ - `#I403632` - Now, custom stamp position is not wrong on mobile device.
844
+ - `#I404420` - Now, Selection of the closely placed Signature Field is improved in Mobile devices.
845
+ - `#I403607` - Now, the Add Signature event is triggered when adding the signature, and the Remove Signature event is triggered while removing the signature.
846
+ - `#I397357` - Now, Radio button values update properly.
847
+ - `#I401805` - Now, Form fields updates the proper value on download.
848
+ - `#I382837` - Now, the interaction on a checkbox in the mobile device is working fine.
849
+ - `#I404631` - Now, `isFormDesignerToolbarVisible=true` property opens in the Form designer toolbar.
850
+ - `#I385978` - Now, Free Text Annotations can be edited on iPhone, iPad, and iPod Devices.
851
+ - `#I403614` - Now, the annotation signature key not found error is resolved in the customer document.
852
+ - `#I403632` - Now, the custom stamp position is not wrong on the mobile device.
853
+ - `#I404420` - Now, the Selection of the closely placed Signature Field is improved in Mobile devices.
854
+ - `#I403607` - Now, the Add Signature event is triggered when adding the signature, and the Remove Signature event is triggered while removing the signature.
855
+ - `#I176922` - Now, comments are not duplicated if a shape annotation is added inside an annotation.
856
+ - `#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.
857
+ - `#I398911` - Provided support for suppressing the Digital signature without affecting the download of the same.
858
+ - `#I400958` - Now, Adding a signature field programmatically and from the UI level does not have the same signature field name.
859
+ - `#I398958` - Now, the Script error does not occur while adding signature and initial fields when enabling form field is false.
860
+ - `#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.
861
+ - `#I392269` - Now, considered both GUID and description while importing the annotations.
862
+ - `#I398972` - Now, The Script error does not occur while saving the PDF consecutively with Calibrate perimeter control.
863
+ - `#I399220` - Now, Some form fields are not removed on reloading the downloaded document.
864
+ - `#I389566` - Now, The Script error does not occur while trying to change the PDF view to the text view in the sample.
865
+ - `#I369895` - When an image signature is added programmatically, the width is now properly maintained.
866
+ - `#I388895` - Now, stamp annotations comments display valid time in the comment panel for any culture.
867
+ - `#I391994` - Now, Programmatically able to add all form fields in read-only mode.
868
+ - `#I394117` - Now, Tapping a page with a signature field does not moves to another page on mobile devices.
869
+ - `#I395979` - Now, Deleted annotations are updated in the annotation collection properly.
870
+ - `#I369895` - Now, The selection and strike-through are now aligned properly.
871
+ - `#I389679` - Now, the form field color should not be changed on read-only mode.
872
+ - `#I383430` - Now, form fields do not generate duplicates while using CTRL c and CRTL v.
873
+ - `#I394763` - Now, form fields are not deleted while trying to delete the text with the delete key in the property dialog.
874
+ - `#I394979` - The problem with continuously and programmatically adding a signature image disappearing has been resolved.
875
+ - `#I397495` - Now, the signature and Initial field are visible in chrome downloaded in the PDF Viewer.
876
+ - `#F176687` - Now, markup text of Free Text annotation is proper for Arabic text.
877
+ - `#I386832` - Now if the `zoomMode` is set to `FitToWidth`, we can update or get the form field values properly.
878
+ - `#I394274`,`#I394827` - Now, the signature and initials are updated after the 10th page.
879
+ - `#I395889` - Now, the script error that occurs without injecting annotation has been fixed.
880
+ - `#F173061` - Now, we can able to zoom to a specific annotation if the annotation is not visible in the viewport.
881
+ - `#I396556` - Now, import and export for JSON and XFDF is the document working properly.
882
+ - `#I401240` - Now, search content text highlight is working fine.
883
+ - `#I401761`,`#I399940`,`#I405109`,`#I406172` - Now, the Page is not scrolled when deleting annotations using `deleteAnnotationById()` method.
884
+
885
+ ## 20.2.49 (2022-09-13)
886
+
887
+ ### PDF Viewer
888
+
889
+ #### Bug Fixes
890
+
891
+ - `#I176922` - Now, comments are not duplicated if a shape annotation is added inside an annotation.
892
+ - `#I390997`,`#I392717`,`#I394607` - The signature is now displayed and properly positioned in change the width and height the document that was downloaded.
893
+ - `#I398911` - Provided support for suppressing of the Digital signature without affecting download of the same.
894
+ - `#I400958` - Now, Adding signature field programmatically and from UI level does not have same signature field name.
895
+
896
+ ## 20.2.48 (2022-09-06)
897
+
898
+ ### PDF Viewer
899
+
900
+ #### Bug Fixes
901
+
902
+ - `#I398958` - Now, Script error does not occurs while adding signature and initial fields when enable form field is false.
903
+ - `#I397605` - Now, If a portion of the free text annotation is outside the viewer, moving or resizing it will bring that annotation inside viewer.
904
+ - `#I392269` - Now, considered both GUID and description while importing the annotations .
905
+ - `#I398972` - Now, The Script error is not occurred while saving the PDF consecutively with Calibrate perimeter control .
906
+ - `#I399220` - Now, Some form fields are not removed on reloading the downloaded document .
907
+ - `#I389566` - Now, The Script error is not occurred while try to change PDF view to text view in sample .
908
+ - `#I369895` - When an image signature is added programmatically, the width is now properly maintained.
909
+ - `#I388895` - Now, stamp annotations comments displays valid time in comment panel for any culture.
910
+
911
+ ## 20.2.46 (2022-08-30)
912
+
913
+ ### PDF Viewer
914
+
915
+ #### Bug Fixes
916
+
917
+ - `#I391994` - Now, Programmatically able to add a all form fields in read only mode .
918
+ - `#I394117` - Now, Tapping a page with signature field does not moves to another page on mobile devices.
919
+ - `#I395979` - Now, Deleted annotations are updated in the annotation collection properly.
920
+ - `#I369895` - Now, The selection and strike through is now aligned properly.
921
+
922
+ ## 20.2.45 (2022-08-23)
923
+
924
+ ### PDF Viewer
925
+
926
+ #### Bug Fixes
927
+
928
+ - `#I389679` - Now ,form fields color should not be changed on read only mode.
929
+ - `#I390997`,`#I392717`,`#I394607` - The signature is now displayed and properly positioned in read only mode the document that was downloaded.
930
+ - `#I383430` - Now , form fields does not generate duplicates while using CTRL c and CRTL v.
931
+ - `#I394763` - Now , form fields is not deleted while trying to delete the text with delete key in property dialog.
932
+ - `#I394979` - The problem with continuously and programmatically adding a signature image disappearing has been resolved.
933
+ - `#I397495` - Now the signature and Initial field is visible in chrome downloaded in the PDF Viewer.
934
+ - `#F176687` - Now, markup text of Free Text annotation is proper for Arabic text.
935
+ - `#I394979` - The problem with continuously and programmatically adding a signature image disappearing has been resolved.
936
+ - `#I386832` - Now if the `zoomMode` is set to `FitToWidth`, we can update or get the form field values properly.
937
+ - `#I391994` - Now, The document download performance is improved if the PDF document contains above 1000 pages.
938
+
939
+ ## 20.2.44 (2022-08-16)
940
+
941
+ ### PDF Viewer
942
+
943
+ #### Bug Fixes
944
+
945
+ - `#I394274`,`#I394827` - Now ,The signature and initial is updated after the 10th page.
946
+ - `#I395889` - Now ,script error occurs without injecting annotation has been fixed.
947
+ - `#F173061` - Now, we can able to zoom to specific annotation if the annotation is not visible in the viewport.
948
+ - `#I396556` - Now ,import and export for JSON and XFDF is document working properly.
949
+
950
+ ## 20.2.43 (2022-08-08)
951
+
952
+ ### PDF Viewer
953
+
954
+ #### Bug Fixes
955
+
956
+ - `#F176277` - Context menus will now open all the pages that are visible in the viewport.
957
+ - `#I3813` - The signature is now being downloaded without any pixel issue.
958
+ - `#I390997`,`#I392717`,`#I394607` - The signature is now displayed and properly positioned in the document that was downloaded.
959
+ - `#I383108` - Now,the custom stamp annotations are added properly in touch mode
960
+ - `#I377362` - Annotations are now placed in the correct position in the download PDF document with crop value.
961
+ - `#I383385` - The delete key can be used to remove annotations added in touch mode.
962
+ - `#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.
963
+ - `#I385936` - The value of the Add Signature button will not extend outside the button and missing Portuguese tooltips have been translated.
964
+ - `#I372855`, `#F173951` - An annotation can now be added and resized up to the edge of the PDF document.
965
+ - `#I380996` - The `TextSearchComplete` event will be triggered when the text is searched in the PDF viewer.
966
+ - `#I377035`,`#I379948` - A tooltip will be displayed in a form field even if the FormDesignerService is not injected.
967
+ - `#I380472` - Added form fields after pressing escape no longer shades form fields.
968
+ - `#I384112` - The `formFieldSelect` event will be triggered while selecting the first form field in the document.
969
+ - `#I386568` - In the Bootstrap5 theme, the search icon will change to a clear icon after a search has been initiated.
970
+ - `#I382999` - The type signature in the signature fields will be modified based on the height of the Signature field while resizing.
971
+ - `#I379221` - Now, cache values (PDF_CONTENT) are updated in the `getCache()` method.
972
+ - `#I385864` - Now, the dropdown values will be changed programmatically in the PDF Viewer.
973
+ - `#I386545` - Now, the signature field color will appear while scrolling down long document.
974
+ - `#I272377` - Now, the position and size of the arrow shapes in the shape annotation are same as in the downloaded document.
975
+ - `#F173953` - Now, Script error have been resolved.
976
+ - `#I378591` - The issue with the comment panel not opening after disabling and enabling again has been fixed.
977
+ - `#I386545` - Now, the signature field color will appear with opacity while scrolling down long document.
978
+ - `#I390764` - The issue of is document edited API is false while editing a document has been resolved.
979
+ - `#I388086` - The issue of replied comments merging with other annotations has been resolved.
980
+ - `#I379142`,`#I391296` - The x,y bounds of the form fields are proper while adding the form field.
981
+ - `#I386887` - The issue with radio button alignment with different zoom settings has been resolved.
982
+ - `#F175614` - For load failed and PDF file path not found errors, an error message is now displayed.
983
+ - `#I379627` - formFieldMouseover and formFieldMouseLeave is now trigger properly.
984
+ - `#I387260` - Now Signature Indicator Properties can be modified Programmatically in DOM.
985
+ - `#I384670` - Now that the type has been fixed, the signature value for the second time has been updated using form field collections.
986
+ - `#I382941`,`#I383132` - Now duplicate form fields able to select, move, delete and edit after deleting original form fields.
987
+ - `#I389566` - Now, Script Error is not occurs while try to change Pdf view to text view in sample.
988
+ - `#I376222` - Now, Annotation selector binds while dragging with right click and then clicking left click.
989
+ - `#I382568` - Now text boxes with the same name are saved and preserved after downloading and loading the document.
990
+ - `#I387261` - The signature in the signature field is not visible on Adobe Reader's print preview has been resolved.
991
+ - `#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.
992
+ - `#I383430` - Now copy, cut and paste does not generate any duplicates while using key short cut.
993
+ - `#I376526` - Now, Mobile device resizing of the Signature Form Field has been improved.
994
+ - `#I392270` - Now Signature is not drawn few inches away from the cursor on signature dialog.
995
+ - `#I389178` - If the target position is within the document, a form field will be added. As a result, adding Inaccessible Form fields is prevented.
996
+
997
+ ## 20.2.40 (2022-07-26)
998
+
999
+ ### PDF Viewer
1000
+
1001
+ #### Bug Fixes
1002
+
1003
+ - `#I389566` - Now, Script Error is not occurs while try to change Pdf view to text view in sample.
1004
+ - `#I376222` - Now, Annotation selector binds while dragging with right click and then clicking left click.
1005
+ - `#I382568` - Now text boxes with the same name are saved and preserved after downloading and loading the document.
1006
+ - `#I387261` - The signature in the signature field is not visible on Adobe Reader's print preview has been resolved.
1007
+ - `#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.
1008
+ - `#I383430` - Now copy, cut and paste does not generate any duplicates while using key short cut.
1009
+ - `#I376526` - Now, Mobile device resizing of the Signature Form Field has been improved.
1010
+ - `#I392270` - Now Signature is not drawn few inches away from the cursor on signature dialog.
1011
+
1012
+ ## 20.2.39 (2022-07-19)
1013
+
1014
+ ### PDF Viewer
1015
+
1016
+ #### Bug Fixes
1017
+
1018
+ - `#I390764` - The issue of is document edited API is false while editing a document has been resolved.
1019
+ - `#I388086` - The issue of replied comments merging with other annotations has been resolved.
1020
+ - `#I379142`,`#I391296` - The x,y bounds of the form fields are proper while adding the form field.
1021
+ - `#I386887` - The issue with radio button alignment with different zoom settings has been resolved.
1022
+ - `#F175614` - For load failed and PDF file path not found errors, an error message is now displayed.
1023
+ - `#I379627` - formFieldMouseover and formFieldMouseLeave is now trigger properly.
1024
+ - `#I387260` - Now Signature Indicator Properties can be modified Programmatically in DOM.
1025
+ - `#I384670` - Now that the type has been fixed, the signature value for the second time has been updated using form field collections.
1026
+ - `#I382941`,`#I383132` - Now duplicate form fields able to select, move, delete and edit after deleting original form fields.
1027
+
1028
+ ## 20.2.38 (2022-07-12)
1029
+
1030
+ ### PDF Viewer
1031
+
1032
+ #### Bug Fixes
1033
+
1034
+ - `#I383108` - Now,the custom stamp annotations are added properly in touch mode
1035
+ - `#I377362` - Annotations are now placed in the correct position in the download PDF document with crop value.
1036
+ - `#I383385` - The delete key can be used to remove annotations added in touch mode.
1037
+ - `#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.
1038
+ - `#I385936` - The value of the Add Signature button will not extend outside the button and missing Portuguese tooltips have been translated.
1039
+ - `#I372855`, `#F173951` - An annotation can now be added and resized up to the edge of the PDF document.
1040
+ - `#I380996` - The `TextSearchComplete` event will be triggered when the text is searched in the PDF viewer.
1041
+ - `#I377035`,`#I379948` - A tooltip will be displayed in a form field even if the FormDesignerService is not injected.
1042
+ - `#I380472` - Added form fields after pressing escape no longer shades form fields.
1043
+ - `#I384112` - The `formFieldSelect` event will be triggered while selecting the first form field in the document.
1044
+ - `#I386568` - In the Bootstrap5 theme, the search icon will change to a clear icon after a search has been initiated.
1045
+ - `#I382999` - The type signature in the signature fields will be modified based on the height of the Signature field while resizing.
1046
+ - `#I379221` - Now, cache values (PDF_CONTENT) are updated in the `getCache()` method.
1047
+ - `#I385864` - Now, the dropdown values will be changed programmatically in the PDF Viewer.
1048
+ - `#I386545` - Now, the signature field color will appear while scrolling down long document.
1049
+ - `#I272377` - Now, the position and size of the arrow shapes in the shape annotation are same as in the downloaded document.
1050
+ - `#F173953` - Now, Script error have been resolved.
1051
+ - `#I378591` - The issue with the comment panel not opening after disabling and enabling again has been fixed.
1052
+ - `#I386545` - Now, the signature field color will appear with opacity while scrolling down long document.
1053
+
1054
+ ## 20.2.36 (2022-06-30)
1055
+
1056
+ ### PDF Viewer
1057
+
1058
+ #### Bug Fixes
1059
+
1060
+ - `#I371792` - Pan mode is now activated for all mobile devices by default.
1061
+ - `#I363298` - The issue when form fields had different names when the form designer module is enabled and disabled has been fixed.
1062
+ - `#F173953` - The issue with the incorrect sentence search functionality in the PDF Viewer has been resolved.
1063
+ - `#I368423` - Now, rotation for form elements is considered.
1064
+ - `#F173751` - Radio buttons that have been dynamically imported can now preserve its checked status.
1065
+ - `#I376227` - The issue with the PDF Viewer's annotation FillColor not updating correctly has been fixed.
1066
+ - `#I376346` - This issue with an annotation moving to the top of multiple pages has been resolved.
1067
+ - `#F173061` - A `zoomToRect()` method is now used to zoom a particular area multiple times with different scroll positions in the viewport.
1068
+ - `#I377714` - The problem with pinch zooming and form field position has been fixed.
1069
+ - `#I377638` - The issue with the Read Only radio button value changing when downloading has been fixed.
1070
+ - `#I378257` - The issue with the checkbox printing multiple times has been resolved.
1071
+ - `#I378394` - Changes to form field properties that are made using the `formFieldPropertiesChange` event are no longer lost is now working properly.
1072
+ - `#I379205` - Drawing a freehand signature when switching between tabs in the Add signature dialogue is no longer possible.
1073
+ - `#I379120` - The pixel quality of the handwritten signature has now improved.
1074
+ - `#I386899` - Issue with signature rendering is now resolved.
1075
+ - `#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.
1076
+ - `#I369733` - The free text annotation is no longer rotated when it is added programmatically to rotated documents.
1077
+ - `#I383963` - Issue with cloned form field value is duplicated has been fixed.
1078
+
1079
+ ## 20.1.60 (2022-06-14)
1080
+
1081
+ ### PDF Viewer
1082
+
1083
+ #### Bug Fixes
1084
+
1085
+ - `#I378257` - The issue with the checkbox printing multiple times has been resolved.
1086
+ - `#F173751` - Radio buttons that have been dynamically imported can now preserve its checked status.
1087
+ - `#F173061` - A `zoomToRect()` method is now used to zoom a particular area multiple times with different scroll positions in the viewport.
1088
+ - `#I371792` - Pan mode is now activated for all mobile devices by default.
1089
+ - `#I368423` - Now, rotation for form elements is considered.
1090
+ - `#I379205` - Drawing a freehand signature when switching between tabs in the Add signature dialogue is no longer possible.
1091
+ - `#I379120` - The pixel quality of the handwritten signature has now improved.
1092
+
1093
+ ## 20.1.59 (2022-06-07)
1094
+
1095
+ ### PDF Viewer
1096
+
1097
+ #### Bug Fixes
1098
+
1099
+ - `#F174154`- Now, the signature value for all signature fields in the PDF document will be updated programmatically using the `updateFormFieldsValue()` method.
1100
+ - `#I376222`- Now, Annotation selector binds correctly to annotations when dragging.
1101
+ - `#I367416`- The `FindText()` method of PDF Base allows for finding the number.
1102
+ - `#I372876`- The `annotationSelect` and `commentAdd` events are triggered properly for the sticky notes annotation.
1103
+
1104
+ ## 20.1.58 (2022-05-31)
1105
+
1106
+ ### PDF Viewer
1107
+
1108
+ #### Bug Fixes
1109
+
1110
+ - `#I377034`- Now, the existing form fields value can be retrieved using the `retrieveFormFields()` method.
1111
+ - `#I367416`- The radio buttons on the iPad are displayed properly after zooming in and out.
1112
+ - `#I374726`- Signatures will appear in the PDF viewer for the provided document.
1113
+
1114
+ ## 20.1.57 (2022-05-24)
1115
+
1116
+ ### PDF Viewer
1117
+
1118
+ #### Bug Fixes
1119
+
1120
+ - `#I376240`- Multiple words in the typed handwritten signature and signature fields are preserved correctly in the downloaded document.
1121
+ - `#F174506`- Improved the printing quality of the PDF viewer.
1122
+ - `#I372853`- Now, ink annotation will be added programmatically with path data available in the annotationAdd event.
1123
+
1124
+ ## 20.1.56 (2022-05-17)
1125
+
1126
+ ### PDF Viewer
1127
+
1128
+ #### Bug Fixes
1129
+
1130
+ - `#I371824`- The properties of form fields will be updated properly using the `updateFormField` method while scrolling over pages.
1131
+
1132
+ ## 20.1.55 (2022-05-12)
1133
+
1134
+ ### PDF Viewer
1135
+
1136
+ #### New Features
1137
+
1138
+ - `#I368647`, `#I366041` - Exposed a method to focus form fields on a document.
1139
+ - `#I362221`, `#I364814`, `#I368380`, `#I363379` - Provided the support for field Id and field Name for the Form Fields events.
1140
+ - `#I353301` - Implemented the `GetPageNumberFromClientPoint`, `ConvertClientPointToPagePoint`, `ConvertPagePointToClientPoint`, `ConvertPagePointToScrollingPoint` and `zoomToRect` methods.
1141
+
1142
+ #### Bug Fixes
1143
+
1144
+ - `#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.
1145
+ - `#I361979` - Now, signature fields with the same value for the name property will be visible when the document is downloaded and reloaded.
1146
+ - `#I367560`, `#I367313` - Improved the pinch-zoom in and out responsiveness in the mobile device.
1147
+ - `#I368770`, `#I373344`, `#I372215` - Now, the properties of text box fields are changed properly using the `textFieldSettings` property.
1148
+ - `#I369002` - A signature will be downloaded in the correct position for rotated and scanned documents.
1149
+ - `#I369554` - The form fields are now added horizontally to the page, even for rotated documents.
1150
+ - `#I371560` - Form fields in a rotated document will be rendered according to the field rotation.
1151
+ - `#I373137` - The `ArgumentOutOfRangeException` exception will no longer occur when extracting the text for the provided document.
1152
+ - `#I375548`, `#I374826`, `#I375215`, `#I376171`, `#I376531` - The `Microsoft.Extensions.Caching.Memory` was changed into a stable version.
1153
+ - `#I364871` - Now, the handwritten signature images and custom stamps will be resized proportionally.
1154
+ - `#I368168` - PDF Viewer toolbar appeared properly from view on zooming in mobile mode.
1155
+ - `#I370140` - The label content of calibrating annotations is correctly updated when their properties are edited programmatically.
1156
+ - `#I370758` - The Script error will no longer be thrown while downloading the document after adding the handwritten type signature on a mobile device.
1157
+ - `#I370904` - The signature collection and some signature properties are properly defined in the `addSignature` event on a mobile device.
1158
+ - `#I377746` - The PDF Viewer download button no longer opens the blob URL in Firefox for downloading the document.
1159
+ - `#I367878` - The Script error will no longer be thrown while clicking the form field for the second time.
1160
+ - `#I373785` - The initial field will no longer be undefined after filling the field.
1161
+ - `#I363381` - The `formFieldPropertiesChange` event triggers on removing the signature from the signature field.
1162
+ - `#I371825` - Now, the form fields will appear while scrolling through the different pages.
1163
+ - `#I371838` - The Custom stamp annotation will be rendered correctly for the PDF document provided.
1164
+ - `#I365736`, `#I366420` - In mobile devices, the Script error will no longer occur when adding the signature.
1165
+
1166
+ ## 20.1.52 (2022-05-04)
1167
+
1168
+ ### PDF Viewer
1169
+
1170
+ #### Bug Fixes
1171
+
1172
+ - `#I361979`- Now, signature fields with the same value for the name property will be visible when the document is downloaded and reloaded.
1173
+
1174
+ ## 20.1.51 (2022-04-26)
1175
+
1176
+ ### PDF Viewer
1177
+
1178
+ #### Bug Fixes
1179
+
1180
+ - `#I369554`- The form fields are now added horizontally to the page, even for rotated documents.
1181
+ - `#I369733`- The free text annotation is no longer rotated when it is added programmatically to rotated documents.
1182
+ - `#I371560`- Form fields in a rotated document will be rendered according to the field rotation.
1183
+
1184
+ ## 20.1.50 (2022-04-19)
1185
+
1186
+ ### PDF Viewer
1187
+
1188
+ #### New Features
1189
+
1190
+ - `#I362221`,`#I364814`,`#I368380`,`#I363379`- Provided the support for field Id and field Name for the Form Fields events.
1191
+ - `#I353301`- Implemented the `zoomTo` method.
1192
+
1193
+ #### Bug Fixes
1194
+
1195
+ - `#I366955`- Now, the page can be scrolled in mobile mode when it is in fitToPage mode.
1196
+ - `#I368168`- PDF Viewer toolbar appeared properly from view on zooming in mobile mode.
1197
+ - `#I367878`- The Script error will no longer be thrown while clicking the form field for the second time.
1198
+ - `#I368770`,`#I373344`,`#I372215`- Now, the properties of text box fields are changed properly using the `textFieldSettings` property.
1199
+ - `#I370140`- The label content of calibrate annotations is correctly updated when their properties are edited programmatically.
1200
+ - `#I370758`- The Script error will no longer be thrown while downloading the document after adding the handwritten type signature in mobile device.
1201
+ - `#I370904`- The signature collection and some signature properties are properly defined in the `addSignature` event on mobile device.
1202
+ - `#I373344`,`#I372215`- The Script error will no longer be thrown while adding PDF Viewer to the Angular application.
1203
+
1204
+ ## 20.1.47 (2022-04-04)
1205
+
1206
+ ### PDF Viewer
1207
+
1208
+ #### New Features
1209
+
1210
+ - `#I368647`, `#I366041`- Exposed a method to focus form fields in a document.
1211
+
1212
+ #### Bug Fixes
1213
+
1214
+ - `#I366679`- Selection is working properly for the overlapped stamp annotations.
1215
+ - `#I364656`- Now, the signature fields are read-only when the annotation and form designer modules are disabled.
1216
+
1217
+ ## 19.4.55 (2022-03-08)
1218
+
1219
+ ### PDF Viewer
1220
+
1221
+ #### Bug Fixes
1222
+
1223
+ - `#I365496`- In editable mode, the free text annotation remains in the same position during zooming.
1224
+ - `#I366345`- In mobile devices, context menus will not appear when moving annotations.
1225
+
1226
+ ## 19.4.54 (2022-03-01)
1227
+
1228
+ ### PDF Viewer
1229
+
1230
+ #### Bug Fixes
1231
+
1232
+ - `#I362858`- The existing form fields are now cleared completely from the collections when loading another document.
1233
+ - `#F172325`- The Script error will no longer be thrown while scrolling the landscape PDF documents before loading.
1234
+ - `#I364909`- The Ink annotation curve is now smooth on mobile devices at higher zoom factors.
1235
+ - `#I364296`- The free text annotation is now not visible in the print preview when the `isPrint` property is set to false.
1236
+ - `#I364510`, `#I363938`- The signature is now drawn correctly in the signature field on switching the tabs.
1237
+ - `#I364296`- The PDF document is now downloaded properly when the form field background color is transparent.
1238
+ - `#I363381`- The `formFieldPropertiesChange` event triggers on removing the signature from the signature field.
1239
+ - `#I362811`, `#I364480`- The existing from field collections are now updated properly when loading the document.
1240
+
1241
+ ## 19.4.53 (2022-02-22)
1242
+
1243
+ ### PDF Viewer
1244
+
1245
+ #### Bug Fixes
1246
+
1247
+ - `#I362122` - Now, the shape annotation bounds are updated properly in the `annotationResize` event.
1248
+ - `#I361850` - Now, the annotation toolbar icons are aligned correctly after resizing.
1249
+ - `#I363301` - The script error is no longer thrown while hovering the toolbar icons without using the `showTooltip` property.
1250
+ - `#I362647` - Now, the signature, and initial fields are unable to edit in the read-only mode.
1251
+ - `#I361801` - Script error is no longer thrown while destroying the viewer control in the IE browser.
1252
+ - `#I363899` - Now, the `annotationUnSelect` event triggers for custom stamp annotations.
1253
+ - `#I363936` - Now, the signature panel will not be opened on right-click of signature fields.
1254
+ - `#F168155` - The downloaded document displays Czech characters.
1255
+
1256
+ ## 19.4.52 (2022-02-15)
1257
+
1258
+ ### PDF Viewer
1259
+
1260
+ #### Bug Fixes
1261
+
1262
+ - `#I361967`- Copy and paste is now working properly for the signature field when it is added at the bottom of the page.
1263
+ - `#I361906`- The text position for the provided PDF document is now correct.
1264
+ - `#I361379`- While importing the annotations, the FontColor and FillColor properties are now updated properly.
1265
+ - `#I360076`- In the signature field, the drawn signature is not stretched now.
1266
+ - `#I364148`, `#F172304`- The Script error will no longer be thrown in the mobile view while destroying the PDF Viewer.
1267
+ - `#I362874`- The form field names are now added properly to the form fields.
1268
+ - `#I365411`, `#I360719`- The annotations are now properly added to the pages when enableDesktopMode is true on mobile devices.
1269
+
1270
+ ## 19.4.50 (2022-02-08)
1271
+
1272
+ ### PDF Viewer
1273
+
1274
+ #### Bug Fixes
1275
+
1276
+ - `#I360337`- Exception is thrown while downloading the empty list box field is now resolved.
1277
+ - `#I360635`,`#I361422`,`#I361359`- Now, the form field is hidden properly when setting the visible property to hidden.
1278
+ - `#I358375`- Now, the PDF document loaded properly in the PDF Viewer when you set the size limit for the memory cache.
1279
+ - `#I359388`- Now, the form fields position is correct for a rotated PDF document.
1280
+ - `#I354638`- Now, the free text annotation is not hidden when clicking outside of the free text annotation.
1281
+ - `#I360405`- Now, the Free text annotations and ink annotations are rendered properly in the lower zoom factors.
1282
+ - `#F171647`- Now, the annotationAdd event is triggered after adding the sticky notes annotation in the annotation collection.
1283
+ - `#I361639`- The Script error will no longer be thrown when loading the form-fields document without injecting the form field module.
1284
+ - `#I362311`- Now, the Move cursor is not showing above the custom stamp while the custom stamp annotation is selected.
1285
+ - `#I359233`- The hidden issue of free text characters is now resolved.
1286
+ - `#I363626`- The Script error will no longer be thrown while loading a PDF document when the enableHyperlink is set to false.
1287
+ - `#I363055`- Now, the free text becomes edited properly while clicking the selector.
1288
+ - `#I363411`- Now, the free text position on a downloaded document is accurate on the Chrome browser.
1289
+
1290
+ ## 19.4.43 (2022-01-18)
1291
+
1292
+ ### PDF Viewer
1293
+
1294
+ #### Bug Fixes
1295
+
1296
+ `#I359772`,`#I359880`- Now, the form fields are editable on the mobile device.
1297
+ `#I359042`- Free text annotations are downloaded properly without hiding any last character.
1298
+ `#I358308`- Spinners are hidden properly while removing the display as none for the spinner.
1299
+ `#I360035`- The Script error will no longer be thrown while using the editAnnotation method in mobile mode.
1300
+ `#I358584`- Stamps are saved properly in the rotated PDF document.
1301
+
1302
+
1303
+ ## 19.4.42 (2022-01-11)
1304
+
1305
+ ### PDF Viewer
1306
+
1307
+ #### Bug Fixes
1308
+
1309
+ - `#I358006`- Overlapped stamp annotations are now placed at the exact position in the saved PDF document.
1310
+ - `#I357273`- Exception thrown while loading the provided PDF document due to an invalid key, is now resolved.
1311
+ - `#I357655`- The PDF pages are now exported to image in a multi-threaded environment.
1312
+ - `#I357060`- Now, the typed handwritten signature content does not exceed the text area.
1313
+
1314
+ ## 19.4.41 (2022-01-04)
1315
+
1316
+ ### PDF Viewer
1317
+
1318
+ #### Bug Fixes
1319
+
1320
+ - `#I357108` - Now, the annotations are displayed properly for the rotated documents.
1321
+ - `#I357489` - Now, the unnecessary thumbnail requests are restricted.
1322
+
1323
+ ## 19.4.40 (2021-12-28)
1324
+
1325
+ ### PDF Viewer
1326
+
1327
+ #### Bug Fixes
1328
+
1329
+ - `#I299110`, `#I348963` - Now, the font size is updated properly while export and import shape annotations.
1330
+
1331
+ ## 19.4.38 (2021-12-17)
1332
+
1333
+ ### PDF Viewer
1334
+
1335
+ #### New Features
1336
+
1337
+ - `#I354638` - Provided auto fit support to the free text annotations.
1338
+
1339
+ #### Bug Fixes
1340
+
1341
+ - `#I346343`- Now, the text wraps based on the word length regardless of character length in free-text annotation.
1342
+
1343
+ ## 19.3.56 (2021-12-02)
1344
+
1345
+ ### PDF Viewer
1346
+
1347
+ #### New Features
1348
+
1349
+ - `#I336589`, `#I339329`, `#I346113` - Provided annotation toolbar settings support in mobile view.
1350
+
1351
+ #### Bug Fixes
1352
+
1353
+ - `#I347402`, `#I347555`- Now, the signature dialog is opened correctly on clicking the signature field in Firefox and Safari browser.
1354
+ - `#I344549`- The ink annotations are preserved correctly in the Adobe.
1355
+ - `#I346607`- Now, the signature dialog width is proper on resizing the browser window.
1356
+ - `#I345897`- The ink annotations are now drawn over the free-text annotations when the 'allowEditTextOnly' property is enabled.
1357
+ - `#I347427`- The form designer tooltip is now hidden when the 'showToolTip' property is set to FALSE.
1358
+ - `#I348023`- The 'isReadOnly' property is now updated correctly once we set the value to TRUE.
1359
+ - `#I345130`- Now, the exact shape of the image is maintained when added to the signature field.
1360
+ - `#I347558`- Now, the custom stamp position is added properly in mobile view.
1361
+
1362
+ ## 19.3.54 (2021-11-17)
1363
+
1364
+ ### PDF Viewer
1365
+
1366
+ #### Bug Fixes
1367
+
1368
+ - `#I346152`- The script error will not be thrown for the document which contains link annotation.
1369
+
1370
+ ## 19.3.48 (2021-11-02)
1371
+
1372
+ ### PDF Viewer
1373
+
1374
+ #### Bug Fixes
1375
+
1376
+ - `#I344888`, `#F169870` - Now, signature dialog settings is working properly for the handwritten signature dialog.
1377
+ - `#I346090`- Now, the primary toolbar should not hide if form designer toolbar is visible.
1378
+ - `#I344897`, `#I345574` - Now, the indicator text and required properties for signature fields settings are working properly.
1379
+ - `#I344082`- Now, signature text annotation is rendered properly on loading the document.
1380
+
1381
+ ## 19.3.47 (2021-10-26)
1382
+
1383
+ ### PDF Viewer
1384
+
1385
+ #### Bug Fixes
1386
+
1387
+ - `#I344034` - The Script error will no longer be thrown if we select text markup annotation when text selection is disabled.
1388
+
1389
+ ## 19.3.46 (2021-10-19)
1390
+
1391
+ ### PDF Viewer
1392
+
1393
+ #### Bug Fixes
1394
+
1395
+ - `#I339329`, `#I341199` - Now, the default context menu of browser will no longer be shown on selecting the text in mobile view.
1396
+
1397
+ ## 19.3.45 (2021-10-12)
1398
+
1399
+ ### PDF Viewer
1400
+
1401
+ #### Bug Fixes
1402
+
1403
+ - `#F169102` - Now, the download action is working properly after importing the provided customer document.
1404
+ - `#I342951` - Now, the Bookmark navigation is working properly in mobile mode.
1405
+ - `#I343011` - Now, the download action is working properly after adding the text markup annotation.
1406
+
1407
+ ## 19.3.44 (2021-10-05)
1408
+
1409
+ ### PDF Viewer
1410
+
1411
+ #### Bug Fixes
1412
+
1413
+ - `#I297147`, `#I339056` - Now, the free text annotations with 90 and 270 rotated angle are rotated properly.
1414
+ - `#I341677` - Now, the opacity is applied properly for the custom stamps.
1415
+ - `#I341074` - Now, the search icon is visible to close the search dialog.
1416
+
1417
+ ## 19.1.67 (2021-06-08)
1418
+
1419
+ ### PDF Viewer
1420
+
1421
+ #### Bug Fixes
1422
+
1423
+ - `#I328989` - Now, the clear and create button in the signature panel is enabled only on drawing the signature.
1424
+ - `#I328499` - Now, the stamp annotations are downloaded correctly in the PDF document.
1425
+
1426
+ ## 19.1.66 (2021-06-01)
1427
+
1428
+ ### PDF Viewer
1429
+
1430
+ #### Bug Fixes
1431
+
1432
+ - `#I328030` - The dynamic stamp annotation size is maintained properly while importing and exporting the stamp annotation in XFDF format.
1433
+
1434
+ ## 19.1.65 (2021-05-25)
1435
+
1436
+ ### PDF Viewer
1437
+
1438
+ #### New Features
1439
+
1440
+ - `#I326021` - hyperlinkClick event must be handled to cancel the navigation or change the URL.
1441
+
1442
+ ## 19.1.64 (2021-05-19)
1443
+
1444
+ ### PDF Viewer
1445
+
1446
+ #### Bug Fixes
1447
+
1448
+ - `#I325096` - The Script error will no longer be thrown if we add form fields value by code behind.
1449
+ - `#I326083` - Now, the signature is appeared inside of the Signature Field in the PDF Viewer.
1450
+ - `#I326054` - The Script error will no longer be thrown while clicking the provided document hyperlink content.
1451
+ - `#I324660` - Now, the distance annotation can be added after deleting the incompletely drawn distance annotation.
1452
+
1453
+ ## 19.1.59 (2021-05-04)
1454
+
1455
+ ### PDF Viewer
1456
+
1457
+ #### Bug Fixes
1458
+
1459
+ - `#I322039` - The Arrow icon is shown properly in the custom stamp dropdown.
1460
+
1461
+ ## 19.1.58 (2021-04-27)
1462
+
1463
+ ### PDF Viewer
1464
+
1465
+ #### Bug Fixes
1466
+
1467
+ - `#I322799` - The imported stamp annotation position is updated correctly in the MVC platform.
1468
+
1469
+ ## 19.1.57 (2021-04-20)
1470
+
1471
+ ### PDF Viewer
1472
+
1473
+ #### Bug Fixes
1474
+
1475
+ - `#I317344` - The Script error will no longer be thrown if we add the custom stamp image more than 4MB size.
1476
+
1477
+ ## 19.1.56 (2021-04-13)
1478
+
1479
+ ### PDF Viewer
1480
+
1481
+ #### Bug Fixes
1482
+
1483
+ - `#I315264` - Now, the User names in comments are working properly.
1484
+
1485
+ ## 19.1.54 (2021-03-30)
1486
+
1487
+ ### PDF Viewer
1488
+
1489
+ #### New Features
1490
+
1491
+ - `#F158073`, `#I291648` - Exposed the annotation UnSelect event in PDF Viewer.
1492
+
1493
+ ## 18.2.56 (2020-09-01)
1494
+
1495
+ ### PDF Viewer
1496
+
1497
+ #### New Features
1498
+
1499
+ - `#I289233` - Provided the support to add expiration timing for cache.
1500
+
1501
+ #### Bug Fixes
1502
+
1503
+ - `#I289417` - Now, the annotation toolbar position is maintained correctly.
1504
+
1505
+ ## 18.2.47 (2020-07-28)
1506
+
1507
+ ### PDF Viewer
1508
+
1509
+ #### New Features
1510
+
1511
+ - `#I267670` - Exposed the toolbar option to retrieve the form field data in JSON format.
1512
+
1513
+ #### Bug Fixes
1514
+
1515
+ - `#I282486` - Now, undo and redo is working properly for the freetext annotations.
1516
+ - `#F155593`- Exception will no longer be thrown while exporting the formfields.
1517
+
1518
+ ## 18.2.46 (2020-07-21)
1519
+
1520
+ ### PDF Viewer
1521
+
1522
+ #### Bug Fixes
1523
+
1524
+ - `#I282530` - The Script error will no longer be thrown if we select the handwritten signature in mobile devices.
1525
+
1526
+ ## 18.2.45 (2020-07-14)
1527
+
1528
+ ### PDF Viewer
1529
+
1530
+ #### New Features
1531
+
1532
+ - `#I281898` - Provided the support to add comments programmatically for the newly added annotations.
1533
+
1534
+ #### Bug Fixes
1535
+
1536
+ - `#F155593`, `#I283379` - Now, PDF Viewer control is working in IE.
1537
+
1538
+ ## 18.2.44 (2020-07-07)
1539
+
1540
+ ### PDF Viewer
1541
+
1542
+ #### Bug Fixes
1543
+
1544
+ - `#I273237` - Now, Annotation comments are locked properly when locked the annotations.
1545
+
1546
+ ## 18.1.55 (2020-06-02)
1547
+
1548
+ ### PDF Viewer
1549
+
1550
+ #### New Features
1551
+
1552
+ - `#F154248` - Provided the Support to show/hide the annotation toolbar in code behind.
1553
+ - `#F153946` - Provided the Options to disable AutoComplete options in form filling documents.
1554
+ - `#I273237` - Provided the Support to lock the text markup annotations.
1555
+ - `#I277143` - Provided the support for ink annotation.
1556
+
1557
+ ## 18.1.54 (2020-05-26)
1558
+
1559
+ ### PDF Viewer
1560
+
1561
+ #### New Features
1562
+
1563
+ - `#I254075` , `#I266559` - Provided the support to render the hyperlinks which are preserved as plain text
1564
+
1565
+ #### Bug Fixes
1566
+
1567
+ - `#I274036` - Now, the page does not gets refreshed on clicking the import annotation button
1568
+ - `#I267062` - Size of the Stamp is rendered correctly after saving and loading the file in PDF Viewer.
1569
+ - `#I268505` - Download is working correctly For French Culture Environment.
1570
+ - `#F153465` - Digital Signature in the exported image is preserved correctly.
1571
+ - `#F153465` - Style of the form fields are preserved properly in PDF Viewer.
1572
+ - `#I274694` -Text highlight is working properly.
1573
+ - `#I276547` -Text selection is working properly for lower zoom factor.
1574
+
1575
+ ## 18.1.48 (2020-05-05)
1576
+
1577
+ ### PDF Viewer
1578
+
1579
+ #### New Features
1580
+
1581
+ - `#I272985` - Provided the support to edit the annotation properties without selecting the annotation.
1582
+
1583
+ ## 18.1.45 (2020-04-21)
1584
+
1585
+ ### PDF Viewer
1586
+
1587
+ #### New Features
1588
+
1589
+ - `#I267283` - Provided the support to identify the imported annotation and drawn annotation
1590
+ - `#I268736` - Exposed the text search events in PDF Viewer.
1591
+ - `#I258786` - Exposed the signature Select event in PDF Viewer.
1592
+
1593
+ #### Bug Fixes
1594
+
1595
+ - `#I272053` - The annotation bounds value is now preserved properly in annotation events.
1596
+ - `#I269001` - Improved the page rendering behaviour in PDF Viewer.
1597
+
1598
+ ## 18.1.44 (2020-04-14)
1599
+
1600
+ ### PDF Viewer
1601
+
1602
+ #### New Features
1603
+
1604
+ - `#I263306` - Provided the support for Meter Calibration ratio in PDF Viewer.
1605
+ - `#I271053` - Provided the support to enable and disable the multiline annotations in overlapping collections.
1606
+
1607
+ #### Bug Fixes
1608
+
1609
+ - `#I271180` - Free Text Annotation and annotation label text position updated properly in downloaded rotational documents.
1610
+ - `#F153036` - Now, Annotation toolbar separator shown properly when hiding some annotation toolbar items.
1611
+
1612
+ ## 18.1.43 (2020-04-07)
1613
+
1614
+ ### PDF Viewer
1615
+
1616
+ #### New Features
1617
+
1618
+ - `#I267524` - Provided the support for feet inch Calibration ratio in PDF Viewer.
1619
+ - `#I269003` - Exposed the non filled form fields value in the fireValidatedFailed event arguments.
1620
+ - `#I268276` - Provided the support to customize the annotation resize cursor type in PDF Viewer.
1621
+ - `#I268715` - Exposed the 'Not Approved' stamp annotation under dynamic stamp type.
1622
+
1623
+ #### Bug Fixes
1624
+
1625
+ - `#I271163` - Errors will no longer occur when the print module in disabled state.
1626
+ - `#I268829` - Now, the deleted annotations are removed properly from the PDF document.
1627
+
1628
+ ## 18.1.42 (2020-04-01)
1629
+
1630
+ ### PDF Viewer
1631
+
1632
+ #### New Features
1633
+
1634
+ - `#I268975` - Exposed the event for notifying page mouse over action.
1635
+ - `#I264529` - Exposed the volume calibrate annotation depth value in annotationSelect event arguments and provide options to edit the depth value.
1636
+ - `#I263297`, `#I268677` - Provided the options to enable and disable the tile rendering mode.
1637
+ - `#I263473` - Provided the isLock options to individual annotation object level.
1638
+
1639
+ #### Bug Fixes
1640
+
1641
+ - `#I269004` – The typo errors in PDF Viewer JSON objects has been resolved.
1642
+ - `#I266218`, `#I266559` - The import/export form fields are now working properly for the form fields data contains special characters.
1643
+ - `#I268505` - Download is now working properly for different culture settings.
1644
+ - `#I268109` - The updated label content is now preserved properly in the exported annotation data.
1645
+
1646
+ ## 18.1.36-beta (2020-03-19)
1647
+
1648
+ ### PDF Viewer
1649
+
1650
+ #### New Features
1651
+
1652
+ - `#I235592` - Provided the support for setting the lower zoomfactor value to the PDF Viewer control.
1653
+ - `#I259521` - Provided the support for importing the form fields data from JSON object.
1654
+ - `#I261558` - Provided the support for customizing the distance measurement annotation leader length property.
1655
+ - `#I256687` - Provided the support for setting the custom data for annotation objects.
1656
+ - `#I252340` - Provided the support for setting the minimum or maximum size and isLock properties at individual annotation level.
1657
+ - `#I262008` - Exposed the event for notifying annotation mouse over action.
1658
+ - `#F149148` - Provided the binding support for the enableFormFields property.
1659
+ - `#I258769` - Provided the option to suppress the error dialog in PDF Viewer.
1660
+ - `#I261269` - Provided the support to allow credential for XMLHttpRequest in PDF Viewer.
1661
+ - `#I262787` - Exposed the event to notify the getPDFDocumentTexts method completed for all the pages.
1662
+
1663
+ #### Bug Fixes
1664
+
1665
+ - `#I262525` – The render PDF pages method triggers properly for the provided PDF document.
1666
+ - `#I262692` - The text markup resizer position is now updated properly for the provided document.
1667
+ - `#I262692` - The text content bounds are now rendered properly for the provided document.
1668
+
1669
+ ## 17.4.50 (2020-02-18)
1670
+
1671
+ ### PDF Viewer
1672
+
1673
+ #### New Features
1674
+
1675
+ - `#I262787` - Exposed the event to notify the getPDFDocumentTexts method completed for all the pages.
1676
+
1677
+ ## 17.4.49 (2020-02-11)
1678
+
1679
+ ### PDF Viewer
1680
+
1681
+ #### New Features
1682
+
1683
+ - `#I258769` - Provided the option to suppress the error dialog in PDF Viewer.
1684
+ - `#I261269` - Provided the support to allow credential for XMLHttpRequest in PDF Viewer.
1685
+
1686
+ ## 17.4.46 (2020-01-30)
1687
+
1688
+ ### PDF Viewer
1689
+
1690
+ #### New Features
1691
+
1692
+ - `#I258172` - Provided the support to open the command panel while loading the PDF document if the isCommandPanelOpen property is set to true.
1693
+ - `#I259159` - Provided the support to open the thumbnail view panel while loading the PDF document if the isThumbnailViewOpen property is set to true.
1694
+ - `#I259961` - Exposed the annotation label settings value in the annotationAdd event arguments.
1695
+ - `#I259615` - Exposed the annotation label settings value in import/export JSON data.
1696
+ - `#I256596` - Exposed the annotation selector settings value for individual annotation objects and import/export JSON data.
1697
+
1698
+ ## 17.4.44 (2021-01-21)
1699
+
1700
+ ### PDF Viewer
1701
+
1702
+ #### New Features
1703
+
1704
+ - `#I257519` - Provided Support to edit the free Text annotation value in code behind.
1705
+
1706
+ #### Bug Fixes
1707
+
1708
+ - `#I259848` – Now, the deleted annotations are removed properly from the PDF document.
1709
+ - `#I259734` - Custom Stamp annotations are drawn properly while importing the annotations.
1710
+ - `#I260512` - Errors will no longer occur while importing the annotations in the documentLoad event.
1711
+ - `#I260575` - The download file name is now set properly if we provide during the control initialization.
1712
+
1713
+ ## 17.4.43 (2020-01-14)
1714
+
1715
+ ### PDF Viewer
1716
+
1717
+ #### New Features
1718
+
1719
+ - `#I255057` – Provided the support for validating the form fields value whether it is filled or not in the loaded PDF document.
1720
+ - `#I258786`, `#I259327` – Provided the support for exporting and importing the handwritten signature.
1721
+
1722
+ #### Bug Fixes
1723
+
1724
+ - `#I149882` – The downloadEnd event triggers properly if we save the document in server side.
1725
+ - `#I257630` – The importSuccess event triggers properly if we save the document in server side.
1726
+ - `#I260295` – The distance calibrate annotation now resized properly.
1727
+ - `#I260128` – The volume and area calibrate annotation fill color is updated correctly on importing the annotations.
1728
+
1729
+ ## 17.4.41 (2020-01-07)
1730
+
1731
+ ### PDF Viewer
1732
+
1733
+ #### New Features
1734
+
1735
+ - `#I257514` – Provided the support for import/export the custom stamp annotations.
1736
+ - `#I257231` – Exposed the property to access the search count value.
1737
+ - `#I258386` – Exposed the API to retrieve the text content and bounds along with page size details.
1738
+
1739
+ #### Bug Fixes
1740
+
1741
+ - `#I259524` – Annotations are rendered properly in the large page size document if the page rendered in fitToPage mode initially.
1742
+ - `#I259523` – Errors will no longer occur while exporting the annotation if the document contains text web link annotation.
1743
+ - `#I259134` – The annotationSelect event now triggers properly if we add the multiple annotations to a page.
1744
+ - `#I258949` – The opacity value is now applied properly if set it on annotation during initialization.
1745
+ - `#I259383` – The errors will no longer occur if we import the annotations after deleting the added annotations.
1746
+ - `#I259166` – The text content will be selected properly at the end of the page.
1747
+ - `#I259078` – The annotations will now be created if we resize the annotation through multipage.
1748
+ - `#I259564` – The Null reference error will no longer occur while loading the provided PDF document.
1749
+
1750
+ ## 17.4.40 (2019-12-24)
1751
+
1752
+ ### PDF Viewer
1753
+
1754
+ #### New Features
1755
+
1756
+ - `#I256131` – Improved the rendering quality and performance for the large size PDF document.
1757
+
1758
+ #### Bug Fixes
1759
+
1760
+ - `#I258250` – The imported annotations are rendered properly if we import the annotation details in the documentLoad event.
1761
+
1762
+ ## 17.4.39 (2019-12-17)
1763
+
1764
+ ### PDF Viewer
1765
+
1766
+ #### New Features
1767
+
1768
+ - `#I251150` – Provided the support to find the interlinked annotations while selecting the annotations.
1769
+ - `#I243077` , `#I241487`, `#I244802`, `#I252340` – Provided the support for setting the annotation UI properties.
1770
+ - `#I254634` – Provided the support to maintain the aspect ratio for custom stamp annotation.
1771
+ - `#I253745`, `#I256518` – Exposed the event to notify the annotation object being moved.
1772
+ - `#I254275` – Exposed the event to notify the download process in the PDF Viewer control.
1773
+
1774
+ #### Bug Fixes
1775
+
1776
+ - `#I253751` – Resolved the typo error in annotation exported data.
1777
+ - `#I255345` – Errors will no longer occur while rendering the annotation in the Firefox browser.
1778
+ - `#I255137` – Errors will no longer occur in mobile view mode if we set the Pan interaction mode.
1779
+ - `#I253704` – The form fields are downloaded properly while loading the PDF document in tab control.
1780
+ - `#I253745` – The annotationAdd and annotationPropertiesChange events are triggered properly for the annotations.
1781
+ - `#I252881` – The toolbar settings property is working for mobile device.
1782
+ - `#I255042`, `#I255073` – Errors will no longer occur if the session storage exceeds the maximum limit.
1783
+ - `#I254115`, `#I254942` – The annotation modified date is preserved properly in different localization.
1784
+ - `#I256044` – The font family and text alignment are rendered properly from the exported FreeText annotation data.
1785
+ - `#I255124` – The text markup annotations are now added properly if the PDF Viewer element ID contains characters.
1786
+ - `#I256220` – The context menu will now be shown/hidden properly if we disable the default toolbar.
1787
+ - `#I256131` – The annotation toolbar will now be shown/hidden properly if we disable the annotation toolbar.
1788
+ - `#I256932` - Errors will no longer occur while resizing the text markup annotations.
1789
+ - `#I252805` – The annotationId value is now preserved properly for all annotation events.
1790
+ - `#I255647` - The form fields contents are rendered properly in the printed document, which has been printed in IE browser.
1791
+
1792
+ ## 17.3.28 (2019-11-19)
1793
+
1794
+ ### PDF Viewer
1795
+
1796
+ #### New Features
1797
+
1798
+ - `#I251151`, `#I254032` – Improved the annotation selection behavior in code behind.
1799
+ - `#I254776`, `#I255304` – Provided the support to set the custom JSON data for AJAX request.
1800
+ - `#I253341` – Provided the support to customize the label content during initial rendering of annotations.
1801
+ - `#I252421` – Provided the support to set the zoom mode value during initial loading.
1802
+
1803
+ #### Bug Fixes
1804
+
1805
+ - `#I253926` – Resolved the memory leak while rendering the PDF documents.
1806
+
1807
+ ## 17.3.27 (2019-11-12)
1808
+
1809
+ ### PDF Viewer
1810
+
1811
+ #### New Features
1812
+
1813
+ - `#I251151`, `#I254032` – Provided the support for annotation selection in code behind.
1814
+ - `#I249245` – Provided the support for UI customization of annotation selector border and resizer.
1815
+ - Improved the PDF viewer mobile view performance.
1816
+
1817
+ #### Bug Fixes
1818
+
1819
+ - `#I253317` – The measured annotation value is updated properly in the label when you disable the default toolbar.
1820
+ - `#I253888` – The Script error will no longer be thrown if we load the PDF documents using ASP.NET MVC web service.
1821
+ - `#I253317` – The measured value is now update properly for the measured annotation.
1822
+
1823
+ ## 17.3.26 (2019-11-05)
1824
+
1825
+ ### PDF Viewer
1826
+
1827
+ #### New Features
1828
+
1829
+ - `#I252805` - Exposed the annotation unique ID in the annotationAdd event arguments.
1830
+
1831
+ #### Bug Fixes
1832
+
1833
+ - `#I252806` - Annotation bounds are retrieved properly when importing and exporting the annotation details in rotated PDF documents.
1834
+ - `#I253016` - Free text annotation bounds are preserved properly in the rotated PDF document while saving the document.
1835
+ - `#I251152` - Text markup annotation resizer position will be updated properly in the doctype HTML pages.
1836
+ - `#I252879` - Script errors will no longer occur if we disable the magnification module.
1837
+ - `#I253504` - The character start and end indexes will be updated properly in the text markup annotationAdd event arguments.
1838
+
1839
+ ## 17.3.21 (2019-10-30)
1840
+
1841
+ ### PDF Viewer
1842
+
1843
+ #### New Features
1844
+
1845
+ - `#I252111` - Provided the support for handwritten signature.
1846
+ - `#I251149` - Provided the support for customizing the text search highlight color.
1847
+
1848
+ #### Bug Fixes
1849
+
1850
+ - `#I251864` - The pages in the landscape document will be rendered properly.
1851
+ - `#I250902` - Now, the text Markup annotations are working properly inside the Tab control.
1852
+ - `#I250538` - The ajaxRequestFailed event will be triggered for all the possible ajax error codes.
1853
+ - `#I252269` – The mouse cursor has been updated properly after adding the free text annotation.
1854
+ - `#I251401` - The annotationSelect event will be triggered properly while selecting the annotations.
1855
+
1856
+ ## 17.3.19 (2019-10-22)
1857
+
1858
+ ### PDF Viewer
1859
+
1860
+ #### New Features
1861
+
1862
+ - `#I249703` - The quality of the printed copy has been improved.
1863
+ - `#I147267`, `#I251146` - Provided the support to delete the annotations in code behind.
1864
+ - `#I248609` - Provided the support to customize the annotation selector.
1865
+ - `#I247224`, `#I248179` - Provided the support to resize the text markup annotation bounds.
1866
+
1867
+ #### Bug Fixes
1868
+
1869
+ - `#I251577` - The value of the isDocumentEdited property now returned properly for shapes, measure, stamps annotation and form filling features.
1870
+ - `#I249588` - The PDF Viewer control size is updated properly while using in tab control.
1871
+ - `#I251729` - The text markup annotation selector is cleared properly when loading the another PDF document.
1872
+ - `#I251742` - The perimeter shape type has been updated properly when exporting the annotation details.
1873
+ - `#I251494` - The reference error will no longer be thrown if you render the PDF document in docker Linux container environment.
1874
+ - `#I251153` – The previously imported annotations are no more cleared when import the other set of annotations.
1875
+
1876
+ ## 17.3.17 (2019-10-15)
1877
+
1878
+ ### PDF Viewer
1879
+
1880
+ #### New Features
1881
+
1882
+ - `#I248585` - The start and end indexes of text markup annotation have been exposed in the annotationAdd event.
1883
+
1884
+ #### Bug Fixes
1885
+
1886
+ - `#I249742` - The annotationSelect event will be triggered properly after selecting another text markup annotation.
1887
+ - `#I245008` - Notes of the measure annotations will now be updated properly after modifying the scale values.
1888
+
1889
+ ## 17.3.16 (2019-10-09)
1890
+
1891
+ ### PDF Viewer
1892
+
1893
+ #### New Features
1894
+
1895
+ - `#I249725` - Provided the support to enable or disable the comment panel.
1896
+ - `#I248609` - Exposed the API for textSelectionStart and textSelectionEnd events in the PDF Viewer.
1897
+
1898
+ #### Bug Fixes
1899
+
1900
+ - `#I249017` - Multiline text markup annotation bounds will be returned properly in the annotationAdd event arguments.
1901
+
1902
+ ## 17.3.14 (2019-10-03)
1903
+
1904
+ ### PDF Viewer
1905
+
1906
+ #### New Features
1907
+
1908
+ - `#I227046`, `#I230887`, `#I142366`, `#I231973`, `#I237847`, `#I244849`, `#I238686`, `#I239233`, `#I241638`, `#I241638`, `#I242232`, `#I239221`, `#I240051`, `#I245255` – The support has been provided for filling the form fields.
1909
+ - `#I233655`, `#I236240`, `#I236825`, `#I238694`, `#I241974`, `#I243864`, `#I245087` – The support has been provided for free text annotation.
1910
+ - `#I246059` - Exposed the thumbnailClick event to identify the thumbnail clicks action.
1911
+ - `#I246767` – The support has been provided to export the annotation details as JSON object in client-side.
1912
+ - `#I245008` – The support has been provided to update the existing calibrate annotation if we modify the scale value.
1913
+ - Improved the scrolling performance in mobile devices.
1914
+
1915
+ #### Bug Fixes
1916
+
1917
+ - `#I247914` – The perimeter annotation will be rendered properly when the line is ended in the starting point.
1918
+ - `#I248062` – Extra edge will not be added to the polygon shapes when rendered in the page.
1919
+ - `#I248092` – Contents will not be swapped if you switch randomly between two documents.
1920
+ - `#I248093` – Script error will no longer be thrown if you switch randomly between two documents.
1921
+ - `#I247787` – The searched text will be highlighted properly in the provided document.
1922
+ - `#I146785` – Script error will no longer be thrown when the PDF Viewer control is used in the React application.
1923
+
1924
+ ## 17.3.9-beta (2019-09-20)
1925
+
1926
+ ### PDF Viewer
1927
+
1928
+ #### New Features
1929
+
1930
+ - `#I227046`, `#I230887`, `#I142366`, `#I231973`, `#I237847`, `#I244849`, `#I238686`, `#I239233`, `#I241638`, `#I241638`, `#I242232`, `#I239221`, `#I240051`, `#I245255` – The support has been provided for filling the form fields.
1931
+ - `#I233655`, `#I236240`, `#I236825`, `#I238694`, `#I241974`, `#I243864`, `#I245087` – The support has been provided for free text annotation.
1932
+ - `#I246059` - Exposed the thumbnailClick event to identify the thumbnail clicks action.
1933
+ - `#I246767` – The support has been provided to export the annotation details as JSON object in client-side.
1934
+ - `#I245008` – The support has been provided to update the existing calibrate annotation if we modify the scale value.
1935
+ - Improved the scrolling performance in mobile devices.
1936
+
1937
+ ## 17.2.49 (2019-09-04)
1938
+
1939
+ ### PDF Viewer
1940
+
1941
+ #### Bug Fixes
1942
+
1943
+ - `#I246044` – The assigned author name is now preserved properly while loading or saving the document in PDF Viewer.
1944
+ - `#I245087` – The Polygon, Perimeter, and Volume annotations will be drawn properly in the low zoom values.
1945
+ - `#I245820` - Magnification on double tap will no longer happen when the pinch zoom is disabled in the PDF Viewer control.
1946
+ - `#I244787` – The Comment panel is now opened properly while double clicking the annotation created from the code behind.
1947
+ - `#I246041` - The warning message will no longer be thrown when the web action method is executed.
1948
+
1949
+ ## 17.2.47 (2019-08-27)
1950
+
1951
+ ### PDF Viewer
1952
+
1953
+ #### New Features
1954
+
1955
+ - `#I243205`, `#I245009` - Provided the support to include Custom stamps in stamp dropdown.
1956
+ - `#I243133` - Provided the support to customize tooltip of the hyperlink on mouse hover.
1957
+ - `#I245007` - Provided the Feet unit support in measurement annotation.
1958
+
1959
+ #### Bug Fixes
1960
+
1961
+ - `#I244499` - The shape and measurement annotations will now be rendered properly in the rotated documents.
1962
+ - `#I244481` - The script errors will no longer be thrown in PDF Viewer in IE browser.
1963
+
1964
+ ## 17.2.46 (2019-08-22)
1965
+
1966
+ ### PDF Viewer
1967
+
1968
+ #### Breaking Changes
1969
+
1970
+ - The following API is renamed.
1971
+
1972
+ | Existing API name | New API Name |
1973
+ |---|---|
1974
+ | toolbarItem | toolbarItems |
1975
+
1976
+ #### New Features
1977
+
1978
+ - `#I223065`, `#I234860`, `#I241770`, `#I241487`, `#I229426`, `#I244801` – Provided the support for importing and exporting the annotation details as a JSON object.
1979
+
1980
+ #### Bug Fixes
1981
+
1982
+ - `#I243837` – Exception will no longer be thrown while loading the PDF document as FileStream.
1983
+
1984
+ ## 17.2.41 (2019-08-14)
1985
+
1986
+ ### PDF Viewer
1987
+
1988
+ #### Bug Fixes
1989
+
1990
+ - `#I241487`, `#I243077` - Annotation author name is now updated properly in the comment panel.
1991
+ - `#I242804` - The Bookmark's destination value is now maintained properly during navigation.
1992
+ - `#I241487` - The provided PDF document will now be loaded properly in the PDF Viewer control.
1993
+ - `#I244437` - Resolved the typo errors in the PDF Viewer toolbar content.
1994
+ - `#I244654` - The editAnnotation API is now working properly.
1995
+ - `#I243134` - The PDF documents load properly when render the PDF Viewer control under multiple tab with fitToPage view mode during initial loading.
1996
+
1997
+ ## 17.2.40 (2019-08-06)
1998
+
1999
+ ### PDF Viewer
2000
+
2001
+ #### New Features
2002
+
2003
+ - `#I242329` - Provided the support to customize scale ratio value of measurement annotation.
2004
+ - `#I241886` - Provided the support to display context menu in mouse up action.
2005
+
2006
+ #### Bug Fixes
2007
+
2008
+ - `#I242495`, `#I243160` – Hyperlink element is now rendered properly for the rotated page document.
2009
+ - `#I238064` – Searched target text is now highlighted properly for the provided document.
2010
+ - `#I241904`, `#I241294` – Converted PDF document is now rendered properly in IE browser.
2011
+ - `#I242282` – Text search is now working properly while using PDF Viewer control inside the Tab control.
2012
+
2013
+ ## 17.2.39 (2019-07-30)
2014
+
2015
+ ### PDF Viewer
2016
+
2017
+ #### New Features
2018
+
2019
+ - `#I240440` - More details have been provided in the ajaxRequestfailure event.
2020
+ - `#I242375` – Now, the annotation edit toolbar is enabled by default using the enableAnnotationToolbar property.
2021
+ - `#I241715` - Support has been provided to render the annotation modified date and time in the comment panel.
2022
+
2023
+ #### Bug Fixes
2024
+
2025
+ - `#I242803` - The request handling has been optimized for retrieving the comments details from the PDF document.
2026
+
2027
+ ## 17.2.36 (2019-07-24)
2028
+
2029
+ ### PDF Viewer
2030
+
2031
+ #### New Features
2032
+
2033
+ - Provided the API to modify the scale ratio to change the quality of the pages rendered in the PDF Viewer.
2034
+
2035
+ ## 17.2.35 (2019-07-17)
2036
+
2037
+ ### PDF Viewer
2038
+
2039
+ #### Bug Fixes
2040
+
2041
+ - `#I229426` - Provided the API to select, edit, and delete the annotations.
2042
+
2043
+ ## 17.2.34 (2019-07-11)
2044
+
2045
+ ### PDF Viewer
2046
+
2047
+ #### Breaking Changes
2048
+
2049
+ - The following event arguments are renamed.
2050
+
2051
+ | Existing Event Arguments Name | New Event Arguments Name |
2052
+ |---|---|
2053
+ | IUnloadEventArgs | UnloadEventArgs |
2054
+ | ILoadEventArgs | LoadEventArgs |
2055
+ | ILoadFailedEventArgs | LoadFailedEventArgs |
2056
+ | IAjaxRequestFailureEventArgs | AjaxRequestFailureEventArgs |
2057
+ | IPageChangeEventArgs | PageChangeEventArgs |
2058
+ | IPageClickEventArgs | PageClickEventArgs |
2059
+ | IZoomChangeEventArgs | ZoomChangeEventArgs |
2060
+ | IHyperlinkClickEventArgs | HyperlinkClickEventArgs |
2061
+ | IAnnotationAddEventArgs | AnnotationAddEventArgs |
2062
+ | IAnnotationRemoveEventArgs | AnnotationRemoveEventArgs |
2063
+ | IAnnotationPropertiesChangeEventArgs | AnnotationPropertiesChangeEventArgs |
2064
+
2065
+ #### New Features
2066
+
2067
+ - `#I208298`, `#I223253`, `#I224643`, `#I233655`, `#I238694` - Provided the supports for shape annotations.
2068
+ - `#I219446`, `#I224643`, `#I230115`, `#I233032`, `#F144297`, `#I236825`, `#I238694` - Provided the supports for stamp annotations.
2069
+ - `#I229426` - Provided the supports for calibrate annotations.
2070
+ - `#I223253`, `#I238694` - Provided the supports for sticky notes annotations.
2071
+ - `#I238812` – Provided support to restrict the hyperlink navigation.
2072
+ - `#I236995` – Provided support to restrict the pinch zooming using the ‘enablePinchZoom’ property.
2073
+
2074
+ #### Bug Fixes
2075
+
2076
+ - `#I233161` – Now, loading Indicator will be shown properly while loading a large page size document.
2077
+ - `#I233035` - HyperlinkClick event is now triggered properly.
2078
+ - `#I234364` - Pan interaction mode is now working properly when the toolbar is disabled.
2079
+ - `#I231436` - PDF document is now rendered properly while using the PDF Viewer control inside Tab control.
2080
+ - `#I232104` - Cleared the warnings in css files.
2081
+ - `#I238761` - Height of the PDF Viewer control is now maintained properly when using inside the tab control.
2082
+
2083
+ ## 17.2.28-beta (2019-06-27)
2084
+
2085
+ ### PDF Viewer
2086
+
2087
+ #### Breaking Changes
2088
+
2089
+ - The following event arguments are renamed.
2090
+
2091
+ | Existing Event Arguments Name | New Event Arguments Name |
2092
+ |---|---|
2093
+ | IUnloadEventArgs | UnloadEventArgs |
2094
+ | ILoadEventArgs | LoadEventArgs |
2095
+ | ILoadFailedEventArgs | LoadFailedEventArgs |
2096
+ | IAjaxRequestFailureEventArgs | AjaxRequestFailureEventArgs |
2097
+ | IPageChangeEventArgs | PageChangeEventArgs |
2098
+ | IPageClickEventArgs | PageClickEventArgs |
2099
+ | IZoomChangeEventArgs | ZoomChangeEventArgs |
2100
+ | IHyperlinkClickEventArgs | HyperlinkClickEventArgs |
2101
+ | IAnnotationAddEventArgs | AnnotationAddEventArgs |
2102
+ | IAnnotationRemoveEventArgs | AnnotationRemoveEventArgs |
2103
+ | IAnnotationPropertiesChangeEventArgs | AnnotationPropertiesChangeEventArgs |
2104
+
2105
+ #### New Features
2106
+
2107
+ - `#I208298`, `#I223253`, `#I224643`, `#I233655`, `#I238694` - Provided the supports for shape annotations.
2108
+ - `#I219446`, `#I224643`, `#I230115`, `#I233032`, `#F144297`, `#I236825`, `#I238694` - Provided the supports for stamp annotations.
2109
+ - `#I229426` - Provided the supports for calibrate annotations.
2110
+ - `#I223253`, `#I238694` - Provided the supports for sticky notes annotations.
2111
+
2112
+ #### Bug Fixes
2113
+
2114
+ - `#I233161` – Now, loading Indicator will be shown properly while loading a large page size document.
2115
+ - `#I233035` - HyperlinkClick event is now triggered properly.
2116
+ - `#I234364` - Pan interaction mode is now working properly when the toolbar is disabled.
2117
+ - `#I231436` - PDF document is now rendered properly while using the PDF Viewer control inside Tab control.
2118
+ - `#I232104` - Cleared the warnings in css files.
2119
+
2120
+ ## 17.1.47 (2019-05-14)
2121
+
2122
+ ### PDF Viewer
2123
+
2124
+ #### New Features
2125
+
2126
+ - Provided the supports for adding custom header to the AJAX requests in the PDF viewer control.
2127
+
2128
+ ## 17.1.44 (2019-05-07)
2129
+
2130
+ ### PDF Viewer
2131
+
2132
+ #### New Features
2133
+
2134
+ - Provided the supports for adding custom header to the AJAX requests in the PDF viewer control.
2135
+
2136
+ ## 17.1.43 (2019-04-30)
2137
+
2138
+ ### PDF Viewer
2139
+
2140
+ #### Bug Fixes
2141
+
2142
+ - The Loading Indicator is now shown properly while loading a large page size document.
2143
+ - The pan interaction mode is now working properly when the toolbar is disabled.
2144
+
2145
+ ## 17.1.42 (2019-04-23)
2146
+
2147
+ ### PDF Viewer
2148
+
2149
+ #### Bug Fixes
2150
+
2151
+ - The issue "the hyperlinkClick event is not triggered for web links" has been fixed.
2152
+
2153
+ ## 17.1.41 (2019-04-16)
2154
+
2155
+ ### PDF Viewer
2156
+
2157
+ #### Bug Fixes
2158
+
2159
+ - The font size is missing warning will no longer be thrown from styles in the PDF Viewer.
2160
+
2161
+ ## 17.1.40 (2019-04-09)
2162
+
2163
+ ### PDF Viewer
2164
+
2165
+ #### Bug Fixes
2166
+
2167
+ - The PDF document is now rendered properly while using the PDF Viewer inside the Tab control.
2168
+ - The font size is missing warning will no longer be thrown from styles in the PDF Viewer.
2169
+
2170
+ ## 17.1.38 (2019-03-29)
2171
+
2172
+ ### PDF Viewer
2173
+
2174
+ #### New Features
2175
+
2176
+ - Text Markup annotation support has been provided to PDF Viewer.
2177
+ - Mobile view responsiveness support has been provided.
2178
+ - Right-to-left support has been provided.
2179
+ - Accessibility support has been provided to PDF Viewer.
2180
+
2181
+ #### Bug Fixes
2182
+
2183
+ - The issue “Added PDF document cache element did not maintain properly” has been fixed.
2184
+ - The issue “PdfRenderer object is not disposing properly in EJ2 PDF Viewer library” has been fixed.
2185
+ - The issue “PDF Viewer clears all the session storage” has been fixed.
2186
+ - Resolved the script error while accessing invalid link annotation destination.
2187
+ - Resolved Single Page Document Rendering issue.
2188
+ - Document Load event not triggered for lower zoom value issue has been fixed.
2189
+
2190
+ ## 17.1.32-beta (2019-03-13)
2191
+
2192
+ ### PDF Viewer
2193
+
2194
+ #### New Features
2195
+
2196
+ - Text Markup annotation support has been provided to PDF Viewer.
2197
+ - Mobile view responsiveness support has been provided.
2198
+ - Right-to-left support has been provided.
2199
+ - Accessibility support has been provided to PDF Viewer.
2200
+
2201
+ #### Bug Fixes
2202
+
2203
+ - The issue “Added PDF document cache element did not maintain properly” has been fixed.
2204
+ - The issue “PdfRenderer object is not disposing properly in EJ2 PDF Viewer library” has been fixed.
2205
+ - The issue “PDF Viewer clears all the session storage” has been fixed.
2206
+ - Resolved the script error while accessing invalid link annotation destination.
2207
+ - Resolved Single Page Document Rendering issue.
2208
+ - Document Load event not triggered for lower zoom value issue has been fixed.
2209
+
2210
+ ## 16.4.55 (2019-02-27)
2211
+
2212
+ ### PDF Viewer
2213
+
2214
+ #### Bug Fixes
2215
+
2216
+ - Document Load event not triggered for lower zoom value issue was fixed.
2217
+
2218
+ ## 16.4.52 (2019-02-05)
2219
+
2220
+ ### PDF Viewer
2221
+
2222
+ #### Bug Fixes
2223
+
2224
+ - Resolved PDF Viewer Session Storage Clear Issue.
2225
+ - Resolved single Page Document Rendering Issue.
2226
+ - Resolved the script error while accessing invalid link annotation destination.
2227
+ - The scrolling when the toolbar is clicked is prevented
2228
+
2229
+ ## 16.4.48 (2019-01-22)
2230
+
2231
+ ### PDF Viewer
2232
+
2233
+ #### Bug Fixes
2234
+
2235
+ - Resolved PDF Viewer Session Storage Clear Issue.
2236
+ - Resolved single Page Document Rendering Issue.
2237
+
2238
+ ## 16.4.46 (2019-01-08)
2239
+
2240
+ ### PDF Viewer
2241
+
2242
+ #### Bug Fixes
2243
+
2244
+ - Resolved the script error while accessing invalid link annotation destination.
2245
+
2246
+ ## 16.4.44 (2018-12-24)
2247
+
2248
+ ### PDF Viewer
2249
+
2250
+ #### Bug Fixes
2251
+
2252
+ - The scrolling when the toolbar is clicked is prevented
2253
+
2254
+ ## 16.4.40-beta (2018-12-10)
2255
+
2256
+ ### PDF Viewer
2257
+
2258
+ #### Bug Fixes
2259
+
2260
+ The PDF Viewer component enables you to view and print the PDF files.
2261
+
2262
+
2263
+ - Both normal and PDF files protected with AES and RC4 encryption can be opened and displayed.
2264
+ - Core interactions are included: scrolling, zooming, panning, and page navigation.
2265
+ - Built-in toolbar.
2266
+ - Text can be selected and copied from PDF files.
2267
+ - Text can be easily searched for across the PDF document.
2268
+ - Easy navigation with the help of bookmarks, thumbnails, hyperlinks, and a table of contents.
2269
+ - Two view modes are included: fit-to-page and fit-to-width.
2270
+ - An entire document or a specific page can be printed directly from the browser.
2271
+
2272
+