@syncfusion/ej2-vue-pdfviewer 20.3.59 → 20.3.60

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 (42) hide show
  1. package/CHANGELOG.md +2142 -0
  2. package/README.md +62 -1
  3. package/dist/ej2-vue-pdfviewer.umd.min.js +11 -0
  4. package/dist/ej2-vue-pdfviewer.umd.min.js.map +1 -0
  5. package/dist/es6/ej2-vue-pdfviewer.es2015.js +51 -6
  6. package/dist/es6/ej2-vue-pdfviewer.es2015.js.map +1 -1
  7. package/dist/es6/ej2-vue-pdfviewer.es5.js +39 -4
  8. package/dist/es6/ej2-vue-pdfviewer.es5.js.map +1 -1
  9. package/dist/global/ej2-vue-pdfviewer.min.js +2 -2
  10. package/package.json +12 -8
  11. package/src/pdfviewer/pdfviewer.component.d.ts +5 -0
  12. package/src/pdfviewer/pdfviewer.component.js +39 -4
  13. package/styles/bootstrap-dark.css +16 -0
  14. package/styles/bootstrap.css +16 -0
  15. package/styles/bootstrap4.css +16 -0
  16. package/styles/bootstrap5-dark.css +16 -0
  17. package/styles/bootstrap5.css +16 -0
  18. package/styles/fabric-dark.css +16 -0
  19. package/styles/fabric.css +16 -0
  20. package/styles/fluent-dark.css +16 -0
  21. package/styles/fluent.css +16 -0
  22. package/styles/highcontrast-light.css +16 -0
  23. package/styles/highcontrast.css +16 -0
  24. package/styles/material-dark.css +16 -0
  25. package/styles/material.css +16 -0
  26. package/styles/pdfviewer/bootstrap-dark.css +16 -0
  27. package/styles/pdfviewer/bootstrap.css +16 -0
  28. package/styles/pdfviewer/bootstrap4.css +16 -0
  29. package/styles/pdfviewer/bootstrap5-dark.css +16 -0
  30. package/styles/pdfviewer/bootstrap5.css +16 -0
  31. package/styles/pdfviewer/fabric-dark.css +16 -0
  32. package/styles/pdfviewer/fabric.css +16 -0
  33. package/styles/pdfviewer/fluent-dark.css +16 -0
  34. package/styles/pdfviewer/fluent.css +16 -0
  35. package/styles/pdfviewer/highcontrast-light.css +16 -0
  36. package/styles/pdfviewer/highcontrast.css +16 -0
  37. package/styles/pdfviewer/material-dark.css +16 -0
  38. package/styles/pdfviewer/material.css +16 -0
  39. package/styles/pdfviewer/tailwind-dark.css +16 -0
  40. package/styles/pdfviewer/tailwind.css +16 -0
  41. package/styles/tailwind-dark.css +16 -0
  42. package/styles/tailwind.css +16 -0
package/CHANGELOG.md ADDED
@@ -0,0 +1,2142 @@
1
+ # Changelog
2
+
3
+ ## [Unreleased]
4
+
5
+ ### PDF Viewer
6
+
7
+ #### New Features
8
+
9
+ - `#I369895`,`#I403367`,`#I406191` - Now, improvements in text selection `strikethrough` for specific document.
10
+ - `#I419679` - Provided the ability to display or hide the `FormDesignerToolbar` after document loading.
11
+
12
+ #### Bug Fixes
13
+
14
+ - `#F178453` - Now, cut, copy and paste of form field are working properly on downloading.
15
+
16
+ ## 20.3.59 (2022-11-29)
17
+
18
+ ### PDF Viewer
19
+
20
+ #### New Features
21
+
22
+ - `#I421694` - Now, Angular applications may render PDF Viewer controls without ID properties.
23
+ - `#I409823` - Support was given for a custom margin property in the free text annotation.
24
+
25
+ #### Bug Fixes
26
+
27
+ - `#I419557` - Now, the `IsPrint` property values for text markup annotation have been properly updated.
28
+ - `#I418726` - Now, the draw and image signature is now preserved while changing tabs on mobile devices.
29
+ - `#I420588` - Now, the Script error does not occur while printing the document contains signature fields on non-rendered pages.
30
+ - `#I420304` - Now, the script error does not occur while updating read only property programmatically.
31
+ - `#I416032` - The radio button now triggers the form field click event.
32
+ - `#I420423` - Now, the background color of the initial indicator settings is now applied when adding form fields programmatically.
33
+ - `#I422736` - Fixed issue with saving PDF document on form fields export.
34
+
35
+ ## 20.3.58 (2022-11-22)
36
+
37
+ ### PDF Viewer
38
+
39
+ #### New Features
40
+
41
+ - `#I412460` - Now, the ability to support retrying Ajax requests with a status code collection.
42
+
43
+ #### Bug Fixes
44
+
45
+ - `#I418731` - Now, for fields with the same name, the export and import form fields' values have been properly updated.
46
+ - `#I416298` - Now, the focus for signature and initial fields are proper in different zoom levels.
47
+ - `#I411856` - The issue with programmatically updating the initial indicator properties has been resolved.
48
+ - `#F178660` - Fixed issue with `RenderAnnotationComments` on `.NET 6.0` platform.
49
+
50
+ ## 20.3.57 (2022-11-15)
51
+
52
+ ### PDF Viewer
53
+
54
+ #### Bug Fixes
55
+
56
+ - `#I418199` - Now, the Script error does not occur while updating the image in the form fields programmatically.
57
+ - `#I408281` - Now, the Script error does not occur while changing the PDF view to the text view in the sample.
58
+ - `#I413254` - Now, the aspect ratio value for the image type signature has been properly handled.
59
+ - `#F178250` - Now, the Color Palette is no longer obscured in the PDF Viewer.
60
+ - `#I178667` - Now, the text box's border color is now properly updated and no longer hidden.
61
+ - `#I418214` - Cleared session items for the older documents.
62
+ - `#I178018` - Now, searching for a multiple-sentence phrase no longer causes the PDF Viewer to freeze.
63
+
64
+ ## 20.3.56 (2022-11-08)
65
+
66
+ ### PDF Viewer
67
+
68
+ #### New Features
69
+
70
+ - `#I408588` - Touchpad pinch zooming has been implemented in Windows and Mac environments.
71
+
72
+ #### Bug Fixes
73
+
74
+ - `#I411644` - Now, Signature are added properly in the respective signature fields.
75
+ - `#I412264` - Now, Exposed the API for show and hide the digital signature form fields in the PDF Viewer.
76
+ - `#I408609` - Now, properties dialog and context menu are open on right click.
77
+ - `#I414492`,`#I414536` - Now, the Signature dialogue is vertical.
78
+ - `#I413111` - Now the Ink annotation auto-write issue is resolved.
79
+ - `#I406980` - Now, the Values of free text annotation properties are not missing on importing.
80
+ - `#I408171` - Now, Annotation added above free text annotation does not hide behind after downloading and flattening.
81
+ - `#I412525` - Now we are able to update form field values from code behind if the pages are not rendered.
82
+ - `#I408588` - Pinch zoom pivot point calculation for touch-based devices has been improved.
83
+
84
+ - `#I411644` - Now, Signature are added properly in the respective signature fields.
85
+ - `#I412264` - Now, Exposed the API for show and hide the digital signature form fields in the PDF Viewer.
86
+ - `#I408609` - Now, properties dialog and context menu are open on right click.
87
+ - `#I414492`,`#I414536` - Now, the Signature dialogue is vertical.
88
+ - `#I406980` - Now, the Values of free text annotation properties are not missing on importing.
89
+ - `#I408171` - Now, Annotation added above free text annotation does not hide behind after downloading and flattening.
90
+ - `#I413111` - Now the Ink annotation auto-write issue is resolved.
91
+ - `#I412525` - Now we are able to update form field values from code behind if the pages are not rendered.
92
+ - `#I408588` - Pinch zoom pivot point calculation for touch-based devices has been improved.
93
+
94
+ ## 20.3.52 (2022-10-26)
95
+
96
+ ### PDF Viewer
97
+
98
+ #### New Features
99
+
100
+ - `#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.
101
+ - `#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.
102
+
103
+ - `#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.
104
+ - `#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.
105
+
106
+ #### Bug Fixes
107
+
108
+ - `#I408281` - Now, The Script error does not occur while changing the PDF view to the text view in the sample.
109
+ - `#I412183` - Now, Vertical images are rendered properly in the signature fields.
110
+ - `#I397357` - Now, Radio buttons are rendered properly while printing the document.
111
+ - `#I411792` - Now, able to export annotation after `strikethrough`.
112
+ - `#I401159` - Now, backward text selection is working properly.
113
+
114
+ ## 20.3.50 (2022-10-18)
115
+
116
+ ### PDF Viewer
117
+
118
+ #### Bug Fixes
119
+
120
+ - `#I409189` - Now, no blank pages are created while printing the document.
121
+ - `#I411098` - Now, Form fields are rendered properly while printing the document.
122
+ - `#I405132` - Now, the copied text content from pdf document is contain the space lining.
123
+ - `#I409184` - Now, able to change the background color of Initial field indicator element.
124
+ - `#I409766` - Now, type signature is working properly.
125
+
126
+ ## 20.3.49 (2022-10-11)
127
+
128
+ ### PDF Viewer
129
+
130
+ #### Bug Fixes
131
+
132
+ - `#F177655` - Now we can select the search-highlighted text content.
133
+ - `#I408819`,`#I409541`,`#I409234` - Now, ink annotations are rendered properly while loading the document.
134
+ - `#I408950` - Now the script error does not occur when ink annotation moves out of the document.
135
+ - `#I409797` - Now, Form fields value are not missing on scrolling the pages using keyboard shortcut.
136
+ - `#I407919` - Now, Custom data property from free text annotation is updating in the imported annotation.
137
+
138
+ - `#F177655` - Now we can select the search-highlighted text content.
139
+ - `#I408819`,`#I409541`,`#I409234` - Now, ink annotations are rendered properly while loading the document.
140
+ - `#I408950` - Now the script error does not occur when ink annotation moves out of the document.
141
+ - `#I409797` - Now, Form fields value are not missing on scrolling the pages using keyboard shortcut.
142
+
143
+ ## 20.3.48 (2022-10-05)
144
+
145
+ ### PDF Viewer
146
+
147
+ #### Bug Fixes
148
+
149
+ - `#I406164` - Now, the Ink annotations from the import JSON file present on the last page.
150
+ - `#I406143` - Now, the Page Index property is present in the form field collections while adding the form fields.
151
+ - `#I406883` - Now, the Deleted ink annotations do not exist after scrolling the document.
152
+ - `#I408609` - Now, the Keyboard shortcuts are working properly.
153
+ - `#I383963` - Now, the Form fields are allowed to rename without affecting any other field.
154
+ - `#I406552` - Now, The removal of fields from other pages is prevented while the field is programmatically focused.
155
+ - `#I406586` - Now, Ink annotation is not missing in the annotation collection.
156
+ - `#I408087` - Now, adequate space in the type signature field.
157
+ - `#I404936` - Now, Typed signature is appeared from the downloaded document.
158
+ - `#I406793` - Now, two custom stamps can't be selected at the same time.
159
+
160
+ ## 20.3.47 (2022-09-29)
161
+
162
+ ### PDF Viewer
163
+
164
+ #### New Features
165
+
166
+ - `#I391994` - The document download performance has improved for larger PDF files, over 5000+ pages.
167
+
168
+ #### Bug Fixes
169
+
170
+ - `#I397357` - Now, Radio button values update properly.
171
+ - `#I401805` - Now, Form fields updates proper value on download.
172
+ - `#I382837` - Now, Interaction on checkbox in mobile device is working fine.
173
+ - `#I404631` - Now, `isFormDesignerToolbarVisible=true` property opens in the Form designer toolbar.
174
+ - `#I385978` - Now, Free Text Annotations can be edited in iPhone, iPad and iPod Devices.
175
+ - `#I403614` - Now, the annotation signature key not found error is resolved in the customer document.
176
+ - `#I403632` - Now, custom stamp position is not wrong on mobile device.
177
+ - `#I404420` - Now, Selection of the closely placed Signature Field is improved in Mobile devices.
178
+ - `#I403607` - Now, the Add Signature event is triggered when adding the signature, and the Remove Signature event is triggered while removing the signature.
179
+ - `#I397357` - Now, Radio button values update properly.
180
+ - `#I401805` - Now, Form fields updates the proper value on download.
181
+ - `#I382837` - Now, the interaction on a checkbox in the mobile device is working fine.
182
+ - `#I404631` - Now, `isFormDesignerToolbarVisible=true` property opens in the Form designer toolbar.
183
+ - `#I385978` - Now, Free Text Annotations can be edited on iPhone, iPad, and iPod Devices.
184
+ - `#I403614` - Now, the annotation signature key not found error is resolved in the customer document.
185
+ - `#I403632` - Now, the custom stamp position is not wrong on the mobile device.
186
+ - `#I404420` - Now, the Selection of the closely placed Signature Field is improved in Mobile devices.
187
+ - `#I403607` - Now, the Add Signature event is triggered when adding the signature, and the Remove Signature event is triggered while removing the signature.
188
+ - `#I176922` - Now, comments are not duplicated if a shape annotation is added inside an annotation.
189
+ - `#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.
190
+ - `#I398911` - Provided support for suppressing the Digital signature without affecting the download of the same.
191
+ - `#I400958` - Now, Adding a signature field programmatically and from the UI level does not have the same signature field name.
192
+ - `#I398958` - Now, the Script error does not occur while adding signature and initial fields when enabling form field is false.
193
+ - `#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.
194
+ - `#I392269` - Now, considered both GUID and description while importing the annotations.
195
+ - `#I398972` - Now, The Script error does not occur while saving the PDF consecutively with Calibrate perimeter control.
196
+ - `#I399220` - Now, Some form fields are not removed on reloading the downloaded document.
197
+ - `#I389566` - Now, The Script error does not occur while trying to change the PDF view to the text view in the sample.
198
+ - `#I369895` - When an image signature is added programmatically, the width is now properly maintained.
199
+ - `#I388895` - Now, stamp annotations comments display valid time in the comment panel for any culture.
200
+ - `#I391994` - Now, Programmatically able to add all form fields in read-only mode.
201
+ - `#I394117` - Now, Tapping a page with a signature field does not moves to another page on mobile devices.
202
+ - `#I395979` - Now, Deleted annotations are updated in the annotation collection properly.
203
+ - `#I369895` - Now, The selection and strike-through are now aligned properly.
204
+ - `#I389679` - Now, the form field color should not be changed on read-only mode.
205
+ - `#I383430` - Now, form fields do not generate duplicates while using CTRL c and CRTL v.
206
+ - `#I394763` - Now, form fields are not deleted while trying to delete the text with the delete key in the property dialog.
207
+ - `#I394979` - The problem with continuously and programmatically adding a signature image disappearing has been resolved.
208
+ - `#I397495` - Now, the signature and Initial field are visible in chrome downloaded in the PDF Viewer.
209
+ - `#F176687` - Now, markup text of Free Text annotation is proper for Arabic text.
210
+ - `#I386832` - Now if the `zoomMode` is set to `FitToWidth`, we can update or get the form field values properly.
211
+ - `#I394274`,`#I394827` - Now, the signature and initials are updated after the 10th page.
212
+ - `#I395889` - Now, the script error that occurs without injecting annotation has been fixed.
213
+ - `#F173061` - Now, we can able to zoom to a specific annotation if the annotation is not visible in the viewport.
214
+ - `#I396556` - Now, import and export for JSON and XFDF is the document working properly.
215
+ - `#I401240` - Now, search content text highlight is working fine.
216
+ - `#I401761`,`#I399940`,`#I405109`,`#I406172` - Now, the Page is not scrolled when deleting annotations using `deleteAnnotationById()` method.
217
+
218
+ ## 20.2.49 (2022-09-13)
219
+
220
+ ### PDF Viewer
221
+
222
+ #### Bug Fixes
223
+
224
+ - `#I176922` - Now, comments are not duplicated if a shape annotation is added inside an annotation.
225
+ - `#I390997`,`#I392717`,`#I394607` - The signature is now displayed and properly positioned in change the width and height the document that was downloaded.
226
+ - `#I398911` - Provided support for suppressing of the Digital signature without affecting download of the same.
227
+ - `#I400958` - Now, Adding signature field programmatically and from UI level does not have same signature field name.
228
+
229
+ ## 20.2.48 (2022-09-06)
230
+
231
+ ### PDF Viewer
232
+
233
+ #### Bug Fixes
234
+
235
+ - `#I398958` - Now, Script error does not occurs while adding signature and initial fields when enable form field is false.
236
+ - `#I397605` - Now, If a portion of the free text annotation is outside the viewer, moving or resizing it will bring that annotation inside viewer.
237
+ - `#I392269` - Now, considered both GUID and description while importing the annotations .
238
+ - `#I398972` - Now, The Script error is not occurred while saving the PDF consecutively with Calibrate perimeter control .
239
+ - `#I399220` - Now, Some form fields are not removed on reloading the downloaded document .
240
+ - `#I389566` - Now, The Script error is not occurred while try to change PDF view to text view in sample .
241
+ - `#I369895` - When an image signature is added programmatically, the width is now properly maintained.
242
+ - `#I388895` - Now, stamp annotations comments displays valid time in comment panel for any culture.
243
+
244
+ ## 20.2.46 (2022-08-30)
245
+
246
+ ### PDF Viewer
247
+
248
+ #### Bug Fixes
249
+
250
+ - `#I391994` - Now, Programmatically able to add a all form fields in read only mode .
251
+ - `#I394117` - Now, Tapping a page with signature field does not moves to another page on mobile devices.
252
+ - `#I395979` - Now, Deleted annotations are updated in the annotation collection properly.
253
+ - `#I369895` - Now, The selection and strike through is now aligned properly.
254
+
255
+ ## 20.2.45 (2022-08-23)
256
+
257
+ ### PDF Viewer
258
+
259
+ #### Bug Fixes
260
+
261
+ - `#I389679` - Now ,form fields color should not be changed on read only mode.
262
+ - `#I390997`,`#I392717`,`#I394607` - The signature is now displayed and properly positioned in read only mode the document that was downloaded.
263
+ - `#I383430` - Now , form fields does not generate duplicates while using CTRL c and CRTL v.
264
+ - `#I394763` - Now , form fields is not deleted while trying to delete the text with delete key in property dialog.
265
+ - `#I394979` - The problem with continuously and programmatically adding a signature image disappearing has been resolved.
266
+ - `#I397495` - Now the signature and Initial field is visible in chrome downloaded in the PDF Viewer.
267
+ - `#F176687` - Now, markup text of Free Text annotation is proper for Arabic text.
268
+ - `#I394979` - The problem with continuously and programmatically adding a signature image disappearing has been resolved.
269
+ - `#I386832` - Now if the `zoomMode` is set to `FitToWidth`, we can update or get the form field values properly.
270
+ - `#I391994` - Now, The document download performance is improved if the PDF document contains above 1000 pages.
271
+
272
+ undefined- `#F176687` - Now, markup text of Free Text annotation is proper for Arabic text.
273
+ - `#SF-397495` - Now the signature and Initial field is visible in chrome downloaded in the PDF Viewer.
274
+
275
+ ## 20.2.44 (2022-08-16)
276
+
277
+ ### PDF Viewer
278
+
279
+ #### Bug Fixes
280
+
281
+ - `#I394274`,`#I394827` - Now ,The signature and initial is updated after the 10th page.
282
+ - `#I395889` - Now ,script error occurs without injecting annotation has been fixed.
283
+ - `#F173061` - Now, we can able to zoom to specific annotation if the annotation is not visible in the viewport.
284
+ - `#I396556` - Now ,import and export for JSON and XFDF is document working properly.
285
+
286
+ undefined- `#F173061` - Now, we can able to zoom to specific annotation if the annotation is not visible in the viewport.
287
+
288
+ ## 20.2.43 (2022-08-08)
289
+
290
+ ### PDF Viewer
291
+
292
+ #### Bug Fixes
293
+
294
+ - `#F176277` - Context menus will now open all the pages that are visible in the viewport.
295
+ - `#I3813` - The signature is now being downloaded without any pixel issue.
296
+ - `#I390997`,`#I392717`,`#I394607` - The signature is now displayed and properly positioned in the document that was downloaded.
297
+ - `#I383108` - Now,the custom stamp annotations are added properly in touch mode
298
+ - `#I377362` - Annotations are now placed in the correct position in the download PDF document with crop value.
299
+ - `#I383385` - The delete key can be used to remove annotations added in touch mode.
300
+ - `#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.
301
+ - `#I385936` - The value of the Add Signature button will not extend outside the button and missing Portuguese tooltips have been translated.
302
+ - `#I372855`, `#F173951` - An annotation can now be added and resized up to the edge of the PDF document.
303
+ - `#I380996` - The `TextSearchComplete` event will be triggered when the text is searched in the PDF viewer.
304
+ - `#I377035`,`#I379948` - A tooltip will be displayed in a form field even if the FormDesignerService is not injected.
305
+ - `#I380472` - Added form fields after pressing escape no longer shades form fields.
306
+ - `#I384112` - The `formFieldSelect` event will be triggered while selecting the first form field in the document.
307
+ - `#I386568` - In the Bootstrap5 theme, the search icon will change to a clear icon after a search has been initiated.
308
+ - `#I382999` - The type signature in the signature fields will be modified based on the height of the Signature field while resizing.
309
+ - `#I379221` - Now, cache values (PDF_CONTENT) are updated in the `getCache()` method.
310
+ - `#I385864` - Now, the dropdown values will be changed programmatically in the PDF Viewer.
311
+ - `#I386545` - Now, the signature field color will appear while scrolling down long document.
312
+ - `#I272377` - Now, the position and size of the arrow shapes in the shape annotation are same as in the downloaded document.
313
+ - `#F173953` - Now, Script error have been resolved.
314
+ - `#I378591` - The issue with the comment panel not opening after disabling and enabling again has been fixed.
315
+ - `#I386545` - Now, the signature field color will appear with opacity while scrolling down long document.
316
+ - `#I390764` - The issue of is document edited API is false while editing a document has been resolved.
317
+ - `#I388086` - The issue of replied comments merging with other annotations has been resolved.
318
+ - `#I379142`,`#I391296` - The x,y bounds of the form fields are proper while adding the form field.
319
+ - `#I386887` - The issue with radio button alignment with different zoom settings has been resolved.
320
+ - `#F175614` - For load failed and PDF file path not found errors, an error message is now displayed.
321
+ - `#I379627` - formFieldMouseover and formFieldMouseLeave is now trigger properly.
322
+ - `#I387260` - Now Signature Indicator Properties can be modified Programmatically in DOM.
323
+ - `#I384670` - Now that the type has been fixed, the signature value for the second time has been updated using form field collections.
324
+ - `#I382941`,`#I383132` - Now duplicate form fields able to select, move, delete and edit after deleting original form fields.
325
+ - `#I389566` - Now, Script Error is not occurs while try to change Pdf view to text view in sample.
326
+ - `#I376222` - Now, Annotation selector binds while dragging with right click and then clicking left click.
327
+ - `#I382568` - Now text boxes with the same name are saved and preserved after downloading and loading the document.
328
+ - `#I387261` - The signature in the signature field is not visible on Adobe Reader's print preview has been resolved.
329
+ - `#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.
330
+ - `#I383430` - Now copy, cut and paste does not generate any duplicates while using key short cut.
331
+ - `#I376526` - Now, Mobile device resizing of the Signature Form Field has been improved.
332
+ - `#I392270` - Now Signature is not drawn few inches away from the cursor on signature dialog.
333
+ - `#I389178` - If the target position is within the document, a form field will be added. As a result, adding Inaccessible Form fields is prevented.
334
+
335
+ - `#F176277` - Context menus will now open all the pages that are visible in the viewport.
336
+ - `#SF-3813` - The signature is now being downloaded without any pixel issues.
337
+ - `#SF-388478`,`#SF-394304`,`#SF-392271` - Now the form fields values are preserved after scrolling the downloaded document.
338
+
339
+ ## 20.2.40 (2022-07-26)
340
+
341
+ ### PDF Viewer
342
+
343
+ #### Bug Fixes
344
+
345
+ - `#I389566` - Now, Script Error is not occurs while try to change Pdf view to text view in sample.
346
+ - `#I376222` - Now, Annotation selector binds while dragging with right click and then clicking left click.
347
+ - `#I382568` - Now text boxes with the same name are saved and preserved after downloading and loading the document.
348
+ - `#I387261` - The signature in the signature field is not visible on Adobe Reader's print preview has been resolved.
349
+ - `#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.
350
+ - `#I383430` - Now copy, cut and paste does not generate any duplicates while using key short cut.
351
+ - `#I376526` - Now, Mobile device resizing of the Signature Form Field has been improved.
352
+ - `#I392270` - Now Signature is not drawn few inches away from the cursor on signature dialog.
353
+
354
+ - `#SF-382568` - Now text boxes with the same name are saved and preserved after downloading and loading the document.
355
+ - `SF-387261` - The signature in the signature field is not visible on Adobe Reader's print preview has been resolved.
356
+ - `#SF-383430` - Now copy, cut and paste does not generate any duplicates while using key short cut.
357
+ - `#SF-392270` - Now Signature is not drawn few inches away from the cursor on signature dialog.
358
+
359
+ ## 20.2.39 (2022-07-19)
360
+
361
+ ### PDF Viewer
362
+
363
+ #### Bug Fixes
364
+
365
+ - `#I390764` - The issue of is document edited API is false while editing a document has been resolved.
366
+ - `#I388086` - The issue of replied comments merging with other annotations has been resolved.
367
+ - `#I379142`,`#I391296` - The x,y bounds of the form fields are proper while adding the form field.
368
+ - `#I386887` - The issue with radio button alignment with different zoom settings has been resolved.
369
+ - `#F175614` - For load failed and PDF file path not found errors, an error message is now displayed.
370
+ - `#I379627` - formFieldMouseover and formFieldMouseLeave is now trigger properly.
371
+ - `#I387260` - Now Signature Indicator Properties can be modified Programmatically in DOM.
372
+ - `#I384670` - Now that the type has been fixed, the signature value for the second time has been updated using form field collections.
373
+ - `#I382941`,`#I383132` - Now duplicate form fields able to select, move, delete and edit after deleting original form fields.
374
+
375
+ ## 20.2.38 (2022-07-12)
376
+
377
+ ### PDF Viewer
378
+
379
+ #### Bug Fixes
380
+
381
+ - `#I383108` - Now,the custom stamp annotations are added properly in touch mode
382
+ - `#I377362` - Annotations are now placed in the correct position in the download PDF document with crop value.
383
+ - `#I383385` - The delete key can be used to remove annotations added in touch mode.
384
+ - `#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.
385
+ - `#I385936` - The value of the Add Signature button will not extend outside the button and missing Portuguese tooltips have been translated.
386
+ - `#I372855`, `#F173951` - An annotation can now be added and resized up to the edge of the PDF document.
387
+ - `#I380996` - The `TextSearchComplete` event will be triggered when the text is searched in the PDF viewer.
388
+ - `#I377035`,`#I379948` - A tooltip will be displayed in a form field even if the FormDesignerService is not injected.
389
+ - `#I380472` - Added form fields after pressing escape no longer shades form fields.
390
+ - `#I384112` - The `formFieldSelect` event will be triggered while selecting the first form field in the document.
391
+ - `#I386568` - In the Bootstrap5 theme, the search icon will change to a clear icon after a search has been initiated.
392
+ - `#I382999` - The type signature in the signature fields will be modified based on the height of the Signature field while resizing.
393
+ - `#I379221` - Now, cache values (PDF_CONTENT) are updated in the `getCache()` method.
394
+ - `#I385864` - Now, the dropdown values will be changed programmatically in the PDF Viewer.
395
+ - `#I386545` - Now, the signature field color will appear while scrolling down long document.
396
+ - `#I272377` - Now, the position and size of the arrow shapes in the shape annotation are same as in the downloaded document.
397
+ - `#F173953` - Now, Script error have been resolved.
398
+ - `#I378591` - The issue with the comment panel not opening after disabling and enabling again has been fixed.
399
+ - `#I386545` - Now, the signature field color will appear with opacity while scrolling down long document.
400
+
401
+ - `#SF-377362` - Annotations are now placed in the correct position in the download PDF document with crop value.
402
+ - `#SF-383385` - The delete key can be used to remove annotations added in touch mode.
403
+ - `#SF-381030` - 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.
404
+ - `#SF-385936` - The value of the Add Signature button will not extend outside the button and missing Portuguese tooltips have been translated.
405
+ - `#SF-372855`, `#F173951` - An annotation can now be added and resized up to the edge of the PDF document.
406
+ - `#SF-380996` - The `TextSearchComplete` event will be triggered when the text is searched in the PDF viewer.
407
+ - `#SF-377035`,`#SF-379948` - A tooltip will be displayed in a form field even if the FormDesignerService is not injected.
408
+ - `#SF-380472` - Added form fields after pressing escape no longer shades form fields.
409
+ - `#SF-384112` - The `formFieldSelect` event will be triggered while selecting the first form field in the document.
410
+ - `#SF-386568` - In the Bootstrap5 theme, the search icon will change to a clear icon after a search has been initiated.
411
+ - `#SF-382999` - The type signature in the signature fields will be modified based on the height of the Signature field while resizing.
412
+ - `#SF-379221` - Now, cache values (PDF_CONTENT) are updated in the `getCache()` method.
413
+ - `#SF-385864` - Now, the dropdown values will be changed programmatically in the PDF Viewer.
414
+ - `#SF-386545` - Now, the signature field color will appear while scrolling down long document.
415
+ - `#SF-272377` - Now, the position and size of the arrow shapes in the shape annotation are same as in the downloaded document.
416
+ - `#SF-386545` - Now, the signature field color will appear with opacity while scrolling down long document.
417
+ - `#SF-382941`,`#SF-383132` - Now duplicate form fields able to select, move, delete and edit after deleting original form fields.
418
+
419
+ ## 20.2.36 (2022-06-30)
420
+
421
+ ### PDF Viewer
422
+
423
+ #### Bug Fixes
424
+
425
+ - `#I371792` - Pan mode is now activated for all mobile devices by default.
426
+ - `#I363298` - The issue when form fields had different names when the form designer module is enabled and disabled has been fixed.
427
+ - `#F173953` - The issue with the incorrect sentence search functionality in the PDF Viewer has been resolved.
428
+ - `#I368423` - Now, rotation for form elements is considered.
429
+ - `#F173751` - Radio buttons that have been dynamically imported can now preserve its checked status.
430
+ - `#I376227` - The issue with the PDF Viewer's annotation FillColor not updating correctly has been fixed.
431
+ - `#I376346` - This issue with an annotation moving to the top of multiple pages has been resolved.
432
+ - `#F173061` - A `zoomToRect()` method is now used to zoom a particular area multiple times with different scroll positions in the viewport.
433
+ - `#I377714` - The problem with pinch zooming and form field position has been fixed.
434
+ - `#I377638` - The issue with the Read Only radio button value changing when downloading has been fixed.
435
+ - `#I378257` - The issue with the checkbox printing multiple times has been resolved.
436
+ - `#I378394` - Changes to form field properties that are made using the `formFieldPropertiesChange` event are no longer lost is now working properly.
437
+ - `#I379205` - Drawing a freehand signature when switching between tabs in the Add signature dialogue is no longer possible.
438
+ - `#I379120` - The pixel quality of the handwritten signature has now improved.
439
+ - `#I386899` - Issue with signature rendering is now resolved.
440
+ - `#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.
441
+ - `#I369733` - The free text annotation is no longer rotated when it is added programmatically to rotated documents.
442
+ - `#I383963` - Issue with cloned form field value is duplicated has been fixed.
443
+
444
+ - `#I371792` - Pan mode is now activated for all mobile devices by default.
445
+ - `#I363298` - The issue when form fields had different names when the form designer module is enabled and disabled has been fixed.
446
+ - `#F173953` - The issue with the incorrect sentence search functionality in the PDF Viewer has been resolved.
447
+ - `#I368423` - Now, rotation for form elements is considered.
448
+ - `#F173751` - Radio buttons that have been dynamically imported can now preserve its checked status.
449
+ - `#I376227` - The issue with the PDF Viewer's annotation FillColor not updating correctly has been fixed.
450
+ - `#I376346` - This issue with an annotation moving to the top of multiple pages has been resolved.
451
+ - `#F173061`- A `zoomToRect()` method is now used to zoom a particular area multiple times with different scroll positions in the viewport.
452
+ - `#I377714` - The problem with pinch zooming and form field position has been fixed.
453
+ - `#I377638` - The issue with the Read Only radio button value changing when downloading has been fixed.
454
+ - `#I378257`- The issue with the checkbox printing multiple times has been resolved.
455
+ - `#I378394` - Changes to form field properties that are made using the `formFieldPropertiesChange` event are no longer lost is now working properly.
456
+ - `#I379205` - Drawing a freehand signature when switching between tabs in the Add signature dialogue is no longer possible.
457
+ - `#I379120` - The pixel quality of the handwritten signature has now improved.
458
+ - `#I386899` - Issue with signature rendering is now resolved.
459
+ - `#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.
460
+ - `#I369733`- The free text annotation is no longer rotated when it is added programmatically to rotated documents.
461
+ - `#I383963` - Issue with cloned form field value is duplicated has been fixed.
462
+
463
+ ## 20.1.60 (2022-06-14)
464
+
465
+ ### PDF Viewer
466
+
467
+ #### Bug Fixes
468
+
469
+ - `#I378257` - The issue with the checkbox printing multiple times has been resolved.
470
+ - `#F173751` - Radio buttons that have been dynamically imported can now preserve its checked status.
471
+ - `#F173061` - A `zoomToRect()` method is now used to zoom a particular area multiple times with different scroll positions in the viewport.
472
+ - `#I371792` - Pan mode is now activated for all mobile devices by default.
473
+ - `#I368423` - Now, rotation for form elements is considered.
474
+ - `#I379205` - Drawing a freehand signature when switching between tabs in the Add signature dialogue is no longer possible.
475
+ - `#I379120` - The pixel quality of the handwritten signature has now improved.
476
+
477
+ - `#SF-378257`- The issue with the checkbox printing multiple times has been resolved.
478
+ - `#F173751` - Radio buttons that have been dynamically imported can now preserve its checked status.
479
+ - `#F173061`- A `zoomToRect()` method is now used to zoom a particular area multiple times with different scroll positions in the viewport.
480
+ - `SF-371792` - Pan mode is now activated for all mobile devices by default.
481
+ - `SF-368423` - Now, rotation for form elements is considered.
482
+ - `SF-379205` - Drawing a freehand signature when switching between tabs in the Add signature dialogue is no longer possible.
483
+ - `SF-379120` - The pixel quality of the handwritten signature has now improved.
484
+
485
+ ## 20.1.59 (2022-06-07)
486
+
487
+ ### PDF Viewer
488
+
489
+ #### Bug Fixes
490
+
491
+ - `#F174154`- Now, the signature value for all signature fields in the PDF document will be updated programmatically using the `updateFormFieldsValue()` method.
492
+ - `#I376222`- Now, Annotation selector binds correctly to annotations when dragging.
493
+ - `#I367416`- The `FindText()` method of PDF Base allows for finding the number.
494
+ - `#I372876`- The `annotationSelect` and `commentAdd` events are triggered properly for the sticky notes annotation.
495
+
496
+ - `#F174154`- Now, the signature value for all signature fields in the PDF document will be updated programmatically using the `updateFormFieldsValue()` method.
497
+ - `#SF-376222`- Now, Annotation selector binds correctly to annotations when dragging.
498
+ - `#SF-367416`- The `FindText()` method of PDF Base allows for finding the number.
499
+ - `#SF-372876`- The `annotationSelect` and `commentAdd` events are triggered properly for the sticky notes annotation.
500
+
501
+ ## 20.1.58 (2022-05-31)
502
+
503
+ ### PDF Viewer
504
+
505
+ #### Bug Fixes
506
+
507
+ - `#I377034`- Now, the existing form fields value can be retrieved using the `retrieveFormFields()` method.
508
+ - `#I367416`- The radio buttons on the iPad are displayed properly after zooming in and out.
509
+ - `#I374726`- Signatures will appear in the PDF viewer for the provided document.
510
+
511
+ - `#SF-377034`- Now, the existing form fields value can be retrieved using the `retrieveFormFields()` method.
512
+ - `#SF-367416`- The radio buttons on the iPad are displayed properly after zooming in and out.
513
+ - `#SF-374726`- Signatures will appear in the PDF viewer for the provided document.
514
+
515
+ ## 20.1.57 (2022-05-24)
516
+
517
+ ### PDF Viewer
518
+
519
+ #### Bug Fixes
520
+
521
+ - `#I376240`- Multiple words in the typed handwritten signature and signature fields are preserved correctly in the downloaded document.
522
+ - `#F174506`- Improved the printing quality of the PDF viewer.
523
+ - `#I372853`- Now, ink annotation will be added programmatically with path data available in the annotationAdd event.
524
+
525
+ - `#SF-376240`- Multiple words in the typed handwritten signature and signature fields are preserved correctly in the downloaded document.
526
+ - `#F174506`- Improved the printing quality of the PDF viewer.
527
+ - `#SF-372853`- Now, ink annotation will be added programmatically with path data available in the annotationAdd event.
528
+
529
+ ## 20.1.56 (2022-05-17)
530
+
531
+ ### PDF Viewer
532
+
533
+ #### Bug Fixes
534
+
535
+ - `#I371824`- The properties of form fields will be updated properly using the `updateFormField` method while scrolling over pages.
536
+
537
+ - `#SF-371824`- The properties of form fields will be updated properly using the `updateFormField` method while scrolling over pages.
538
+
539
+ ## 20.1.55 (2022-05-12)
540
+
541
+ ### PDF Viewer
542
+
543
+ #### New Features
544
+
545
+ - `#I368647`, `#I366041` - Exposed a method to focus form fields on a document.
546
+ - `#I362221`, `#I364814`, `#I368380`, `#I363379` - Provided the support for field Id and field Name for the Form Fields events.
547
+ - `#I353301` - Implemented the `GetPageNumberFromClientPoint`, `ConvertClientPointToPagePoint`, `ConvertPagePointToClientPoint`, `ConvertPagePointToScrollingPoint` and `zoomToRect` methods.
548
+
549
+ - `#SF-368647`, `#SF-366041`- Exposed a method to focus form fields on a document.
550
+ - `#SF-362221`, `#SF-364814`, `#SF-368380`, `#SF-363379`- Provided the support for field Id and field Name for the Form Fields events.
551
+ - `#SF-353301`- Implemented the `GetPageNumberFromClientPoint`, `ConvertClientPointToPagePoint`, `ConvertPagePointToClientPoint`, `ConvertPagePointToScrollingPoint` and `zoomToRect` methods.
552
+
553
+ #### Bug Fixes
554
+
555
+ - `#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.
556
+ - `#I361979` - Now, signature fields with the same value for the name property will be visible when the document is downloaded and reloaded.
557
+ - `#I367560`, `#I367313` - Improved the pinch-zoom in and out responsiveness in the mobile device.
558
+ - `#I368770`, `#I373344`, `#I372215` - Now, the properties of text box fields are changed properly using the `textFieldSettings` property.
559
+ - `#I369002` - A signature will be downloaded in the correct position for rotated and scanned documents.
560
+ - `#I369554` - The form fields are now added horizontally to the page, even for rotated documents.
561
+ - `#I371560` - Form fields in a rotated document will be rendered according to the field rotation.
562
+ - `#I373137` - The `ArgumentOutOfRangeException` exception will no longer occur when extracting the text for the provided document.
563
+ - `#I375548`, `#I374826`, `#I375215`, `#I376171`, `#I376531` - The `Microsoft.Extensions.Caching.Memory` was changed into a stable version.
564
+ - `#I364871` - Now, the handwritten signature images and custom stamps will be resized proportionally.
565
+ - `#I368168` - PDF Viewer toolbar appeared properly from view on zooming in mobile mode.
566
+ - `#I370140` - The label content of calibrating annotations is correctly updated when their properties are edited programmatically.
567
+ - `#I370758` - The Script error will no longer be thrown while downloading the document after adding the handwritten type signature on a mobile device.
568
+ - `#I370904` - The signature collection and some signature properties are properly defined in the `addSignature` event on a mobile device.
569
+ - `#I377746` - The PDF Viewer download button no longer opens the blob URL in Firefox for downloading the document.
570
+ - `#I367878` - The Script error will no longer be thrown while clicking the form field for the second time.
571
+ - `#I373785` - The initial field will no longer be undefined after filling the field.
572
+ - `#I363381` - The `formFieldPropertiesChange` event triggers on removing the signature from the signature field.
573
+ - `#I371825` - Now, the form fields will appear while scrolling through the different pages.
574
+ - `#I371838` - The Custom stamp annotation will be rendered correctly for the PDF document provided.
575
+ - `#I365736`, `#I366420` - In mobile devices, the Script error will no longer occur when adding the signature.
576
+
577
+ - `#SF-372732`- 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.
578
+ - `#SF-361979`- Now, signature fields with the same value for the name property will be visible when the document is downloaded and reloaded.
579
+ - `#SF-367560`, `#SF-367313`- Improved the pinch-zoom in and out responsiveness in the mobile device.
580
+ - `#SF-368770`, `#SF-373344`, `#SF-372215`- Now, the properties of text box fields are changed properly using the `textFieldSettings` property.
581
+ - `#SF-369002`- A signature will be downloaded in the correct position for rotated and scanned documents.
582
+ - `#SF-369554`- The form fields are now added horizontally to the page, even for rotated documents.
583
+ - `#SF-371560`- Form fields in a rotated document will be rendered according to the field rotation.
584
+ - `#SF-373137`- The `ArgumentOutOfRangeException` exception will no longer occur when extracting the text for the provided document.
585
+ - `#SF-375548`, `#SF-374826`, `#SF-375215`, `#SF-376171`, `#SF-376531`- The `Microsoft.Extensions.Caching.Memory` was changed into a stable version.
586
+ - `#SF-364871`- Now, the handwritten signature images and custom stamps will be resized proportionally.
587
+ - `#SF-368168`- PDF Viewer toolbar appeared properly from view on zooming in mobile mode.
588
+ - `#SF-370140`- The label content of calibrating annotations is correctly updated when their properties are edited programmatically.
589
+ - `#SF-370758`- The Script error will no longer be thrown while downloading the document after adding the handwritten type signature on a mobile device.
590
+ - `#SF-370904`- The signature collection and some signature properties are properly defined in the `addSignature` event on a mobile device.
591
+ - `#SF-377746`- The PDF Viewer download button no longer opens the blob URL in Firefox for downloading the document.
592
+ - `#SF-367878`- The Script error will no longer be thrown while clicking the form field for the second time.
593
+ - `#SF-373785`- The initial field will no longer be undefined after filling the field.
594
+ - `#SF-363381`- The `formFieldPropertiesChange` event triggers on removing the signature from the signature field.
595
+ - `#SF-371825`- Now, the form fields will appear while scrolling through the different pages.
596
+ - `#SF-371838`- The Custom stamp annotation will be rendered correctly for the PDF document provided.
597
+ - `#SF-365736`, `#SF-366420`- In mobile devices, the Script error will no longer occur when adding the signature.
598
+
599
+ ## 20.1.52 (2022-05-04)
600
+
601
+ ### PDF Viewer
602
+
603
+ #### Bug Fixes
604
+
605
+ - `#I361979`- Now, signature fields with the same value for the name property will be visible when the document is downloaded and reloaded.
606
+
607
+ - `#SF-361979`- Now, signature fields with the same value for the name property will be visible when the document is downloaded and reloaded.
608
+
609
+ ## 20.1.51 (2022-04-26)
610
+
611
+ ### PDF Viewer
612
+
613
+ #### Bug Fixes
614
+
615
+ - `#I369554`- The form fields are now added horizontally to the page, even for rotated documents.
616
+ - `#I369733`- The free text annotation is no longer rotated when it is added programmatically to rotated documents.
617
+ - `#I371560`- Form fields in a rotated document will be rendered according to the field rotation.
618
+
619
+ - `#SF-369554`- The form fields are now added horizontally to the page, even for rotated documents.
620
+ - `#SF-369733`- The free text annotation is no longer rotated when it is added programmatically to rotated documents.
621
+ - `#SF-371560`- Form fields in a rotated document will be rendered according to the field rotation.
622
+
623
+ ## 20.1.50 (2022-04-19)
624
+
625
+ ### PDF Viewer
626
+
627
+ #### New Features
628
+
629
+ - `#I362221`,`#I364814`,`#I368380`,`#I363379`- Provided the support for field Id and field Name for the Form Fields events.
630
+ - `#I353301`- Implemented the `zoomTo` method.
631
+
632
+ - `#SF-362221`,`#SF-364814`,`#SF-368380`,`#SF-363379`- Provided the support for field Id and field Name for the Form Fields events.
633
+ - `#SF-353301`- Implemented the `zoomTo` method.
634
+
635
+ #### Bug Fixes
636
+
637
+ - `#I366955`- Now, the page can be scrolled in mobile mode when it is in fitToPage mode.
638
+ - `#I368168`- PDF Viewer toolbar appeared properly from view on zooming in mobile mode.
639
+ - `#I367878`- The Script error will no longer be thrown while clicking the form field for the second time.
640
+ - `#I368770`,`#I373344`,`#I372215`- Now, the properties of text box fields are changed properly using the `textFieldSettings` property.
641
+ - `#I370140`- The label content of calibrate annotations is correctly updated when their properties are edited programmatically.
642
+ - `#I370758`- The Script error will no longer be thrown while downloading the document after adding the handwritten type signature in mobile device.
643
+ - `#I370904`- The signature collection and some signature properties are properly defined in the `addSignature` event on mobile device.
644
+ - `#I373344`,`#I372215`- The Script error will no longer be thrown while adding PDF Viewer to the Angular application.
645
+
646
+ - `#SF-366955`- Now, the page can be scrolled in mobile mode when it is in fitToPage mode.
647
+ - `#SF-368168`- PDF Viewer toolbar appeared properly from view on zooming in mobile mode.
648
+ - `#SF-367878`- The Script error will no longer be thrown while clicking the form field for the second time.
649
+ - `#SF-368770`,`#SF-373344`,`#SF-372215`- Now, the properties of text box fields are changed properly using the `textFieldSettings` property.
650
+ - `#SF-370140`- The label content of calibrate annotations is correctly updated when their properties are edited programmatically.
651
+ - `#SF-370758`- The Script error will no longer be thrown while downloading the document after adding the handwritten type signature in mobile device.
652
+ - `#SF-370904`- The signature collection and some signature properties are properly defined in the `addSignature` event on mobile device.
653
+ - `#SF-373344`,`#SF-372215`- The Script error will no longer be thrown while adding PDF Viewer to the Angular application.
654
+
655
+ ## 20.1.47 (2022-04-04)
656
+
657
+ ### PDF Viewer
658
+
659
+ #### New Features
660
+
661
+ - `#I368647`, `#I366041`- Exposed a method to focus form fields in a document.
662
+
663
+ - `#SF-368647`, `#SF-366041`- Exposed a method to focus form fields in a document.
664
+
665
+ #### Bug Fixes
666
+
667
+ - `#I366679`- Selection is working properly for the overlapped stamp annotations.
668
+ - `#I364656`- Now, the signature fields are read-only when the annotation and form designer modules are disabled.
669
+
670
+ - `#SF-366679`- Selection is working properly for the overlapped stamp annotations.
671
+ - `#SF-364656`- Now, the signature fields are read-only when the annotation and form designer modules are disabled.
672
+
673
+ ## 19.4.55 (2022-03-08)
674
+
675
+ ### PDF Viewer
676
+
677
+ #### Bug Fixes
678
+
679
+ - `#I365496`- In editable mode, the free text annotation remains in the same position during zooming.
680
+ - `#I366345`- In mobile devices, context menus will not appear when moving annotations.
681
+
682
+ - `#SF-365496`- In editable mode, the free text annotation remains in the same position during zooming.
683
+ - `#SF-366345`- In mobile devices, context menus will not appear when moving annotations.
684
+
685
+ ## 19.4.54 (2022-03-01)
686
+
687
+ ### PDF Viewer
688
+
689
+ #### Bug Fixes
690
+
691
+ - `#I362858`- The existing form fields are now cleared completely from the collections when loading another document.
692
+ - `#F172325`- The Script error will no longer be thrown while scrolling the landscape PDF documents before loading.
693
+ - `#I364909`- The Ink annotation curve is now smooth on mobile devices at higher zoom factors.
694
+ - `#I364296`- The free text annotation is now not visible in the print preview when the `isPrint` property is set to false.
695
+ - `#I364510`, `#I363938`- The signature is now drawn correctly in the signature field on switching the tabs.
696
+ - `#I364296`- The PDF document is now downloaded properly when the form field background color is transparent.
697
+ - `#I363381`- The `formFieldPropertiesChange` event triggers on removing the signature from the signature field.
698
+ - `#I362811`, `#I364480`- The existing from field collections are now updated properly when loading the document.
699
+
700
+ - `#SF-362858`- The existing form fields are now cleared completely from the collections when loading another document.
701
+ - `#F172325`- The Script error will no longer be thrown while scrolling the landscape PDF documents before loading.
702
+ - `#SF-364909`- The Ink annotation curve is now smooth on mobile devices at higher zoom factors.
703
+ - `#SF-364296`- The free text annotation is now not visible in the print preview when the `isPrint` property is set to false.
704
+ - `#SF-364510`, `#SF-363938`- The signature is now drawn correctly in the signature field on switching the tabs.
705
+ - `#SF-364296`- The PDF document is now downloaded properly when the form field background color is transparent.
706
+ - `#SF-363381`- The `formFieldPropertiesChange` event triggers on removing the signature from the signature field.
707
+ - `#SF-362811`, `#SF-364480`- The existing from field collections are now updated properly when loading the document.
708
+
709
+ ## 19.4.53 (2022-02-22)
710
+
711
+ ### PDF Viewer
712
+
713
+ #### Bug Fixes
714
+
715
+ - `#I362122` - Now, the shape annotation bounds are updated properly in the `annotationResize` event.
716
+ - `#I361850` - Now, the annotation toolbar icons are aligned correctly after resizing.
717
+ - `#I363301` - The script error is no longer thrown while hovering the toolbar icons without using the `showTooltip` property.
718
+ - `#I362647` - Now, the signature, and initial fields are unable to edit in the read-only mode.
719
+ - `#I361801` - Script error is no longer thrown while destroying the viewer control in the IE browser.
720
+ - `#I363899` - Now, the `annotationUnSelect` event triggers for custom stamp annotations.
721
+ - `#I363936` - Now, the signature panel will not be opened on right-click of signature fields.
722
+ - `#F168155` - The downloaded document displays Czech characters.
723
+
724
+ - `#SF-362122` - Now, the shape annotation bounds are updated properly in the `annotationResize` event.
725
+ - `#SF-361850` - Now, the annotation toolbar icons are aligned correctly after resizing.
726
+ - `#SF-363301` - The script error is no longer thrown while hovering the toolbar icons without using the `showTooltip` property.
727
+ - `#SF-362647` - Now, the signature, and initial fields are unable to edit in the read-only mode.
728
+ - `#SF-361801` - Script error is no longer thrown while destroying the viewer control in the IE browser.
729
+ - `#SF-363899` - Now, the `annotationUnSelect` event triggers for custom stamp annotations.
730
+ - `#SF-363936` - Now, the signature panel will not be opened on right-click of signature fields.
731
+ - `#F168155` - The downloaded document displays Czech characters.
732
+
733
+ ## 19.4.52 (2022-02-15)
734
+
735
+ ### PDF Viewer
736
+
737
+ #### Bug Fixes
738
+
739
+ - `#I361967`- Copy and paste is now working properly for the signature field when it is added at the bottom of the page.
740
+ - `#I361906`- The text position for the provided PDF document is now correct.
741
+ - `#I361379`- While importing the annotations, the FontColor and FillColor properties are now updated properly.
742
+ - `#I360076`- In the signature field, the drawn signature is not stretched now.
743
+ - `#I364148`, `#F172304`- The Script error will no longer be thrown in the mobile view while destroying the PDF Viewer.
744
+ - `#I362874`- The form field names are now added properly to the form fields.
745
+ - `#I365411`, `#I360719`- The annotations are now properly added to the pages when enableDesktopMode is true on mobile devices.
746
+
747
+ - `#SF-361967`- Copy and paste is now working properly for the signature field when it is added at the bottom of the page.
748
+ - `#SF- 361906`- The text position for the provided PDF document is now correct.
749
+ - `#SF-361379`- While importing the annotations, the FontColor and FillColor properties are now updated properly.
750
+ - `#SF-360076`- In the signature field, the drawn signature is not stretched now.
751
+ - `#SF-364148`, `#F172304`- The Script error will no longer be thrown in the mobile view while destroying the PDF Viewer.
752
+ - `#SF-362874`- The form field names are now added properly to the form fields.
753
+ - `#SF-365411`, `#SF-360719`- The annotations are now properly added to the pages when enableDesktopMode is true on mobile devices.
754
+
755
+ ## 19.4.50 (2022-02-08)
756
+
757
+ ### PDF Viewer
758
+
759
+ #### Bug Fixes
760
+
761
+ - `#I360337`- Exception is thrown while downloading the empty list box field is now resolved.
762
+ - `#I360635`,`#I361422`,`#I361359`- Now, the form field is hidden properly when setting the visible property to hidden.
763
+ - `#I358375`- Now, the PDF document loaded properly in the PDF Viewer when you set the size limit for the memory cache.
764
+ - `#I359388`- Now, the form fields position is correct for a rotated PDF document.
765
+ - `#I354638`- Now, the free text annotation is not hidden when clicking outside of the free text annotation.
766
+ - `#I360405`- Now, the Free text annotations and ink annotations are rendered properly in the lower zoom factors.
767
+ - `#F171647`- Now, the annotationAdd event is triggered after adding the sticky notes annotation in the annotation collection.
768
+ - `#I361639`- The Script error will no longer be thrown when loading the form-fields document without injecting the form field module.
769
+ - `#I362311`- Now, the Move cursor is not showing above the custom stamp while the custom stamp annotation is selected.
770
+ - `#I359233`- The hidden issue of free text characters is now resolved.
771
+ - `#I363626`- The Script error will no longer be thrown while loading a PDF document when the enableHyperlink is set to false.
772
+ - `#I363055`- Now, the free text becomes edited properly while clicking the selector.
773
+ - `#I363411`- Now, the free text position on a downloaded document is accurate on the Chrome browser.
774
+
775
+ - `#SF-360337`- Exception is thrown while downloading the empty list box field is now resolved.
776
+ - `#SF-360635`,`#SF-361422`,`#SF-361359`- Now, the form field is hidden properly when setting the visible property to hidden.
777
+ - `#SF-358375`- Now, the PDF document loaded properly in the PDF Viewer when you set the size limit for the memory cache.
778
+ - `#SF-359388`- Now, the form fields position is correct for a rotated PDF document.
779
+ - `#SF-354638`- Now, the free text annotation is not hidden when clicking outside of the free text annotation.
780
+ - `#SF-360405`- Now, the Free text annotations and ink annotations are rendered properly in the lower zoom factors.
781
+ - `#F171647`- Now, the annotationAdd event is triggered after adding the sticky notes annotation in the annotation collection.
782
+ - `#SF-361639`- The Script error will no longer be thrown when loading the form-fields document without injecting the form field module.
783
+ - `#SF-362311`- Now, the Move cursor is not showing above the custom stamp while the custom stamp annotation is selected.
784
+ - `#SF-359233`- The hidden issue of free text characters is now resolved.
785
+ - `#SF-363626`- The Script error will no longer be thrown while loading a PDF document when the enableHyperlink is set to false.
786
+ - `#SF-363055`- Now, the free text becomes edited properly while clicking the selector.
787
+ - `#SF-363411`- Now, the free text position on a downloaded document is accurate on the Chrome browser.
788
+
789
+ ## 19.4.43 (2022-01-18)
790
+
791
+ ### PDF Viewer
792
+
793
+ #### Bug Fixes
794
+
795
+ `#I359772`,`#I359880`- Now, the form fields are editable on the mobile device.
796
+ `#I359042`- Free text annotations are downloaded properly without hiding any last character.
797
+ `#I358308`- Spinners are hidden properly while removing the display as none for the spinner.
798
+ `#I360035`- The Script error will no longer be thrown while using the editAnnotation method in mobile mode.
799
+ `#I358584`- Stamps are saved properly in the rotated PDF document.
800
+
801
+
802
+ `#SF-359772`,`#SF-359880`- Now, the form fields are editable on the mobile device.
803
+ `#SF-359042`- Free text annotations are downloaded properly without hiding any last character.
804
+ `#SF-358308`- Spinners are hidden properly while removing the display as none for the spinner.
805
+ `#SF-360035`- The Script error will no longer be thrown while using the editAnnotation method in mobile mode.
806
+ `#SF-358584`- Stamps are saved properly in the rotated PDF document.
807
+
808
+
809
+ ## 19.4.42 (2022-01-11)
810
+
811
+ ### PDF Viewer
812
+
813
+ #### Bug Fixes
814
+
815
+ - `#I358006`- Overlapped stamp annotations are now placed at the exact position in the saved PDF document.
816
+ - `#I357273`- Exception thrown while loading the provided PDF document due to an invalid key, is now resolved.
817
+ - `#I357655`- The PDF pages are now exported to image in a multi-threaded environment.
818
+ - `#I357060`- Now, the typed handwritten signature content does not exceed the text area.
819
+
820
+ - `#SF-358006`- Overlapped stamp annotations are now placed at the exact position in the saved PDF document.
821
+ - `#SF-357273`- Exception thrown while loading the provided PDF document due to an invalid key, is now resolved.
822
+ - `#SF-357655`- The PDF pages are now exported to image in a multi-threaded environment.
823
+ - `#SF-357060`- Now, the typed handwritten signature content does not exceed the text area.
824
+
825
+ ## 19.4.41 (2022-01-04)
826
+
827
+ ### PDF Viewer
828
+
829
+ #### Bug Fixes
830
+
831
+ - `#I357108` - Now, the annotations are displayed properly for the rotated documents.
832
+ - `#I357489` - Now, the unnecessary thumbnail requests are restricted.
833
+
834
+ - `#SF-357108` - Now, the annotations are displayed properly for the rotated documents.
835
+ - `#SF-357489` - Now, the unnecessary thumbnail requests are restricted.
836
+
837
+ ## 19.4.40 (2021-12-28)
838
+
839
+ ### PDF Viewer
840
+
841
+ #### Bug Fixes
842
+
843
+ - `#I299110`, `#I348963` - Now, the font size is updated properly while export and import shape annotations.
844
+
845
+ - `#299110`, `#348963` - Now, the font size is updated properly while export and import shape annotations.
846
+
847
+ ## 19.4.38 (2021-12-17)
848
+
849
+ ### PDF Viewer
850
+
851
+ #### New Features
852
+
853
+ - `#I354638` - Provided auto fit support to the free text annotations.
854
+
855
+ - `#354638` - Provided auto fit support to the free text annotations.
856
+
857
+ #### Bug Fixes
858
+
859
+ - `#I346343`- Now, the text wraps based on the word length regardless of character length in free-text annotation.
860
+
861
+ - `346343`- Now, the text wraps based on the word length regardless of character length in free-text annotation.
862
+
863
+ ## 19.3.56 (2021-12-02)
864
+
865
+ ### PDF Viewer
866
+
867
+ #### New Features
868
+
869
+ - `#I336589`, `#I339329`, `#I346113` - Provided annotation toolbar settings support in mobile view.
870
+
871
+ - `#336589`, `#339329`, `#346113` - Provided annotation toolbar settings support in mobile view.
872
+
873
+ #### Bug Fixes
874
+
875
+ - `#I347402`, `#I347555`- Now, the signature dialog is opened correctly on clicking the signature field in Firefox and Safari browser.
876
+ - `#I344549`- The ink annotations are preserved correctly in the Adobe.
877
+ - `#I346607`- Now, the signature dialog width is proper on resizing the browser window.
878
+ - `#I345897`- The ink annotations are now drawn over the free-text annotations when the 'allowEditTextOnly' property is enabled.
879
+ - `#I347427`- The form designer tooltip is now hidden when the 'showToolTip' property is set to FALSE.
880
+ - `#I348023`- The 'isReadOnly' property is now updated correctly once we set the value to TRUE.
881
+ - `#I345130`- Now, the exact shape of the image is maintained when added to the signature field.
882
+ - `#I347558`- Now, the custom stamp position is added properly in mobile view.
883
+
884
+ - `#347402`, `#347555`- Now, the signature dialog is opened correctly on clicking the signature field in Firefox and Safari browser.
885
+ - `#344549`- The ink annotations are preserved correctly in the Adobe.
886
+ - `#346607`- Now, the signature dialog width is proper on resizing the browser window.
887
+ - `#345897`- The ink annotations are now drawn over the free-text annotations when the 'allowEditTextOnly' property is enabled.
888
+ - `#347427`- The form designer tooltip is now hidden when the 'showToolTip' property is set to FALSE.
889
+ - `#348023`- The 'isReadOnly' property is now updated correctly once we set the value to TRUE.
890
+ - `#345130`- Now, the exact shape of the image is maintained when added to the signature field.
891
+ - `#347558`- Now, the custom stamp position is added properly in mobile view.
892
+
893
+ ## 19.3.54 (2021-11-17)
894
+
895
+ ### PDF Viewer
896
+
897
+ #### Bug Fixes
898
+
899
+ - `#I346152`- The script error will not be thrown for the document which contains link annotation.
900
+
901
+ undefined- `#346152`- The script error will not be thrown for the document which contains link annotation.
902
+
903
+ ## 19.3.48 (2021-11-02)
904
+
905
+ ### PDF Viewer
906
+
907
+ #### Bug Fixes
908
+
909
+ - `#I344888`, `#F169870` - Now, signature dialog settings is working properly for the handwritten signature dialog.
910
+ - `#I346090`- Now, the primary toolbar should not hide if form designer toolbar is visible.
911
+ - `#I344897`, `#I345574` - Now, the indicator text and required properties for signature fields settings are working properly.
912
+ - `#I344082`- Now, signature text annotation is rendered properly on loading the document.
913
+
914
+ - `#344888`, `#F169870` - Now, signature dialog settings is working properly for the handwritten signature dialog.
915
+ - `#346090`- Now, the primary toolbar should not hide if form designer toolbar is visible.
916
+ - `#344897`, `#345574` - Now, the indicator text and required properties for signature fields settings are working properly.
917
+ - `#344082`- Now, signature text annotation is rendered properly on loading the document.
918
+
919
+ ## 19.3.47 (2021-10-26)
920
+
921
+ ### PDF Viewer
922
+
923
+ #### Bug Fixes
924
+
925
+ - `#I344034` - The Script error will no longer be thrown if we select text markup annotation when text selection is disabled.
926
+
927
+ - `#344034` - The Script error will no longer be thrown if we select text markup annotation when text selection is disabled.
928
+
929
+ ## 19.3.46 (2021-10-19)
930
+
931
+ ### PDF Viewer
932
+
933
+ #### Bug Fixes
934
+
935
+ - `#I339329`, `#I341199` - Now, the default context menu of browser will no longer be shown on selecting the text in mobile view.
936
+
937
+ - `#339329`, `#341199` - Now, the default context menu of browser will no longer be shown on selecting the text in mobile view.
938
+
939
+ ## 19.3.45 (2021-10-12)
940
+
941
+ ### PDF Viewer
942
+
943
+ #### Bug Fixes
944
+
945
+ - `#F169102` - Now, the download action is working properly after importing the provided customer document.
946
+ - `#I342951` - Now, the Bookmark navigation is working properly in mobile mode.
947
+ - `#I343011` - Now, the download action is working properly after adding the text markup annotation.
948
+
949
+ - `#F169102` - Now, the download action is working properly after importing the provided customer document.
950
+ - `#342951` - Now, the Bookmark navigation is working properly in mobile mode.
951
+ - `#343011` - Now, the download action is working properly after adding the text markup annotation.
952
+
953
+ ## 19.3.44 (2021-10-05)
954
+
955
+ ### PDF Viewer
956
+
957
+ #### Bug Fixes
958
+
959
+ - `#I297147`, `#I339056` - Now, the free text annotations with 90 and 270 rotated angle are rotated properly.
960
+ - `#I341677` - Now, the opacity is applied properly for the custom stamps.
961
+ - `#I341074` - Now, the search icon is visible to close the search dialog.
962
+
963
+ - `#297147`, `#339056` - Now, the free text annotations with 90 and 270 rotated angle are rotated properly.
964
+ - `#341677` - Now, the opacity is applied properly for the custom stamps.
965
+ - `#341074` - Now, the search icon is visible to close the search dialog.
966
+
967
+ ## 19.1.67 (2021-06-08)
968
+
969
+ ### PDF Viewer
970
+
971
+ #### Bug Fixes
972
+
973
+ - `#I328989` - Now, the clear and create button in the signature panel is enabled only on drawing the signature.
974
+ - `#I328499` - Now, the stamp annotations are downloaded correctly in the PDF document.
975
+
976
+ - `#328989` - Now, the clear and create button in the signature panel is enabled only on drawing the signature.
977
+ - `#328499` - Now, the stamp annotations are downloaded correctly in the PDF document.
978
+
979
+ ## 19.1.66 (2021-06-01)
980
+
981
+ ### PDF Viewer
982
+
983
+ #### Bug Fixes
984
+
985
+ - `#I328030` - The dynamic stamp annotation size is maintained properly while importing and exporting the stamp annotation in XFDF format.
986
+
987
+ - `#328030` - The dynamic stamp annotation size is maintained properly while importing and exporting the stamp annotation in XFDF format.
988
+
989
+ ## 19.1.65 (2021-05-25)
990
+
991
+ ### PDF Viewer
992
+
993
+ #### New Features
994
+
995
+ - `#I326021` - hyperlinkClick event must be handled to cancel the navigation or change the URL.
996
+
997
+ - `#326021` - hyperlinkClick event must be handled to cancel the navigation or change the URL.
998
+
999
+ ## 19.1.64 (2021-05-19)
1000
+
1001
+ ### PDF Viewer
1002
+
1003
+ #### Bug Fixes
1004
+
1005
+ - `#I325096` - The Script error will no longer be thrown if we add form fields value by code behind.
1006
+ - `#I326083` - Now, the signature is appeared inside of the Signature Field in the PDF Viewer.
1007
+ - `#I326054` - The Script error will no longer be thrown while clicking the provided document hyperlink content.
1008
+ - `#I324660` - Now, the distance annotation can be added after deleting the incompletely drawn distance annotation.
1009
+
1010
+ - `#325096` - The Script error will no longer be thrown if we add form fields value by code behind.
1011
+ - `#326083` - Now, the signature is appeared inside of the Signature Field in the PDF Viewer.
1012
+ - `#326054` - The Script error will no longer be thrown while clicking the provided document hyperlink content.
1013
+ - `#324660` - Now, the distance annotation can be added after deleting the incompletely drawn distance annotation.
1014
+
1015
+ ## 19.1.59 (2021-05-04)
1016
+
1017
+ ### PDF Viewer
1018
+
1019
+ #### Bug Fixes
1020
+
1021
+ - `#I322039` - The Arrow icon is shown properly in the custom stamp dropdown.
1022
+
1023
+ - `#322039` - The Arrow icon is shown properly in the custom stamp dropdown.
1024
+
1025
+ ## 19.1.58 (2021-04-27)
1026
+
1027
+ ### PDF Viewer
1028
+
1029
+ #### Bug Fixes
1030
+
1031
+ - `#I322799` - The imported stamp annotation position is updated correctly in the MVC platform.
1032
+
1033
+ - `#322799` - The imported stamp annotation position is updated correctly in the MVC platform.
1034
+
1035
+ ## 19.1.57 (2021-04-20)
1036
+
1037
+ ### PDF Viewer
1038
+
1039
+ #### Bug Fixes
1040
+
1041
+ - `#I317344` - The Script error will no longer be thrown if we add the custom stamp image more than 4MB size.
1042
+
1043
+ - `#317344` - The Script error will no longer be thrown if we add the custom stamp image more than 4MB size.
1044
+
1045
+ ## 19.1.56 (2021-04-13)
1046
+
1047
+ ### PDF Viewer
1048
+
1049
+ #### Bug Fixes
1050
+
1051
+ - `#I315264` - Now, the User names in comments are working properly.
1052
+
1053
+ - `#315264` - Now, the User names in comments are working properly.
1054
+
1055
+ ## 19.1.54 (2021-03-30)
1056
+
1057
+ ### PDF Viewer
1058
+
1059
+ #### New Features
1060
+
1061
+ - `#F158073`, `#I291648` - Exposed the annotation UnSelect event in PDF Viewer.
1062
+
1063
+ - `#F158073`, `#291648` - Exposed the annotation UnSelect event in PDF Viewer.
1064
+
1065
+ ## 18.2.56 (2020-09-01)
1066
+
1067
+ ### PDF Viewer
1068
+
1069
+ #### New Features
1070
+
1071
+ - `#I289233` - Provided the support to add expiration timing for cache.
1072
+
1073
+ - `#289233` - Provided the support to add expiration timing for cache.
1074
+
1075
+ #### Bug Fixes
1076
+
1077
+ - `#I289417` - Now, the annotation toolbar position is maintained correctly.
1078
+
1079
+ - `#289417` - Now, the annotation toolbar position is maintained correctly.
1080
+
1081
+ ## 18.2.47 (2020-07-28)
1082
+
1083
+ ### PDF Viewer
1084
+
1085
+ #### New Features
1086
+
1087
+ - `#I267670` - Exposed the toolbar option to retrieve the form field data in JSON format.
1088
+
1089
+ - `#267670` - Exposed the toolbar option to retrieve the form field data in JSON format.
1090
+
1091
+ #### Bug Fixes
1092
+
1093
+ - `#I282486` - Now, undo and redo is working properly for the freetext annotations.
1094
+ - `#F155593`- Exception will no longer be thrown while exporting the formfields.
1095
+
1096
+ - `#282486` - Now, undo and redo is working properly for the freetext annotations.
1097
+ - `#F155593`- Exception will no longer be thrown while exporting the formfields.
1098
+
1099
+ ## 18.2.46 (2020-07-21)
1100
+
1101
+ ### PDF Viewer
1102
+
1103
+ #### Bug Fixes
1104
+
1105
+ - `#I282530` - The Script error will no longer be thrown if we select the handwritten signature in mobile devices.
1106
+
1107
+ - `#282530` - The Script error will no longer be thrown if we select the handwritten signature in mobile devices.
1108
+
1109
+ ## 18.2.45 (2020-07-14)
1110
+
1111
+ ### PDF Viewer
1112
+
1113
+ #### New Features
1114
+
1115
+ - `#I281898` - Provided the support to add comments programmatically for the newly added annotations.
1116
+
1117
+ - `#281898` - Provided the support to add comments programmatically for the newly added annotations.
1118
+
1119
+ #### Bug Fixes
1120
+
1121
+ - `#F155593`, `#I283379` - Now, PDF Viewer control is working in IE.
1122
+
1123
+ - `#F155593`, `#283379` - Now, PDF Viewer control is working in IE.
1124
+
1125
+ ## 18.2.44 (2020-07-07)
1126
+
1127
+ ### PDF Viewer
1128
+
1129
+ #### Bug Fixes
1130
+
1131
+ - `#I273237` - Now, Annotation comments are locked properly when locked the annotations.
1132
+
1133
+ - `#273237` - Now, Annotation comments are locked properly when locked the annotations.
1134
+
1135
+ ## 18.1.55 (2020-06-02)
1136
+
1137
+ ### PDF Viewer
1138
+
1139
+ #### New Features
1140
+
1141
+ - `#F154248` - Provided the Support to show/hide the annotation toolbar in code behind.
1142
+ - `#F153946` - Provided the Options to disable AutoComplete options in form filling documents.
1143
+ - `#I273237` - Provided the Support to lock the text markup annotations.
1144
+ - `#I277143` - Provided the support for ink annotation.
1145
+
1146
+ - `#F154248` - Provided the Support to show/hide the annotation toolbar in code behind.
1147
+ - `#F153946` - Provided the Options to disable AutoComplete options in form filling documents.
1148
+ - `#273237` - Provided the Support to lock the text markup annotations.
1149
+ - `#277143` - Provided the support for ink annotation.
1150
+
1151
+ ## 18.1.54 (2020-05-26)
1152
+
1153
+ ### PDF Viewer
1154
+
1155
+ #### New Features
1156
+
1157
+ - `#I254075` , `#I266559` - Provided the support to render the hyperlinks which are preserved as plain text
1158
+
1159
+ - `#254075` , `#266559` - Provided the support to render the hyperlinks which are preserved as plain text
1160
+
1161
+ #### Bug Fixes
1162
+
1163
+ - `#I274036` - Now, the page does not gets refreshed on clicking the import annotation button
1164
+ - `#I267062` - Size of the Stamp is rendered correctly after saving and loading the file in PDF Viewer.
1165
+ - `#I268505` - Download is working correctly For French Culture Environment.
1166
+ - `#F153465` - Digital Signature in the exported image is preserved correctly.
1167
+ - `#F153465` - Style of the form fields are preserved properly in PDF Viewer.
1168
+ - `#I274694` -Text highlight is working properly.
1169
+ - `#I276547` -Text selection is working properly for lower zoom factor.
1170
+
1171
+ - `#274036` - Now, the page does not gets refreshed on clicking the import annotation button
1172
+ - `#267062` - Size of the Stamp is rendered correctly after saving and loading the file in PDF Viewer.
1173
+ - `#268505` - Download is working correctly For French Culture Environment.
1174
+ - `#F153465` - Digital Signature in the exported image is preserved correctly.
1175
+ - `#F153465` - Style of the form fields are preserved properly in PDF Viewer.
1176
+ - `#274694` -Text highlight is working properly.
1177
+ - `#276547` -Text selection is working properly for lower zoom factor.
1178
+
1179
+ ## 18.1.48 (2020-05-05)
1180
+
1181
+ ### PDF Viewer
1182
+
1183
+ #### New Features
1184
+
1185
+ - `#I272985` - Provided the support to edit the annotation properties without selecting the annotation.
1186
+
1187
+ - `#272985` - Provided the support to edit the annotation properties without selecting the annotation.
1188
+
1189
+ ## 18.1.45 (2020-04-21)
1190
+
1191
+ ### PDF Viewer
1192
+
1193
+ #### New Features
1194
+
1195
+ - `#I267283` - Provided the support to identify the imported annotation and drawn annotation
1196
+ - `#I268736` - Exposed the text search events in PDF Viewer.
1197
+ - `#I258786` - Exposed the signature Select event in PDF Viewer.
1198
+
1199
+ - `#267283` - Provided the support to identify the imported annotation and drawn annotation
1200
+ - `#268736` - Exposed the text search events in PDF Viewer.
1201
+ - `#258786` - Exposed the signature Select event in PDF Viewer.
1202
+
1203
+ #### Bug Fixes
1204
+
1205
+ - `#I272053` - The annotation bounds value is now preserved properly in annotation events.
1206
+ - `#I269001` - Improved the page rendering behaviour in PDF Viewer.
1207
+
1208
+ - `#272053` - The annotation bounds value is now preserved properly in annotation events.
1209
+ - `#269001` - Improved the page rendering behaviour in PDF Viewer.
1210
+
1211
+ ## 18.1.44 (2020-04-14)
1212
+
1213
+ ### PDF Viewer
1214
+
1215
+ #### New Features
1216
+
1217
+ - `#I263306` - Provided the support for Meter Calibration ratio in PDF Viewer.
1218
+ - `#I271053` - Provided the support to enable and disable the multiline annotations in overlapping collections.
1219
+
1220
+ - `#263306` - Provided the support for Meter Calibration ratio in PDF Viewer.
1221
+ - `#271053` - Provided the support to enable and disable the multiline annotations in overlapping collections.
1222
+
1223
+ #### Bug Fixes
1224
+
1225
+ - `#I271180` - Free Text Annotation and annotation label text position updated properly in downloaded rotational documents.
1226
+ - `#F153036` - Now, Annotation toolbar separator shown properly when hiding some annotation toolbar items.
1227
+
1228
+ - `#271180` - Free Text Annotation and annotation label text position updated properly in downloaded rotational documents.
1229
+ - `#F153036` - Now, Annotation toolbar separator shown properly when hiding some annotation toolbar items.
1230
+
1231
+ ## 18.1.43 (2020-04-07)
1232
+
1233
+ ### PDF Viewer
1234
+
1235
+ #### New Features
1236
+
1237
+ - `#I267524` - Provided the support for feet inch Calibration ratio in PDF Viewer.
1238
+ - `#I269003` - Exposed the non filled form fields value in the fireValidatedFailed event arguments.
1239
+ - `#I268276` - Provided the support to customize the annotation resize cursor type in PDF Viewer.
1240
+ - `#I268715` - Exposed the 'Not Approved' stamp annotation under dynamic stamp type.
1241
+
1242
+ - `#267524` - Provided the support for feet inch Calibration ratio in PDF Viewer.
1243
+ - `#269003` - Exposed the non filled form fields value in the fireValidatedFailed event arguments.
1244
+ - `#268276` - Provided the support to customize the annotation resize cursor type in PDF Viewer.
1245
+ - `#268715` - Exposed the 'Not Approved' stamp annotation under dynamic stamp type.
1246
+
1247
+ #### Bug Fixes
1248
+
1249
+ - `#I271163` - Errors will no longer occur when the print module in disabled state.
1250
+ - `#I268829` - Now, the deleted annotations are removed properly from the PDF document.
1251
+
1252
+ - `#271163` - Errors will no longer occur when the print module in disabled state.
1253
+ - `#268829` - Now, the deleted annotations are removed properly from the PDF document.
1254
+
1255
+ ## 18.1.42 (2020-04-01)
1256
+
1257
+ ### PDF Viewer
1258
+
1259
+ #### New Features
1260
+
1261
+ - `#I268975` - Exposed the event for notifying page mouse over action.
1262
+ - `#I264529` - Exposed the volume calibrate annotation depth value in annotationSelect event arguments and provide options to edit the depth value.
1263
+ - `#I263297`, `#I268677` - Provided the options to enable and disable the tile rendering mode.
1264
+ - `#I263473` - Provided the isLock options to individual annotation object level.
1265
+
1266
+ - `#268975` - Exposed the event for notifying page mouse over action.
1267
+ - `#264529` - Exposed the volume calibrate annotation depth value in annotationSelect event arguments and provide options to edit the depth value.
1268
+ - `#263297`, `#268677` - Provided the options to enable and disable the tile rendering mode.
1269
+ - `#263473` - Provided the isLock options to individual annotation object level.
1270
+
1271
+ #### Bug Fixes
1272
+
1273
+ - `#I269004` – The typo errors in PDF Viewer JSON objects has been resolved.
1274
+ - `#I266218`, `#I266559` - The import/export form fields are now working properly for the form fields data contains special characters.
1275
+ - `#I268505` - Download is now working properly for different culture settings.
1276
+ - `#I268109` - The updated label content is now preserved properly in the exported annotation data.
1277
+
1278
+ - `#269004` – The typo errors in PDF Viewer JSON objects has been resolved.
1279
+ - `#266218`, `#266559` - The import/export form fields are now working properly for the form fields data contains special characters.
1280
+ - `#268505` - Download is now working properly for different culture settings.
1281
+ - `#268109` - The updated label content is now preserved properly in the exported annotation data.
1282
+
1283
+ ## 18.1.36-beta (2020-03-19)
1284
+
1285
+ ### PDF Viewer
1286
+
1287
+ #### New Features
1288
+
1289
+ - `#I235592` - Provided the support for setting the lower zoomfactor value to the PDF Viewer control.
1290
+ - `#I259521` - Provided the support for importing the form fields data from JSON object.
1291
+ - `#I261558` - Provided the support for customizing the distance measurement annotation leader length property.
1292
+ - `#I256687` - Provided the support for setting the custom data for annotation objects.
1293
+ - `#I252340` - Provided the support for setting the minimum or maximum size and isLock properties at individual annotation level.
1294
+ - `#I262008` - Exposed the event for notifying annotation mouse over action.
1295
+ - `#F149148` - Provided the binding support for the enableFormFields property.
1296
+ - `#I258769` - Provided the option to suppress the error dialog in PDF Viewer.
1297
+ - `#I261269` - Provided the support to allow credential for XMLHttpRequest in PDF Viewer.
1298
+ - `#I262787` - Exposed the event to notify the getPDFDocumentTexts method completed for all the pages.
1299
+
1300
+ - `#235592` - Provided the support for setting the lower zoomfactor value to the PDF Viewer control.
1301
+ - `#259521` - Provided the support for importing the form fields data from JSON object.
1302
+ - `#261558` - Provided the support for customizing the distance measurement annotation leader length property.
1303
+ - `#256687` - Provided the support for setting the custom data for annotation objects.
1304
+ - `#252340` - Provided the support for setting the minimum or maximum size and isLock properties at individual annotation level.
1305
+ - `#262008` - Exposed the event for notifying annotation mouse over action.
1306
+ - `#F149148` - Provided the binding support for the enableFormFields property.
1307
+ - `#258769` - Provided the option to suppress the error dialog in PDF Viewer.
1308
+ - `#261269` - Provided the support to allow credential for XMLHttpRequest in PDF Viewer.
1309
+ - `#262787` - Exposed the event to notify the getPDFDocumentTexts method completed for all the pages.
1310
+
1311
+ #### Bug Fixes
1312
+
1313
+ - `#I262525` – The render PDF pages method triggers properly for the provided PDF document.
1314
+ - `#I262692` - The text markup resizer position is now updated properly for the provided document.
1315
+ - `#I262692` - The text content bounds are now rendered properly for the provided document.
1316
+
1317
+ - `#262525` – The render PDF pages method triggers properly for the provided PDF document.
1318
+ - `#262692` - The text markup resizer position is now updated properly for the provided document.
1319
+ - `#262692` - The text content bounds are now rendered properly for the provided document.
1320
+
1321
+ ## 17.4.50 (2020-02-18)
1322
+
1323
+ ### PDF Viewer
1324
+
1325
+ #### New Features
1326
+
1327
+ - `#I262787` - Exposed the event to notify the getPDFDocumentTexts method completed for all the pages.
1328
+
1329
+ - `#262787` - Exposed the event to notify the getPDFDocumentTexts method completed for all the pages.
1330
+
1331
+ ## 17.4.49 (2020-02-11)
1332
+
1333
+ ### PDF Viewer
1334
+
1335
+ #### New Features
1336
+
1337
+ - `#I258769` - Provided the option to suppress the error dialog in PDF Viewer.
1338
+ - `#I261269` - Provided the support to allow credential for XMLHttpRequest in PDF Viewer.
1339
+
1340
+ - `258769` - Provided the option to suppress the error dialog in PDF Viewer.
1341
+ - `261269` - Provided the support to allow credential for XMLHttpRequest in PDF Viewer.
1342
+
1343
+ ## 17.4.46 (2020-01-30)
1344
+
1345
+ ### PDF Viewer
1346
+
1347
+ #### New Features
1348
+
1349
+ - `#I258172` - Provided the support to open the command panel while loading the PDF document if the isCommandPanelOpen property is set to true.
1350
+ - `#I259159` - Provided the support to open the thumbnail view panel while loading the PDF document if the isThumbnailViewOpen property is set to true.
1351
+ - `#I259961` - Exposed the annotation label settings value in the annotationAdd event arguments.
1352
+ - `#I259615` - Exposed the annotation label settings value in import/export JSON data.
1353
+ - `#I256596` - Exposed the annotation selector settings value for individual annotation objects and import/export JSON data.
1354
+
1355
+ - `258172` - Provided the support to open the command panel while loading the PDF document if the isCommandPanelOpen property is set to true.
1356
+ - `259159` - Provided the support to open the thumbnail view panel while loading the PDF document if the isThumbnailViewOpen property is set to true.
1357
+ - `259961` - Exposed the annotation label settings value in the annotationAdd event arguments.
1358
+ - `259615` - Exposed the annotation label settings value in import/export JSON data.
1359
+ - `256596` - Exposed the annotation selector settings value for individual annotation objects and import/export JSON data.
1360
+
1361
+ ## 17.4.44 (2021-01-21)
1362
+
1363
+ ### PDF Viewer
1364
+
1365
+ #### New Features
1366
+
1367
+ - `#I257519` - Provided Support to edit the free Text annotation value in code behind.
1368
+
1369
+ - `#257519` - Provided Support to edit the free Text annotation value in code behind.
1370
+
1371
+ #### Bug Fixes
1372
+
1373
+ - `#I259848` – Now, the deleted annotations are removed properly from the PDF document.
1374
+ - `#I259734` - Custom Stamp annotations are drawn properly while importing the annotations.
1375
+ - `#I260512` - Errors will no longer occur while importing the annotations in the documentLoad event.
1376
+ - `#I260575` - The download file name is now set properly if we provide during the control initialization.
1377
+
1378
+ - `#259848` – Now, the deleted annotations are removed properly from the PDF document.
1379
+ - `#259734` - Custom Stamp annotations are drawn properly while importing the annotations.
1380
+ - `#260512` - Errors will no longer occur while importing the annotations in the documentLoad event.
1381
+ - `#260575` - The download file name is now set properly if we provide during the control initialization.
1382
+
1383
+ ## 17.4.43 (2020-01-14)
1384
+
1385
+ ### PDF Viewer
1386
+
1387
+ #### New Features
1388
+
1389
+ - `#I255057` – Provided the support for validating the form fields value whether it is filled or not in the loaded PDF document.
1390
+ - `#I258786`, `#I259327` – Provided the support for exporting and importing the handwritten signature.
1391
+
1392
+ - `#255057` – Provided the support for validating the form fields value whether it is filled or not in the loaded PDF document.
1393
+ - `#258786`, `#259327` – Provided the support for exporting and importing the handwritten signature.
1394
+
1395
+ #### Bug Fixes
1396
+
1397
+ - `#I149882` – The downloadEnd event triggers properly if we save the document in server side.
1398
+ - `#I257630` – The importSuccess event triggers properly if we save the document in server side.
1399
+ - `#I260295` – The distance calibrate annotation now resized properly.
1400
+ - `#I260128` – The volume and area calibrate annotation fill color is updated correctly on importing the annotations.
1401
+
1402
+ - `#149882` – The downloadEnd event triggers properly if we save the document in server side.
1403
+ - `#257630` – The importSuccess event triggers properly if we save the document in server side.
1404
+ - `#260295` – The distance calibrate annotation now resized properly.
1405
+ - `#260128` – The volume and area calibrate annotation fill color is updated correctly on importing the annotations.
1406
+
1407
+ ## 17.4.41 (2020-01-07)
1408
+
1409
+ ### PDF Viewer
1410
+
1411
+ #### New Features
1412
+
1413
+ - `#I257514` – Provided the support for import/export the custom stamp annotations.
1414
+ - `#I257231` – Exposed the property to access the search count value.
1415
+ - `#I258386` – Exposed the API to retrieve the text content and bounds along with page size details.
1416
+
1417
+ - `#257514` – Provided the support for import/export the custom stamp annotations.
1418
+ - `#257231` – Exposed the property to access the search count value.
1419
+ - `#258386` – Exposed the API to retrieve the text content and bounds along with page size details.
1420
+
1421
+ #### Bug Fixes
1422
+
1423
+ - `#I259524` – Annotations are rendered properly in the large page size document if the page rendered in fitToPage mode initially.
1424
+ - `#I259523` – Errors will no longer occur while exporting the annotation if the document contains text web link annotation.
1425
+ - `#I259134` – The annotationSelect event now triggers properly if we add the multiple annotations to a page.
1426
+ - `#I258949` – The opacity value is now applied properly if set it on annotation during initialization.
1427
+ - `#I259383` – The errors will no longer occur if we import the annotations after deleting the added annotations.
1428
+ - `#I259166` – The text content will be selected properly at the end of the page.
1429
+ - `#I259078` – The annotations will now be created if we resize the annotation through multipage.
1430
+ - `#I259564` – The Null reference error will no longer occur while loading the provided PDF document.
1431
+
1432
+ - `#259524` – Annotations are rendered properly in the large page size document if the page rendered in fitToPage mode initially.
1433
+ - `#259523` – Errors will no longer occur while exporting the annotation if the document contains text web link annotation.
1434
+ - `#259134` – The annotationSelect event now triggers properly if we add the multiple annotations to a page.
1435
+ - `#258949` – The opacity value is now applied properly if set it on annotation during initialization.
1436
+ - `#259383` – The errors will no longer occur if we import the annotations after deleting the added annotations.
1437
+ - -`#259166` – The text content will be selected properly at the end of the page.
1438
+ - `#259078` – The annotations will now be created if we resize the annotation through multipage.
1439
+ - `#259564` – The Null reference error will no longer occur while loading the provided PDF document.
1440
+
1441
+ ## 17.4.40 (2019-12-24)
1442
+
1443
+ ### PDF Viewer
1444
+
1445
+ #### New Features
1446
+
1447
+ - `#I256131` – Improved the rendering quality and performance for the large size PDF document.
1448
+
1449
+ - `#256131` – Improved the rendering quality and performance for the large size PDF document.
1450
+
1451
+ #### Bug Fixes
1452
+
1453
+ - `#I258250` – The imported annotations are rendered properly if we import the annotation details in the documentLoad event.
1454
+
1455
+ - `#258250` – The imported annotations are rendered properly if we import the annotation details in the documentLoad event.
1456
+
1457
+ ## 17.4.39 (2019-12-17)
1458
+
1459
+ ### PDF Viewer
1460
+
1461
+ #### New Features
1462
+
1463
+ - `#I251150` – Provided the support to find the interlinked annotations while selecting the annotations.
1464
+ - `#I243077` , `#I241487`, `#I244802`, `#I252340` – Provided the support for setting the annotation UI properties.
1465
+ - `#I254634` – Provided the support to maintain the aspect ratio for custom stamp annotation.
1466
+ - `#I253745`, `#I256518` – Exposed the event to notify the annotation object being moved.
1467
+ - `#I254275` – Exposed the event to notify the download process in the PDF Viewer control.
1468
+
1469
+ - `#251150` – Provided the support to find the interlinked annotations while selecting the annotations.
1470
+ - `#243077` , `#241487`, `#244802`, `#252340` – Provided the support for setting the annotation UI properties.
1471
+ - `#254634` – Provided the support to maintain the aspect ratio for custom stamp annotation.
1472
+ - `#253745`, `#256518` – Exposed the event to notify the annotation object being moved.
1473
+ - `#254275` – Exposed the event to notify the download process in the PDF Viewer control.
1474
+
1475
+ #### Bug Fixes
1476
+
1477
+ - `#I253751` – Resolved the typo error in annotation exported data.
1478
+ - `#I255345` – Errors will no longer occur while rendering the annotation in the Firefox browser.
1479
+ - `#I255137` – Errors will no longer occur in mobile view mode if we set the Pan interaction mode.
1480
+ - `#I253704` – The form fields are downloaded properly while loading the PDF document in tab control.
1481
+ - `#I253745` – The annotationAdd and annotationPropertiesChange events are triggered properly for the annotations.
1482
+ - `#I252881` – The toolbar settings property is working for mobile device.
1483
+ - `#I255042`, `#I255073` – Errors will no longer occur if the session storage exceeds the maximum limit.
1484
+ - `#I254115`, `#I254942` – The annotation modified date is preserved properly in different localization.
1485
+ - `#I256044` – The font family and text alignment are rendered properly from the exported FreeText annotation data.
1486
+ - `#I255124` – The text markup annotations are now added properly if the PDF Viewer element ID contains characters.
1487
+ - `#I256220` – The context menu will now be shown/hidden properly if we disable the default toolbar.
1488
+ - `#I256131` – The annotation toolbar will now be shown/hidden properly if we disable the annotation toolbar.
1489
+ - `#I256932` - Errors will no longer occur while resizing the text markup annotations.
1490
+ - `#I252805` – The annotationId value is now preserved properly for all annotation events.
1491
+ - `#I255647` - The form fields contents are rendered properly in the printed document, which has been printed in IE browser.
1492
+
1493
+ - `#253751` – Resolved the typo error in annotation exported data.
1494
+ - `#255345` – Errors will no longer occur while rendering the annotation in the Firefox browser.
1495
+ - `#255137` – Errors will no longer occur in mobile view mode if we set the Pan interaction mode.
1496
+ - `#253704` – The form fields are downloaded properly while loading the PDF document in tab control.
1497
+ - `#253745` – The annotationAdd and annotationPropertiesChange events are triggered properly for the annotations.
1498
+ - `#252881` – The toolbar settings property is working for mobile device.
1499
+ - `#255042`, `#255073` – Errors will no longer occur if the session storage exceeds the maximum limit.
1500
+ - `#254115`, `#254942` – The annotation modified date is preserved properly in different localization.
1501
+ - `#256044` – The font family and text alignment are rendered properly from the exported FreeText annotation data.
1502
+ - `#255124` – The text markup annotations are now added properly if the PDF Viewer element ID contains characters.
1503
+ - `#256220` – The context menu will now be shown/hidden properly if we disable the default toolbar.
1504
+ - `#256131` – The annotation toolbar will now be shown/hidden properly if we disable the annotation toolbar.
1505
+ - `#256932` - Errors will no longer occur while resizing the text markup annotations.
1506
+ - `#252805` – The annotationId value is now preserved properly for all annotation events.
1507
+ - `#255647` - The form fields contents are rendered properly in the printed document, which has been printed in IE browser.
1508
+
1509
+ ## 17.3.28 (2019-11-19)
1510
+
1511
+ ### PDF Viewer
1512
+
1513
+ #### New Features
1514
+
1515
+ - `#I251151`, `#I254032` – Improved the annotation selection behavior in code behind.
1516
+ - `#I254776`, `#I255304` – Provided the support to set the custom JSON data for AJAX request.
1517
+ - `#I253341` – Provided the support to customize the label content during initial rendering of annotations.
1518
+ - `#I252421` – Provided the support to set the zoom mode value during initial loading.
1519
+
1520
+ - `#251151`, `#254032` – Improved the annotation selection behavior in code behind.
1521
+ - `#254776`, `#255304` – Provided the support to set the custom JSON data for AJAX request.
1522
+ - `#253341` – Provided the support to customize the label content during initial rendering of annotations.
1523
+ - `#252421` – Provided the support to set the zoom mode value during initial loading.
1524
+
1525
+ #### Bug Fixes
1526
+
1527
+ - `#I253926` – Resolved the memory leak while rendering the PDF documents.
1528
+
1529
+ - `#253926` – Resolved the memory leak while rendering the PDF documents.
1530
+
1531
+ ## 17.3.27 (2019-11-12)
1532
+
1533
+ ### PDF Viewer
1534
+
1535
+ #### New Features
1536
+
1537
+ - `#I251151`, `#I254032` – Provided the support for annotation selection in code behind.
1538
+ - `#I249245` – Provided the support for UI customization of annotation selector border and resizer.
1539
+ - Improved the PDF viewer mobile view performance.
1540
+
1541
+ - `#251151`, `#254032` – Provided the support for annotation selection in code behind.
1542
+ - `#249245` – Provided the support for UI customization of annotation selector border and resizer.
1543
+ - Improved the PDF viewer mobile view performance.
1544
+
1545
+ #### Bug Fixes
1546
+
1547
+ - `#I253317` – The measured annotation value is updated properly in the label when you disable the default toolbar.
1548
+ - `#I253888` – The Script error will no longer be thrown if we load the PDF documents using ASP.NET MVC web service.
1549
+ - `#I253317` – The measured value is now update properly for the measured annotation.
1550
+
1551
+ - `#253317` – The measured annotation value is updated properly in the label when you disable the default toolbar.
1552
+ - `#253888` – The Script error will no longer be thrown if we load the PDF documents using ASP.NET MVC web service.
1553
+ - `#253317` – The measured value is now update properly for the measured annotation.
1554
+
1555
+ ## 17.3.26 (2019-11-05)
1556
+
1557
+ ### PDF Viewer
1558
+
1559
+ #### New Features
1560
+
1561
+ - `#I252805` - Exposed the annotation unique ID in the annotationAdd event arguments.
1562
+
1563
+ - `#252805` - Exposed the annotation unique ID in the annotationAdd event arguments.
1564
+
1565
+ #### Bug Fixes
1566
+
1567
+ - `#I252806` - Annotation bounds are retrieved properly when importing and exporting the annotation details in rotated PDF documents.
1568
+ - `#I253016` - Free text annotation bounds are preserved properly in the rotated PDF document while saving the document.
1569
+ - `#I251152` - Text markup annotation resizer position will be updated properly in the doctype HTML pages.
1570
+ - `#I252879` - Script errors will no longer occur if we disable the magnification module.
1571
+ - `#I253504` - The character start and end indexes will be updated properly in the text markup annotationAdd event arguments.
1572
+
1573
+ - `#252806` - Annotation bounds are retrieved properly when importing and exporting the annotation details in rotated PDF documents.
1574
+ - `#253016` - Free text annotation bounds are preserved properly in the rotated PDF document while saving the document.
1575
+ - `#251152` - Text markup annotation resizer position will be updated properly in the doctype HTML pages.
1576
+ - `#252879` - Script errors will no longer occur if we disable the magnification module.
1577
+ - `#253504` - The character start and end indexes will be updated properly in the text markup annotationAdd event arguments.
1578
+
1579
+ ## 17.3.21 (2019-10-30)
1580
+
1581
+ ### PDF Viewer
1582
+
1583
+ #### New Features
1584
+
1585
+ - `#I252111` - Provided the support for handwritten signature.
1586
+ - `#I251149` - Provided the support for customizing the text search highlight color.
1587
+
1588
+ - `#252111` - Provided the support for handwritten signature.
1589
+ - `#251149` - Provided the support for customizing the text search highlight color.
1590
+
1591
+ #### Bug Fixes
1592
+
1593
+ - `#I251864` - The pages in the landscape document will be rendered properly.
1594
+ - `#I250902` - Now, the text Markup annotations are working properly inside the Tab control.
1595
+ - `#I250538` - The ajaxRequestFailed event will be triggered for all the possible ajax error codes.
1596
+ - `#I252269` – The mouse cursor has been updated properly after adding the free text annotation.
1597
+ - `#I251401` - The annotationSelect event will be triggered properly while selecting the annotations.
1598
+
1599
+ - `#251864` - The pages in the landscape document will be rendered properly.
1600
+ - `#250902` - Now, the text Markup annotations are working properly inside the Tab control.
1601
+ - `#250538` - The ajaxRequestFailed event will be triggered for all the possible ajax error codes.
1602
+ - `#252269` – The mouse cursor has been updated properly after adding the free text annotation.
1603
+ - `#251401` - The annotationSelect event will be triggered properly while selecting the annotations.
1604
+
1605
+ ## 17.3.19 (2019-10-22)
1606
+
1607
+ ### PDF Viewer
1608
+
1609
+ #### New Features
1610
+
1611
+ - `#I249703` - The quality of the printed copy has been improved.
1612
+ - `#I147267`, `#I251146` - Provided the support to delete the annotations in code behind.
1613
+ - `#I248609` - Provided the support to customize the annotation selector.
1614
+ - `#I247224`, `#I248179` - Provided the support to resize the text markup annotation bounds.
1615
+
1616
+ - `#249703` - The quality of the printed copy has been improved.
1617
+ - `#147267`, `#251146` - Provided the support to delete the annotations in code behind.
1618
+ - `#248609` - Provided the support to customize the annotation selector.
1619
+ - `#247224`, `#248179` - Provided the support to resize the text markup annotation bounds.
1620
+
1621
+ #### Bug Fixes
1622
+
1623
+ - `#I251577` - The value of the isDocumentEdited property now returned properly for shapes, measure, stamps annotation and form filling features.
1624
+ - `#I249588` - The PDF Viewer control size is updated properly while using in tab control.
1625
+ - `#I251729` - The text markup annotation selector is cleared properly when loading the another PDF document.
1626
+ - `#I251742` - The perimeter shape type has been updated properly when exporting the annotation details.
1627
+ - `#I251494` - The reference error will no longer be thrown if you render the PDF document in docker Linux container environment.
1628
+ - `#I251153` – The previously imported annotations are no more cleared when import the other set of annotations.
1629
+
1630
+ - `#251577` - The value of the isDocumentEdited property now returned properly for shapes, measure, stamps annotation and form filling features.
1631
+ - `#249588` - The PDF Viewer control size is updated properly while using in tab control.
1632
+ - `#251729` - The text markup annotation selector is cleared properly when loading the another PDF document.
1633
+ - `#251742` - The perimeter shape type has been updated properly when exporting the annotation details.
1634
+ - `#251494` - The reference error will no longer be thrown if you render the PDF document in docker Linux container environment.
1635
+ - `#251153` – The previously imported annotations are no more cleared when import the other set of annotations.
1636
+
1637
+ ## 17.3.17 (2019-10-15)
1638
+
1639
+ ### PDF Viewer
1640
+
1641
+ #### New Features
1642
+
1643
+ - `#I248585` - The start and end indexes of text markup annotation have been exposed in the annotationAdd event.
1644
+
1645
+ - `#248585` - The start and end indexes of text markup annotation have been exposed in the annotationAdd event.
1646
+
1647
+ #### Bug Fixes
1648
+
1649
+ - `#I249742` - The annotationSelect event will be triggered properly after selecting another text markup annotation.
1650
+ - `#I245008` - Notes of the measure annotations will now be updated properly after modifying the scale values.
1651
+
1652
+ - `#249742` - The annotationSelect event will be triggered properly after selecting another text markup annotation.
1653
+ - `#245008` - Notes of the measure annotations will now be updated properly after modifying the scale values.
1654
+
1655
+ ## 17.3.16 (2019-10-09)
1656
+
1657
+ ### PDF Viewer
1658
+
1659
+ #### New Features
1660
+
1661
+ - `#I249725` - Provided the support to enable or disable the comment panel.
1662
+ - `#I248609` - Exposed the API for textSelectionStart and textSelectionEnd events in the PDF Viewer.
1663
+
1664
+ - `#249725` - Provided the support to enable or disable the comment panel.
1665
+ - `#248609` - Exposed the API for textSelectionStart and textSelectionEnd events in the PDF Viewer.
1666
+
1667
+ #### Bug Fixes
1668
+
1669
+ - `#I249017` - Multiline text markup annotation bounds will be returned properly in the annotationAdd event arguments.
1670
+
1671
+ - `#249017` - Multiline text markup annotation bounds will be returned properly in the annotationAdd event arguments.
1672
+
1673
+ ## 17.3.14 (2019-10-03)
1674
+
1675
+ ### PDF Viewer
1676
+
1677
+ #### New Features
1678
+
1679
+ - `#I227046`, `#I230887`, `#I142366`, `#I231973`, `#I237847`, `#I244849`, `#I238686`, `#I239233`, `#I241638`, `#I241638`, `#I242232`, `#I239221`, `#I240051`, `#I245255` – The support has been provided for filling the form fields.
1680
+ - `#I233655`, `#I236240`, `#I236825`, `#I238694`, `#I241974`, `#I243864`, `#I245087` – The support has been provided for free text annotation.
1681
+ - `#I246059` - Exposed the thumbnailClick event to identify the thumbnail clicks action.
1682
+ - `#I246767` – The support has been provided to export the annotation details as JSON object in client-side.
1683
+ - `#I245008` – The support has been provided to update the existing calibrate annotation if we modify the scale value.
1684
+ - Improved the scrolling performance in mobile devices.
1685
+
1686
+ - `#227046`, `#230887`, `#142366`, `#231973`, `#237847`, `#244849`, `#238686`, `#239233`, `#241638`, `#241638`, `#242232`, `#239221`, `#240051`, `#245255` – The support has been provided for filling the form fields.
1687
+ - `#233655`, `#236240`, `#236825`, `#238694`, `#241974`, `#243864`, `#245087` – The support has been provided for free text annotation.
1688
+ - `#246059` - Exposed the thumbnailClick event to identify the thumbnail clicks action.
1689
+ - `#246767` – The support has been provided to export the annotation details as JSON object in client-side.
1690
+ - `#245008` – The support has been provided to update the existing calibrate annotation if we modify the scale value.
1691
+ - Improved the scrolling performance in mobile devices.
1692
+
1693
+ #### Bug Fixes
1694
+
1695
+ - `#I247914` – The perimeter annotation will be rendered properly when the line is ended in the starting point.
1696
+ - `#I248062` – Extra edge will not be added to the polygon shapes when rendered in the page.
1697
+ - `#I248092` – Contents will not be swapped if you switch randomly between two documents.
1698
+ - `#I248093` – Script error will no longer be thrown if you switch randomly between two documents.
1699
+ - `#I247787` – The searched text will be highlighted properly in the provided document.
1700
+ - `#I146785` – Script error will no longer be thrown when the PDF Viewer control is used in the React application.
1701
+
1702
+ - `#247914` – The perimeter annotation will be rendered properly when the line is ended in the starting point.
1703
+ - `#248062` – Extra edge will not be added to the polygon shapes when rendered in the page.
1704
+ - `#248092` – Contents will not be swapped if you switch randomly between two documents.
1705
+ - `#248093` – Script error will no longer be thrown if you switch randomly between two documents.
1706
+ - `#247787` – The searched text will be highlighted properly in the provided document.
1707
+ - `#146785` – Script error will no longer be thrown when the PDF Viewer control is used in the React application.
1708
+
1709
+ ## 17.3.9-beta (2019-09-20)
1710
+
1711
+ ### PDF Viewer
1712
+
1713
+ #### New Features
1714
+
1715
+ - `#I227046`, `#I230887`, `#I142366`, `#I231973`, `#I237847`, `#I244849`, `#I238686`, `#I239233`, `#I241638`, `#I241638`, `#I242232`, `#I239221`, `#I240051`, `#I245255` – The support has been provided for filling the form fields.
1716
+ - `#I233655`, `#I236240`, `#I236825`, `#I238694`, `#I241974`, `#I243864`, `#I245087` – The support has been provided for free text annotation.
1717
+ - `#I246059` - Exposed the thumbnailClick event to identify the thumbnail clicks action.
1718
+ - `#I246767` – The support has been provided to export the annotation details as JSON object in client-side.
1719
+ - `#I245008` – The support has been provided to update the existing calibrate annotation if we modify the scale value.
1720
+ - Improved the scrolling performance in mobile devices.
1721
+
1722
+ - `#227046`, `#230887`, `#142366`, `#231973`, `#I237847`, `#244849`, `#238686`, `#239233`, `#241638`, `#241638`, `#242232`, `#239221`, `#240051`, `#245255` – The support has been provided for filling the form fields.
1723
+ - `#233655`, `#236240`, `#236825`, `#238694`, `#241974`, `#243864`, `#245087` – The support has been provided for free text annotation.
1724
+ - `#246059` - Exposed the thumbnailClick event to identify the thumbnail clicks action.
1725
+ - `#246767` – The support has been provided to export the annotation details as JSON object in client-side.
1726
+ - `#245008` – The support has been provided to update the existing calibrate annotation if we modify the scale value.
1727
+ - Improved the scrolling performance in mobile devices.
1728
+
1729
+ ## 17.2.49 (2019-09-04)
1730
+
1731
+ ### PDF Viewer
1732
+
1733
+ #### Bug Fixes
1734
+
1735
+ - `#I246044` – The assigned author name is now preserved properly while loading or saving the document in PDF Viewer.
1736
+ - `#I245087` – The Polygon, Perimeter, and Volume annotations will be drawn properly in the low zoom values.
1737
+ - `#I245820` - Magnification on double tap will no longer happen when the pinch zoom is disabled in the PDF Viewer control.
1738
+ - `#I244787` – The Comment panel is now opened properly while double clicking the annotation created from the code behind.
1739
+ - `#I246041` - The warning message will no longer be thrown when the web action method is executed.
1740
+
1741
+ - `#246044` – The assigned author name is now preserved properly while loading or saving the document in PDF Viewer.
1742
+ - `#245087` – The Polygon, Perimeter, and Volume annotations will be drawn properly in the low zoom values.
1743
+ - `#245820` - Magnification on double tap will no longer happen when the pinch zoom is disabled in the PDF Viewer control.
1744
+ - `#244787` – The Comment panel is now opened properly while double clicking the annotation created from the code behind.
1745
+ - `#246041` - The warning message will no longer be thrown when the web action method is executed.
1746
+
1747
+ ## 17.2.47 (2019-08-27)
1748
+
1749
+ ### PDF Viewer
1750
+
1751
+ #### New Features
1752
+
1753
+ - `#I243205`, `#I245009` - Provided the support to include Custom stamps in stamp dropdown.
1754
+ - `#I243133` - Provided the support to customize tooltip of the hyperlink on mouse hover.
1755
+ - `#I245007` - Provided the Feet unit support in measurement annotation.
1756
+
1757
+ - `#243205`, `#245009` - Provided the support to include Custom stamps in stamp dropdown.
1758
+ - `#243133` - Provided the support to customize tooltip of the hyperlink on mouse hover.
1759
+ - `#245007` - Provided the Feet unit support in measurement annotation.
1760
+
1761
+ #### Bug Fixes
1762
+
1763
+ - `#I244499` - The shape and measurement annotations will now be rendered properly in the rotated documents.
1764
+ - `#I244481` - The script errors will no longer be thrown in PDF Viewer in IE browser.
1765
+
1766
+ - `#244499` - The shape and measurement annotations will now be rendered properly in the rotated documents.
1767
+ - `#244481` - The script errors will no longer be thrown in PDF Viewer in IE browser.
1768
+
1769
+ ## 17.2.46 (2019-08-22)
1770
+
1771
+ ### PDF Viewer
1772
+
1773
+ #### Breaking Changes
1774
+
1775
+ - The following API is renamed.
1776
+
1777
+ | Existing API name | New API Name |
1778
+ |---|---|
1779
+ | toolbarItem | toolbarItems |
1780
+
1781
+ #### New Features
1782
+
1783
+ - `#I223065`, `#I234860`, `#I241770`, `#I241487`, `#I229426`, `#I244801` – Provided the support for importing and exporting the annotation details as a JSON object.
1784
+
1785
+ - `#223065`, `#234860`, `#241770`, `#241487`, `#229426`, `#244801` – Provided the support for importing and exporting the annotation details as a JSON object.
1786
+
1787
+ #### Bug Fixes
1788
+
1789
+ - `#I243837` – Exception will no longer be thrown while loading the PDF document as FileStream.
1790
+
1791
+ - `#243837` – Exception will no longer be thrown while loading the PDF document as FileStream.
1792
+
1793
+ ## 17.2.41 (2019-08-14)
1794
+
1795
+ ### PDF Viewer
1796
+
1797
+ #### Bug Fixes
1798
+
1799
+ - `#I241487`, `#I243077` - Annotation author name is now updated properly in the comment panel.
1800
+ - `#I242804` - The Bookmark's destination value is now maintained properly during navigation.
1801
+ - `#I241487` - The provided PDF document will now be loaded properly in the PDF Viewer control.
1802
+ - `#I244437` - Resolved the typo errors in the PDF Viewer toolbar content.
1803
+ - `#I244654` - The editAnnotation API is now working properly.
1804
+ - `#I243134` - The PDF documents load properly when render the PDF Viewer control under multiple tab with fitToPage view mode during initial loading.
1805
+
1806
+ - `#241487`, `#243077` - Annotation author name is now updated properly in the comment panel.
1807
+ - `#242804` - The Bookmark's destination value is now maintained properly during navigation.
1808
+ - `#241487` - The provided PDF document will now be loaded properly in the PDF Viewer control.
1809
+ - `#244437` - Resolved the typo errors in the PDF Viewer toolbar content.
1810
+ - `#244654` - The editAnnotation API is now working properly.
1811
+ - `#243134` - The PDF documents load properly when render the PDF Viewer control under multiple tab with fitToPage view mode during initial loading.
1812
+
1813
+ ## 17.2.40 (2019-08-06)
1814
+
1815
+ ### PDF Viewer
1816
+
1817
+ #### New Features
1818
+
1819
+ - `#I242329` - Provided the support to customize scale ratio value of measurement annotation.
1820
+ - `#I241886` - Provided the support to display context menu in mouse up action.
1821
+
1822
+ - `#242329` - Provided the support to customize scale ratio value of measurement annotation.
1823
+ - `#241886` - Provided the support to display context menu in mouse up action.
1824
+
1825
+ #### Bug Fixes
1826
+
1827
+ - `#I242495`, `#I243160` – Hyperlink element is now rendered properly for the rotated page document.
1828
+ - `#I238064` – Searched target text is now highlighted properly for the provided document.
1829
+ - `#I241904`, `#I241294` – Converted PDF document is now rendered properly in IE browser.
1830
+ - `#I242282` – Text search is now working properly while using PDF Viewer control inside the Tab control.
1831
+
1832
+ - `#242495`, `#243160` – Hyperlink element is now rendered properly for the rotated page document.
1833
+ - `#238064` – Searched target text is now highlighted properly for the provided document.
1834
+ - `#241904`, `#241294` – Converted PDF document is now rendered properly in IE browser.
1835
+ - `#242282` – Text search is now working properly while using PDF Viewer control inside the Tab control.
1836
+
1837
+ ## 17.2.39 (2019-07-30)
1838
+
1839
+ ### PDF Viewer
1840
+
1841
+ #### New Features
1842
+
1843
+ - `#I240440` - More details have been provided in the ajaxRequestfailure event.
1844
+ - `#I242375` – Now, the annotation edit toolbar is enabled by default using the enableAnnotationToolbar property.
1845
+ - `#I241715` - Support has been provided to render the annotation modified date and time in the comment panel.
1846
+
1847
+ - `#240440` - More details have been provided in the ajaxRequestfailure event.
1848
+ - `#242375` – Now, the annotation edit toolbar is enabled by default using the enableAnnotationToolbar property.
1849
+ - `#241715` - Support has been provided to render the annotation modified date and time in the comment panel.
1850
+
1851
+ #### Bug Fixes
1852
+
1853
+ - `#I242803` - The request handling has been optimized for retrieving the comments details from the PDF document.
1854
+
1855
+ - `#242803` - The request handling has been optimized for retrieving the comments details from the PDF document.
1856
+
1857
+ ## 17.2.36 (2019-07-24)
1858
+
1859
+ ### PDF Viewer
1860
+
1861
+ #### New Features
1862
+
1863
+ - Provided the API to modify the scale ratio to change the quality of the pages rendered in the PDF Viewer.
1864
+
1865
+ ## 17.2.35 (2019-07-17)
1866
+
1867
+ ### PDF Viewer
1868
+
1869
+ #### Bug Fixes
1870
+
1871
+ - `#I229426` - Provided the API to select, edit, and delete the annotations.
1872
+
1873
+ - `#229426` - Provided the API to select, edit, and delete the annotations.
1874
+
1875
+ ## 17.2.34 (2019-07-11)
1876
+
1877
+ ### PDF Viewer
1878
+
1879
+ #### Breaking Changes
1880
+
1881
+ - The following event arguments are renamed.
1882
+
1883
+ | Existing Event Arguments Name | New Event Arguments Name |
1884
+ |---|---|
1885
+ | IUnloadEventArgs | UnloadEventArgs |
1886
+ | ILoadEventArgs | LoadEventArgs |
1887
+ | ILoadFailedEventArgs | LoadFailedEventArgs |
1888
+ | IAjaxRequestFailureEventArgs | AjaxRequestFailureEventArgs |
1889
+ | IPageChangeEventArgs | PageChangeEventArgs |
1890
+ | IPageClickEventArgs | PageClickEventArgs |
1891
+ | IZoomChangeEventArgs | ZoomChangeEventArgs |
1892
+ | IHyperlinkClickEventArgs | HyperlinkClickEventArgs |
1893
+ | IAnnotationAddEventArgs | AnnotationAddEventArgs |
1894
+ | IAnnotationRemoveEventArgs | AnnotationRemoveEventArgs |
1895
+ | IAnnotationPropertiesChangeEventArgs | AnnotationPropertiesChangeEventArgs |
1896
+
1897
+ #### New Features
1898
+
1899
+ - `#I208298`, `#I223253`, `#I224643`, `#I233655`, `#I238694` - Provided the supports for shape annotations.
1900
+ - `#I219446`, `#I224643`, `#I230115`, `#I233032`, `#F144297`, `#I236825`, `#I238694` - Provided the supports for stamp annotations.
1901
+ - `#I229426` - Provided the supports for calibrate annotations.
1902
+ - `#I223253`, `#I238694` - Provided the supports for sticky notes annotations.
1903
+ - `#I238812` – Provided support to restrict the hyperlink navigation.
1904
+ - `#I236995` – Provided support to restrict the pinch zooming using the ‘enablePinchZoom’ property.
1905
+
1906
+ - `#208298`, `#223253`, `#224643`, `#233655`, `#238694` - Provided the supports for shape annotations.
1907
+ - `#219446`, `#224643`, `#230115`, `#233032`, `#F144297`, `#236825`, `#238694` - Provided the supports for stamp annotations.
1908
+ - `#229426` - Provided the supports for calibrate annotations.
1909
+ - `#223253`, `#238694` - Provided the supports for sticky notes annotations.
1910
+ - `#238812` – Provided support to restrict the hyperlink navigation.
1911
+ - `#236995` – Provided support to restrict the pinch zooming using the ‘enablePinchZoom’ property.
1912
+
1913
+ #### Bug Fixes
1914
+
1915
+ - `#I233161` – Now, loading Indicator will be shown properly while loading a large page size document.
1916
+ - `#I233035` - HyperlinkClick event is now triggered properly.
1917
+ - `#I234364` - Pan interaction mode is now working properly when the toolbar is disabled.
1918
+ - `#I231436` - PDF document is now rendered properly while using the PDF Viewer control inside Tab control.
1919
+ - `#I232104` - Cleared the warnings in css files.
1920
+ - `#I238761` - Height of the PDF Viewer control is now maintained properly when using inside the tab control.
1921
+
1922
+ - `#233161` – Now, loading Indicator will be shown properly while loading a large page size document.
1923
+ - `#233035` - HyperlinkClick event is now triggered properly.
1924
+ - `#234364` - Pan interaction mode is now working properly when the toolbar is disabled.
1925
+ - `#231436` - PDF document is now rendered properly while using the PDF Viewer control inside Tab control.
1926
+ - `#232104` - Cleared the warnings in css files.
1927
+ - `#238761` - Height of the PDF Viewer control is now maintained properly when using inside the tab control.
1928
+
1929
+ ## 17.2.28-beta (2019-06-27)
1930
+
1931
+ ### PDF Viewer
1932
+
1933
+ #### Breaking Changes
1934
+
1935
+ - The following event arguments are renamed.
1936
+
1937
+ | Existing Event Arguments Name | New Event Arguments Name |
1938
+ |---|---|
1939
+ | IUnloadEventArgs | UnloadEventArgs |
1940
+ | ILoadEventArgs | LoadEventArgs |
1941
+ | ILoadFailedEventArgs | LoadFailedEventArgs |
1942
+ | IAjaxRequestFailureEventArgs | AjaxRequestFailureEventArgs |
1943
+ | IPageChangeEventArgs | PageChangeEventArgs |
1944
+ | IPageClickEventArgs | PageClickEventArgs |
1945
+ | IZoomChangeEventArgs | ZoomChangeEventArgs |
1946
+ | IHyperlinkClickEventArgs | HyperlinkClickEventArgs |
1947
+ | IAnnotationAddEventArgs | AnnotationAddEventArgs |
1948
+ | IAnnotationRemoveEventArgs | AnnotationRemoveEventArgs |
1949
+ | IAnnotationPropertiesChangeEventArgs | AnnotationPropertiesChangeEventArgs |
1950
+
1951
+ #### New Features
1952
+
1953
+ - `#I208298`, `#I223253`, `#I224643`, `#I233655`, `#I238694` - Provided the supports for shape annotations.
1954
+ - `#I219446`, `#I224643`, `#I230115`, `#I233032`, `#F144297`, `#I236825`, `#I238694` - Provided the supports for stamp annotations.
1955
+ - `#I229426` - Provided the supports for calibrate annotations.
1956
+ - `#I223253`, `#I238694` - Provided the supports for sticky notes annotations.
1957
+
1958
+ - `#208298`, `#223253`, `#224643`, `#233655`, `#238694` - Provided the supports for shape annotations.
1959
+ - `#219446`, `#224643`, `#230115`, `#233032`, `#F144297`, `#236825`, `#238694` - Provided the supports for stamp annotations.
1960
+ - `#229426` - Provided the supports for calibrate annotations.
1961
+ - `#223253`, `#238694` - Provided the supports for sticky notes annotations.
1962
+
1963
+ #### Bug Fixes
1964
+
1965
+ - `#I233161` – Now, loading Indicator will be shown properly while loading a large page size document.
1966
+ - `#I233035` - HyperlinkClick event is now triggered properly.
1967
+ - `#I234364` - Pan interaction mode is now working properly when the toolbar is disabled.
1968
+ - `#I231436` - PDF document is now rendered properly while using the PDF Viewer control inside Tab control.
1969
+ - `#I232104` - Cleared the warnings in css files.
1970
+
1971
+ - `#233161` – Now, loading Indicator will be shown properly while loading a large page size document.
1972
+ - `#233035` - HyperlinkClick event is now triggered properly.
1973
+ - `#234364` - Pan interaction mode is now working properly when the toolbar is disabled.
1974
+ - `#231436` - PDF document is now rendered properly while using the PDF Viewer control inside Tab control.
1975
+ - `#232104` - Cleared the warnings in css files.
1976
+
1977
+ ## 17.1.47 (2019-05-14)
1978
+
1979
+ ### PDF Viewer
1980
+
1981
+ #### New Features
1982
+
1983
+ - Provided the supports for adding custom header to the AJAX requests in the PDF viewer control.
1984
+
1985
+ ## 17.1.44 (2019-05-07)
1986
+
1987
+ ### PDF Viewer
1988
+
1989
+ #### New Features
1990
+
1991
+ - Provided the supports for adding custom header to the AJAX requests in the PDF viewer control.
1992
+
1993
+ ## 17.1.43 (2019-04-30)
1994
+
1995
+ ### PDF Viewer
1996
+
1997
+ #### Bug Fixes
1998
+
1999
+ - The Loading Indicator is now shown properly while loading a large page size document.
2000
+ - The pan interaction mode is now working properly when the toolbar is disabled.
2001
+
2002
+ ## 17.1.42 (2019-04-23)
2003
+
2004
+ ### PDF Viewer
2005
+
2006
+ #### Bug Fixes
2007
+
2008
+ - The issue "the hyperlinkClick event is not triggered for web links" has been fixed.
2009
+
2010
+ ## 17.1.41 (2019-04-16)
2011
+
2012
+ ### PDF Viewer
2013
+
2014
+ #### Bug Fixes
2015
+
2016
+ - The font size is missing warning will no longer be thrown from styles in the PDF Viewer.
2017
+
2018
+ ## 17.1.40 (2019-04-09)
2019
+
2020
+ ### PDF Viewer
2021
+
2022
+ #### Bug Fixes
2023
+
2024
+ - The PDF document is now rendered properly while using the PDF Viewer inside the Tab control.
2025
+ - The font size is missing warning will no longer be thrown from styles in the PDF Viewer.
2026
+
2027
+ ## 17.1.38 (2019-03-29)
2028
+
2029
+ ### PDF Viewer
2030
+
2031
+ #### New Features
2032
+
2033
+ - Text Markup annotation support has been provided to PDF Viewer.
2034
+ - Mobile view responsiveness support has been provided.
2035
+ - Right-to-left support has been provided.
2036
+ - Accessibility support has been provided to PDF Viewer.
2037
+
2038
+ #### Bug Fixes
2039
+
2040
+ - The issue “Added PDF document cache element did not maintain properly” has been fixed.
2041
+ - The issue “PdfRenderer object is not disposing properly in EJ2 PDF Viewer library” has been fixed.
2042
+ - The issue “PDF Viewer clears all the session storage” has been fixed.
2043
+ - Resolved the script error while accessing invalid link annotation destination.
2044
+ - Resolved Single Page Document Rendering issue.
2045
+ - Document Load event not triggered for lower zoom value issue has been fixed.
2046
+
2047
+ ## 17.1.32-beta (2019-03-13)
2048
+
2049
+ ### PDF Viewer
2050
+
2051
+ #### New Features
2052
+
2053
+ - Text Markup annotation support has been provided to PDF Viewer.
2054
+ - Mobile view responsiveness support has been provided.
2055
+ - Right-to-left support has been provided.
2056
+ - Accessibility support has been provided to PDF Viewer.
2057
+
2058
+ #### Bug Fixes
2059
+
2060
+ - The issue “Added PDF document cache element did not maintain properly” has been fixed.
2061
+ - The issue “PdfRenderer object is not disposing properly in EJ2 PDF Viewer library” has been fixed.
2062
+ - The issue “PDF Viewer clears all the session storage” has been fixed.
2063
+ - Resolved the script error while accessing invalid link annotation destination.
2064
+ - Resolved Single Page Document Rendering issue.
2065
+ - Document Load event not triggered for lower zoom value issue has been fixed.
2066
+
2067
+ ## 16.4.55 (2019-02-27)
2068
+
2069
+ ### PDF Viewer
2070
+
2071
+ #### Bug Fixes
2072
+
2073
+ - Document Load event not triggered for lower zoom value issue was fixed.
2074
+
2075
+ ## 16.4.52 (2019-02-05)
2076
+
2077
+ ### PDF Viewer
2078
+
2079
+ #### Bug Fixes
2080
+
2081
+ - Resolved PDF Viewer Session Storage Clear Issue.
2082
+ - Resolved single Page Document Rendering Issue.
2083
+ - Resolved the script error while accessing invalid link annotation destination.
2084
+ - The scrolling when the toolbar is clicked is prevented
2085
+
2086
+ ## 16.4.48 (2019-01-22)
2087
+
2088
+ ### PDF Viewer
2089
+
2090
+ #### Bug Fixes
2091
+
2092
+ - Resolved PDF Viewer Session Storage Clear Issue.
2093
+ - Resolved single Page Document Rendering Issue.
2094
+
2095
+ ## 16.4.46 (2019-01-08)
2096
+
2097
+ ### PDF Viewer
2098
+
2099
+ #### Bug Fixes
2100
+
2101
+ - Resolved the script error while accessing invalid link annotation destination.
2102
+
2103
+ ## 16.4.44 (2018-12-24)
2104
+
2105
+ ### PDF Viewer
2106
+
2107
+ #### Bug Fixes
2108
+
2109
+ - The scrolling when the toolbar is clicked is prevented
2110
+
2111
+ ## 16.4.40-beta (2018-12-10)
2112
+
2113
+ ### PDF Viewer
2114
+
2115
+ #### Bug Fixes
2116
+
2117
+ The PDF Viewer component enables you to view and print the PDF files.
2118
+
2119
+
2120
+ - Both normal and PDF files protected with AES and RC4 encryption can be opened and displayed.
2121
+ - Core interactions are included: scrolling, zooming, panning, and page navigation.
2122
+ - Built-in toolbar.
2123
+ - Text can be selected and copied from PDF files.
2124
+ - Text can be easily searched for across the PDF document.
2125
+ - Easy navigation with the help of bookmarks, thumbnails, hyperlinks, and a table of contents.
2126
+ - Two view modes are included: fit-to-page and fit-to-width.
2127
+ - An entire document or a specific page can be printed directly from the browser.
2128
+
2129
+
2130
+ undefinedThe PDF Viewer component enables you to view and print the PDF files.
2131
+
2132
+
2133
+ - Both normal and PDF files protected with AES and RC4 encryption can be opened and displayed.
2134
+ - Core interactions are included: scrolling, zooming, panning, and page navigation.
2135
+ - Built-in toolbar.
2136
+ - Text can be selected and copied from PDF files.
2137
+ - Text can be easily searched for across the PDF document.
2138
+ - Easy navigation with the help of bookmarks, thumbnails, hyperlinks, and a table of contents.
2139
+ - Two view modes are included: fit-to-page and fit-to-width.
2140
+ - An entire document or a specific page can be printed directly from the browser.
2141
+
2142
+