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

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 (90) hide show
  1. package/esm2020/public_api.mjs +3 -0
  2. package/esm2020/src/index.mjs +5 -0
  3. package/esm2020/src/pdfviewer/pdfviewer-all.module.mjs +62 -0
  4. package/esm2020/src/pdfviewer/pdfviewer.component.mjs +143 -0
  5. package/esm2020/src/pdfviewer/pdfviewer.module.mjs +25 -0
  6. package/esm2020/syncfusion-ej2-angular-pdfviewer.mjs +5 -0
  7. package/fesm2015/syncfusion-ej2-angular-pdfviewer.mjs +231 -0
  8. package/fesm2015/syncfusion-ej2-angular-pdfviewer.mjs.map +1 -0
  9. package/fesm2020/syncfusion-ej2-angular-pdfviewer.mjs +231 -0
  10. package/fesm2020/syncfusion-ej2-angular-pdfviewer.mjs.map +1 -0
  11. package/package.json +26 -12
  12. package/schematics/utils/lib-details.ts +2 -2
  13. package/src/pdfviewer/pdfviewer-all.module.d.ts +6 -0
  14. package/src/pdfviewer/pdfviewer.component.d.ts +3 -0
  15. package/src/pdfviewer/pdfviewer.module.d.ts +6 -0
  16. package/styles/_all.scss +0 -0
  17. package/styles/pdfviewer/_all.scss +2 -0
  18. package/styles/pdfviewer/_bootstrap-dark-definition.scss +536 -0
  19. package/styles/pdfviewer/_bootstrap-definition.scss +536 -0
  20. package/styles/pdfviewer/_bootstrap4-definition.scss +582 -0
  21. package/styles/pdfviewer/_bootstrap5-dark-definition.scss +1 -0
  22. package/styles/pdfviewer/_bootstrap5-definition.scss +531 -0
  23. package/styles/pdfviewer/_fabric-dark-definition.scss +533 -0
  24. package/styles/pdfviewer/_fabric-definition.scss +535 -0
  25. package/styles/pdfviewer/_fluent-dark-definition.scss +1 -0
  26. package/styles/pdfviewer/_fluent-definition.scss +537 -0
  27. package/styles/pdfviewer/_fusionnew-definition.scss +531 -0
  28. package/styles/pdfviewer/_highcontrast-definition.scss +535 -0
  29. package/styles/pdfviewer/_highcontrast-light-definition.scss +531 -0
  30. package/styles/pdfviewer/_layout.scss +195 -0
  31. package/styles/pdfviewer/_material-dark-definition.scss +534 -0
  32. package/styles/pdfviewer/_material-definition.scss +532 -0
  33. package/styles/pdfviewer/_material3-definition.scss +531 -0
  34. package/styles/pdfviewer/_tailwind-dark-definition.scss +1 -0
  35. package/styles/pdfviewer/_tailwind-definition.scss +537 -0
  36. package/styles/pdfviewer/_theme.scss +4115 -0
  37. package/styles/pdfviewer/bootstrap-dark.scss +4 -1
  38. package/styles/pdfviewer/bootstrap.scss +4 -1
  39. package/styles/pdfviewer/bootstrap4.scss +4 -1
  40. package/styles/pdfviewer/bootstrap5-dark.scss +4 -1
  41. package/styles/pdfviewer/bootstrap5.scss +4 -1
  42. package/styles/pdfviewer/fabric-dark.scss +4 -1
  43. package/styles/pdfviewer/fabric.scss +4 -1
  44. package/styles/pdfviewer/fluent-dark.scss +4 -1
  45. package/styles/pdfviewer/fluent.scss +4 -1
  46. package/styles/pdfviewer/highcontrast-light.scss +4 -1
  47. package/styles/pdfviewer/highcontrast.scss +4 -1
  48. package/styles/pdfviewer/icons/_bootstrap-dark.scss +475 -0
  49. package/styles/pdfviewer/icons/_bootstrap.scss +480 -0
  50. package/styles/pdfviewer/icons/_bootstrap4.scss +482 -0
  51. package/styles/pdfviewer/icons/_bootstrap5-dark.scss +1 -0
  52. package/styles/pdfviewer/icons/_bootstrap5.scss +489 -0
  53. package/styles/pdfviewer/icons/_fabric-dark.scss +489 -0
  54. package/styles/pdfviewer/icons/_fabric.scss +492 -0
  55. package/styles/pdfviewer/icons/_fluent-dark.scss +1 -0
  56. package/styles/pdfviewer/icons/_fluent.scss +488 -0
  57. package/styles/pdfviewer/icons/_fusionnew.scss +489 -0
  58. package/styles/pdfviewer/icons/_highcontrast-light.scss +476 -0
  59. package/styles/pdfviewer/icons/_highcontrast.scss +475 -0
  60. package/styles/pdfviewer/icons/_material-dark.scss +477 -0
  61. package/styles/pdfviewer/icons/_material.scss +480 -0
  62. package/styles/pdfviewer/icons/_material3.scss +489 -0
  63. package/styles/pdfviewer/icons/_tailwind-dark.scss +489 -0
  64. package/styles/pdfviewer/icons/_tailwind.scss +489 -0
  65. package/styles/pdfviewer/material-dark.scss +4 -1
  66. package/styles/pdfviewer/material.scss +4 -1
  67. package/styles/pdfviewer/tailwind-dark.scss +4 -1
  68. package/styles/pdfviewer/tailwind.scss +4 -1
  69. package/syncfusion-ej2-angular-pdfviewer.d.ts +5 -0
  70. package/@syncfusion/ej2-angular-pdfviewer.es5.js +0 -270
  71. package/@syncfusion/ej2-angular-pdfviewer.es5.js.map +0 -1
  72. package/@syncfusion/ej2-angular-pdfviewer.js +0 -251
  73. package/@syncfusion/ej2-angular-pdfviewer.js.map +0 -1
  74. package/CHANGELOG.md +0 -1471
  75. package/dist/ej2-angular-pdfviewer.umd.js +0 -454
  76. package/dist/ej2-angular-pdfviewer.umd.js.map +0 -1
  77. package/dist/ej2-angular-pdfviewer.umd.min.js +0 -11
  78. package/dist/ej2-angular-pdfviewer.umd.min.js.map +0 -1
  79. package/ej2-angular-pdfviewer.d.ts +0 -5
  80. package/ej2-angular-pdfviewer.metadata.json +0 -1
  81. package/postinstall/tagchange.js +0 -18
  82. package/schematics/collection.json +0 -10
  83. package/schematics/ng-add/index.d.ts +0 -3
  84. package/schematics/ng-add/index.js +0 -9
  85. package/schematics/ng-add/schema.d.ts +0 -13
  86. package/schematics/ng-add/schema.js +0 -2
  87. package/schematics/ng-add/schema.json +0 -34
  88. package/schematics/tsconfig.json +0 -25
  89. package/schematics/utils/lib-details.d.ts +0 -4
  90. package/schematics/utils/lib-details.js +0 -6
package/CHANGELOG.md DELETED
@@ -1,1471 +0,0 @@
1
- # Changelog
2
-
3
- ## [Unreleased]
4
-
5
- ### PDF Viewer
6
-
7
- #### Bug Fixes
8
-
9
- - `#I397357` - Now, Radio button values update properly.
10
- - `#I401805` - Now, Form fields updates proper value on download.
11
- - `#I382837` - Now, Interaction on checkbox in mobile device is working fine.
12
- - `#I404631` - Now, `isFormDesignerToolbarVisible=true` property opens in the Form designer toolbar.
13
- - `#I385978` - Now, Free Text Annotations can be edited in iPhone, iPad and iPod Devices.
14
- - `#I403614` - Now, the annotation signature key not found error is resolved in the customer document.
15
-
16
- ## 20.2.49 (2022-09-13)
17
-
18
- ### PDF Viewer
19
-
20
- #### Bug Fixes
21
-
22
- - `#I176922` - Now, comments are not duplicated if a shape annotation is added inside an annotation.
23
- - `#I390997`,`#I392717`,`#I394607` - The signature is now displayed and properly positioned in change the width and height the document that was downloaded.
24
- - `#I398911` - Provided support for suppressing of the Digital signature without affecting download of the same.
25
- - `#I400958` - Now, Adding signature field programmatically and from UI level does not have same signature field name.
26
-
27
- ## 20.2.48 (2022-09-06)
28
-
29
- ### PDF Viewer
30
-
31
- #### Bug Fixes
32
-
33
- - `#I398958` - Now, Script error does not occurs while adding signature and initial fields when enable form field is false.
34
- - `#I397605` - Now, If a portion of the free text annotation is outside the viewer, moving or resizing it will bring that annotation inside viewer.
35
- - `#I392269` - Now, considered both GUID and description while importing the annotations .
36
- - `#I398972` - Now, The Script error is not occurred while saving the PDF consecutively with Calibrate perimeter control .
37
- - `#I399220` - Now, Some form fields are not removed on reloading the downloaded document .
38
- - `#I389566` - Now, The Script error is not occurred while try to change PDF view to text view in sample .
39
- - `#I369895` - When an image signature is added programmatically, the width is now properly maintained.
40
- - `#I388895` - Now, stamp annotations comments displays valid time in comment panel for any culture.
41
-
42
- ## 20.2.46 (2022-08-30)
43
-
44
- ### PDF Viewer
45
-
46
- #### Bug Fixes
47
-
48
- - `#I391994` - Now, Programmatically able to add a all form fields in read only mode .
49
- - `#I394117` - Now, Tapping a page with signature field does not moves to another page on mobile devices.
50
- - `#I395979` - Now, Deleted annotations are updated in the annotation collection properly.
51
- - `#I369895` - Now, The selection and strike through is now aligned properly.
52
-
53
- ## 20.2.45 (2022-08-23)
54
-
55
- ### PDF Viewer
56
-
57
- #### Bug Fixes
58
-
59
- - `#I389679` - Now ,form fields color should not be changed on read only mode.
60
- - `#I390997`,`#I392717`,`#I394607` - The signature is now displayed and properly positioned in read only mode the document that was downloaded.
61
- - `#I383430` - Now , form fields does not generate duplicates while using CTRL c and CRTL v.
62
- - `#I394763` - Now , form fields is not deleted while trying to delete the text with delete key in property dialog.
63
- - `#I394979` - The problem with continuously and programmatically adding a signature image disappearing has been resolved.
64
- - `#I397495` - Now the signature and Initial field is visible in chrome downloaded in the PDF Viewer.
65
- - `#F176687` - Now, markup text of Free Text annotation is proper for Arabic text.
66
- - `#I394979` - The problem with continuously and programmatically adding a signature image disappearing has been resolved.
67
- - `#I386832` - Now if the `zoomMode` is set to `FitToWidth`, we can update or get the form field values properly.
68
- - `#I391994` - Now, The document download performance is improved if the PDF document contains above 1000 pages.
69
-
70
- ## 20.2.44 (2022-08-16)
71
-
72
- ### PDF Viewer
73
-
74
- #### Bug Fixes
75
-
76
- - `#I394274`,`#I394827` - Now ,The signature and initial is updated after the 10th page.
77
- - `#I395889` - Now ,script error occurs without injecting annotation has been fixed.
78
- - `#F173061` - Now, we can able to zoom to specific annotation if the annotation is not visible in the viewport.
79
- - `#I396556` - Now ,import and export for JSON and XFDF is document working properly.
80
-
81
- ## 20.2.43 (2022-08-08)
82
-
83
- ### PDF Viewer
84
-
85
- #### Bug Fixes
86
-
87
- - `#F176277` - Context menus will now open all the pages that are visible in the viewport.
88
- - `#I3813` - The signature is now being downloaded without any pixel issue.
89
- - `#I390997`,`#I392717`,`#I394607` - The signature is now displayed and properly positioned in the document that was downloaded.
90
- - `#I383108` - Now,the custom stamp annotations are added properly in touch mode
91
- - `#I377362` - Annotations are now placed in the correct position in the download PDF document with crop value.
92
- - `#I383385` - The delete key can be used to remove annotations added in touch mode.
93
- - `#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.
94
- - `#I385936` - The value of the Add Signature button will not extend outside the button and missing Portuguese tooltips have been translated.
95
- - `#I372855`, `#F173951` - An annotation can now be added and resized up to the edge of the PDF document.
96
- - `#I380996` - The `TextSearchComplete` event will be triggered when the text is searched in the PDF viewer.
97
- - `#I377035`,`#I379948` - A tooltip will be displayed in a form field even if the FormDesignerService is not injected.
98
- - `#I380472` - Added form fields after pressing escape no longer shades form fields.
99
- - `#I384112` - The `formFieldSelect` event will be triggered while selecting the first form field in the document.
100
- - `#I386568` - In the Bootstrap5 theme, the search icon will change to a clear icon after a search has been initiated.
101
- - `#I382999` - The type signature in the signature fields will be modified based on the height of the Signature field while resizing.
102
- - `#I379221` - Now, cache values (PDF_CONTENT) are updated in the `getCache()` method.
103
- - `#I385864` - Now, the dropdown values will be changed programmatically in the PDF Viewer.
104
- - `#I386545` - Now, the signature field color will appear while scrolling down long document.
105
- - `#I272377` - Now, the position and size of the arrow shapes in the shape annotation are same as in the downloaded document.
106
- - `#F173953` - Now, Script error have been resolved.
107
- - `#I378591` - The issue with the comment panel not opening after disabling and enabling again has been fixed.
108
- - `#I386545` - Now, the signature field color will appear with opacity while scrolling down long document.
109
- - `#I390764` - The issue of is document edited API is false while editing a document has been resolved.
110
- - `#I388086` - The issue of replied comments merging with other annotations has been resolved.
111
- - `#I379142`,`#I391296` - The x,y bounds of the form fields are proper while adding the form field.
112
- - `#I386887` - The issue with radio button alignment with different zoom settings has been resolved.
113
- - `#F175614` - For load failed and PDF file path not found errors, an error message is now displayed.
114
- - `#I379627` - formFieldMouseover and formFieldMouseLeave is now trigger properly.
115
- - `#I387260` - Now Signature Indicator Properties can be modified Programmatically in DOM.
116
- - `#I384670` - Now that the type has been fixed, the signature value for the second time has been updated using form field collections.
117
- - `#I382941`,`#I383132` - Now duplicate form fields able to select, move, delete and edit after deleting original form fields.
118
- - `#I389566` - Now, Script Error is not occurs while try to change Pdf view to text view in sample.
119
- - `#I376222` - Now, Annotation selector binds while dragging with right click and then clicking left click.
120
- - `#I382568` - Now text boxes with the same name are saved and preserved after downloading and loading the document.
121
- - `#I387261` - The signature in the signature field is not visible on Adobe Reader's print preview has been resolved.
122
- - `#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.
123
- - `#I383430` - Now copy, cut and paste does not generate any duplicates while using key short cut.
124
- - `#I376526` - Now, Mobile device resizing of the Signature Form Field has been improved.
125
- - `#I392270` - Now Signature is not drawn few inches away from the cursor on signature dialog.
126
- - `#I389178` - If the target position is within the document, a form field will be added. As a result, adding Inaccessible Form fields is prevented.
127
-
128
- ## 20.2.40 (2022-07-26)
129
-
130
- ### PDF Viewer
131
-
132
- #### Bug Fixes
133
-
134
- - `#I389566` - Now, Script Error is not occurs while try to change Pdf view to text view in sample.
135
- - `#I376222` - Now, Annotation selector binds while dragging with right click and then clicking left click.
136
- - `#I382568` - Now text boxes with the same name are saved and preserved after downloading and loading the document.
137
- - `#I387261` - The signature in the signature field is not visible on Adobe Reader's print preview has been resolved.
138
- - `#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.
139
- - `#I383430` - Now copy, cut and paste does not generate any duplicates while using key short cut.
140
- - `#I376526` - Now, Mobile device resizing of the Signature Form Field has been improved.
141
- - `#I392270` - Now Signature is not drawn few inches away from the cursor on signature dialog.
142
-
143
- ## 20.2.39 (2022-07-19)
144
-
145
- ### PDF Viewer
146
-
147
- #### Bug Fixes
148
-
149
- - `#I390764` - The issue of is document edited API is false while editing a document has been resolved.
150
- - `#I388086` - The issue of replied comments merging with other annotations has been resolved.
151
- - `#I379142`,`#I391296` - The x,y bounds of the form fields are proper while adding the form field.
152
- - `#I386887` - The issue with radio button alignment with different zoom settings has been resolved.
153
- - `#F175614` - For load failed and PDF file path not found errors, an error message is now displayed.
154
- - `#I379627` - formFieldMouseover and formFieldMouseLeave is now trigger properly.
155
- - `#I387260` - Now Signature Indicator Properties can be modified Programmatically in DOM.
156
- - `#I384670` - Now that the type has been fixed, the signature value for the second time has been updated using form field collections.
157
- - `#I382941`,`#I383132` - Now duplicate form fields able to select, move, delete and edit after deleting original form fields.
158
-
159
- ## 20.2.38 (2022-07-12)
160
-
161
- ### PDF Viewer
162
-
163
- #### Bug Fixes
164
-
165
- - `#I383108` - Now,the custom stamp annotations are added properly in touch mode
166
- - `#I377362` - Annotations are now placed in the correct position in the download PDF document with crop value.
167
- - `#I383385` - The delete key can be used to remove annotations added in touch mode.
168
- - `#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.
169
- - `#I385936` - The value of the Add Signature button will not extend outside the button and missing Portuguese tooltips have been translated.
170
- - `#I372855`, `#F173951` - An annotation can now be added and resized up to the edge of the PDF document.
171
- - `#I380996` - The `TextSearchComplete` event will be triggered when the text is searched in the PDF viewer.
172
- - `#I377035`,`#I379948` - A tooltip will be displayed in a form field even if the FormDesignerService is not injected.
173
- - `#I380472` - Added form fields after pressing escape no longer shades form fields.
174
- - `#I384112` - The `formFieldSelect` event will be triggered while selecting the first form field in the document.
175
- - `#I386568` - In the Bootstrap5 theme, the search icon will change to a clear icon after a search has been initiated.
176
- - `#I382999` - The type signature in the signature fields will be modified based on the height of the Signature field while resizing.
177
- - `#I379221` - Now, cache values (PDF_CONTENT) are updated in the `getCache()` method.
178
- - `#I385864` - Now, the dropdown values will be changed programmatically in the PDF Viewer.
179
- - `#I386545` - Now, the signature field color will appear while scrolling down long document.
180
- - `#I272377` - Now, the position and size of the arrow shapes in the shape annotation are same as in the downloaded document.
181
- - `#F173953` - Now, Script error have been resolved.
182
- - `#I378591` - The issue with the comment panel not opening after disabling and enabling again has been fixed.
183
- - `#I386545` - Now, the signature field color will appear with opacity while scrolling down long document.
184
-
185
- ## 20.2.36 (2022-06-30)
186
-
187
- ### PDF Viewer
188
-
189
- #### Bug Fixes
190
-
191
- - `#I371792` - Pan mode is now activated for all mobile devices by default.
192
- - `#I363298` - The issue when form fields had different names when the form designer module is enabled and disabled has been fixed.
193
- - `#F173953` - The issue with the incorrect sentence search functionality in the PDF Viewer has been resolved.
194
- - `#I368423` - Now, rotation for form elements is considered.
195
- - `#F173751` - Radio buttons that have been dynamically imported can now preserve its checked status.
196
- - `#I376227` - The issue with the PDF Viewer's annotation FillColor not updating correctly has been fixed.
197
- - `#I376346` - This issue with an annotation moving to the top of multiple pages has been resolved.
198
- - `#F173061`- A `zoomToRect()` method is now used to zoom a particular area multiple times with different scroll positions in the viewport.
199
- - `#I377714` - The problem with pinch zooming and form field position has been fixed.
200
- - `#I377638` - The issue with the Read Only radio button value changing when downloading has been fixed.
201
- - `#I378257`- The issue with the checkbox printing multiple times has been resolved.
202
- - `#I378394` - Changes to form field properties that are made using the `formFieldPropertiesChange` event are no longer lost is now working properly.
203
- - `#I379205` - Drawing a freehand signature when switching between tabs in the Add signature dialogue is no longer possible.
204
- - `#I379120` - The pixel quality of the handwritten signature has now improved.
205
- - `#I386899` - Issue with signature rendering is now resolved.
206
- - `#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.
207
- - `#I369733`- The free text annotation is no longer rotated when it is added programmatically to rotated documents.
208
- - `#I383963` - Issue with cloned form field value is duplicated has been fixed.
209
-
210
- ## 20.1.60 (2022-06-14)
211
-
212
- ### PDF Viewer
213
-
214
- #### Bug Fixes
215
-
216
- - `#I378257`- The issue with the checkbox printing multiple times has been resolved.
217
- - `#F173751` - Radio buttons that have been dynamically imported can now preserve its checked status.
218
- - `#F173061`- A `zoomToRect()` method is now used to zoom a particular area multiple times with different scroll positions in the viewport.
219
- - `#I371792` - Pan mode is now activated for all mobile devices by default.
220
- - `#I368423` - Now, rotation for form elements is considered.
221
- - `#I379205` - Drawing a freehand signature when switching between tabs in the Add signature dialogue is no longer possible.
222
- - `#I379120` - The pixel quality of the handwritten signature has now improved.
223
-
224
- ## 20.1.59 (2022-06-07)
225
-
226
- ### PDF Viewer
227
-
228
- #### Bug Fixes
229
-
230
- - `#F174154`- Now, the signature value for all signature fields in the PDF document will be updated programmatically using the `updateFormFieldsValue()` method.
231
- - `#I376222`- Now, Annotation selector binds correctly to annotations when dragging.
232
- - `#I367416`- The `FindText()` method of PDF Base allows for finding the number.
233
- - `#I372876`- The `annotationSelect` and `commentAdd` events are triggered properly for the sticky notes annotation.
234
-
235
- ## 20.1.58 (2022-05-31)
236
-
237
- ### PDF Viewer
238
-
239
- #### Bug Fixes
240
-
241
- - `#I377034`- Now, the existing form fields value can be retrieved using the `retrieveFormFields()` method.
242
- - `#I367416`- The radio buttons on the iPad are displayed properly after zooming in and out.
243
- - `#I374726`- Signatures will appear in the PDF viewer for the provided document.
244
-
245
- ## 20.1.57 (2022-05-24)
246
-
247
- ### PDF Viewer
248
-
249
- #### Bug Fixes
250
-
251
- - `#I376240`- Multiple words in the typed handwritten signature and signature fields are preserved correctly in the downloaded document.
252
- - `#F174506`- Improved the printing quality of the PDF viewer.
253
- - `#I372853`- Now, ink annotation will be added programmatically with path data available in the annotationAdd event.
254
-
255
- ## 20.1.56 (2022-05-17)
256
-
257
- ### PDF Viewer
258
-
259
- #### Bug Fixes
260
-
261
- - `#I371824`- The properties of form fields will be updated properly using the `updateFormField` method while scrolling over pages.
262
-
263
- ## 20.1.55 (2022-05-12)
264
-
265
- ### PDF Viewer
266
-
267
- #### New Features
268
-
269
- - `#I368647`, `#I366041`- Exposed a method to focus form fields on a document.
270
- - `#I362221`, `#I364814`, `#I368380`, `#I363379`- Provided the support for field Id and field Name for the Form Fields events.
271
- - `#I353301`- Implemented the `GetPageNumberFromClientPoint`, `ConvertClientPointToPagePoint`, `ConvertPagePointToClientPoint`, `ConvertPagePointToScrollingPoint` and `zoomToRect` methods.
272
-
273
- #### Bug Fixes
274
-
275
- - `#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.
276
- - `#I361979`- Now, signature fields with the same value for the name property will be visible when the document is downloaded and reloaded.
277
- - `#I367560`, `#I367313`- Improved the pinch-zoom in and out responsiveness in the mobile device.
278
- - `#I368770`, `#I373344`, `#I372215`- Now, the properties of text box fields are changed properly using the `textFieldSettings` property.
279
- - `#I369002`- A signature will be downloaded in the correct position for rotated and scanned documents.
280
- - `#I369554`- The form fields are now added horizontally to the page, even for rotated documents.
281
- - `#I371560`- Form fields in a rotated document will be rendered according to the field rotation.
282
- - `#I373137`- The `ArgumentOutOfRangeException` exception will no longer occur when extracting the text for the provided document.
283
- - `#I375548`, `#I374826`, `#I375215`, `#I376171`, `#I376531`- The `Microsoft.Extensions.Caching.Memory` was changed into a stable version.
284
- - `#I364871`- Now, the handwritten signature images and custom stamps will be resized proportionally.
285
- - `#I368168`- PDF Viewer toolbar appeared properly from view on zooming in mobile mode.
286
- - `#I370140`- The label content of calibrating annotations is correctly updated when their properties are edited programmatically.
287
- - `#I370758`- The Script error will no longer be thrown while downloading the document after adding the handwritten type signature on a mobile device.
288
- - `#I370904`- The signature collection and some signature properties are properly defined in the `addSignature` event on a mobile device.
289
- - `#I377746`- The PDF Viewer download button no longer opens the blob URL in Firefox for downloading the document.
290
- - `#I367878`- The Script error will no longer be thrown while clicking the form field for the second time.
291
- - `#I373785`- The initial field will no longer be undefined after filling the field.
292
- - `#I363381`- The `formFieldPropertiesChange` event triggers on removing the signature from the signature field.
293
- - `#I371825`- Now, the form fields will appear while scrolling through the different pages.
294
- - `#I371838`- The Custom stamp annotation will be rendered correctly for the PDF document provided.
295
- - `#I365736`, `#I366420`- In mobile devices, the Script error will no longer occur when adding the signature.
296
-
297
- ## 20.1.52 (2022-05-04)
298
-
299
- ### PDF Viewer
300
-
301
- #### Bug Fixes
302
-
303
- - `#I361979`- Now, signature fields with the same value for the name property will be visible when the document is downloaded and reloaded.
304
-
305
- ## 20.1.51 (2022-04-26)
306
-
307
- ### PDF Viewer
308
-
309
- #### Bug Fixes
310
-
311
- - `#I369554`- The form fields are now added horizontally to the page, even for rotated documents.
312
- - `#I369733`- The free text annotation is no longer rotated when it is added programmatically to rotated documents.
313
- - `#I371560`- Form fields in a rotated document will be rendered according to the field rotation.
314
-
315
- ## 20.1.50 (2022-04-19)
316
-
317
- ### PDF Viewer
318
-
319
- #### New Features
320
-
321
- - `#I362221`,`#I364814`,`#I368380`,`#I363379`- Provided the support for field Id and field Name for the Form Fields events.
322
- - `#I353301`- Implemented the `zoomTo` method.
323
-
324
- #### Bug Fixes
325
-
326
- - `#I366955`- Now, the page can be scrolled in mobile mode when it is in fitToPage mode.
327
- - `#I368168`- PDF Viewer toolbar appeared properly from view on zooming in mobile mode.
328
- - `#I367878`- The Script error will no longer be thrown while clicking the form field for the second time.
329
- - `#I368770`,`#I373344`,`#I372215`- Now, the properties of text box fields are changed properly using the `textFieldSettings` property.
330
- - `#I370140`- The label content of calibrate annotations is correctly updated when their properties are edited programmatically.
331
- - `#I370758`- The Script error will no longer be thrown while downloading the document after adding the handwritten type signature in mobile device.
332
- - `#I370904`- The signature collection and some signature properties are properly defined in the `addSignature` event on mobile device.
333
- - `#I373344`,`#I372215`- The Script error will no longer be thrown while adding PDF Viewer to the Angular application.
334
-
335
- ## 20.1.47 (2022-04-04)
336
-
337
- ### PDF Viewer
338
-
339
- #### New Features
340
-
341
- - `#I368647`, `#I366041`- Exposed a method to focus form fields in a document.
342
-
343
- #### Bug Fixes
344
-
345
- - `#I366679`- Selection is working properly for the overlapped stamp annotations.
346
- - `#I364656`- Now, the signature fields are read-only when the annotation and form designer modules are disabled.
347
-
348
- ## 19.4.55 (2022-03-08)
349
-
350
- ### PDF Viewer
351
-
352
- #### Bug Fixes
353
-
354
- - `#I365496`- In editable mode, the free text annotation remains in the same position during zooming.
355
- - `#I366345`- In mobile devices, context menus will not appear when moving annotations.
356
-
357
- ## 19.4.54 (2022-03-01)
358
-
359
- ### PDF Viewer
360
-
361
- #### Bug Fixes
362
-
363
- - `#I362858`- The existing form fields are now cleared completely from the collections when loading another document.
364
- - `#F172325`- The Script error will no longer be thrown while scrolling the landscape PDF documents before loading.
365
- - `#I364909`- The Ink annotation curve is now smooth on mobile devices at higher zoom factors.
366
- - `#I364296`- The free text annotation is now not visible in the print preview when the `isPrint` property is set to false.
367
- - `#I364510`, `#I363938`- The signature is now drawn correctly in the signature field on switching the tabs.
368
- - `#I364296`- The PDF document is now downloaded properly when the form field background color is transparent.
369
- - `#I363381`- The `formFieldPropertiesChange` event triggers on removing the signature from the signature field.
370
- - `#I362811`, `#I364480`- The existing from field collections are now updated properly when loading the document.
371
-
372
- ## 19.4.53 (2022-02-22)
373
-
374
- ### PDF Viewer
375
-
376
- #### Bug Fixes
377
-
378
- - `#I362122` - Now, the shape annotation bounds are updated properly in the `annotationResize` event.
379
- - `#I361850` - Now, the annotation toolbar icons are aligned correctly after resizing.
380
- - `#I363301` - The script error is no longer thrown while hovering the toolbar icons without using the `showTooltip` property.
381
- - `#I362647` - Now, the signature, and initial fields are unable to edit in the read-only mode.
382
- - `#I361801` - Script error is no longer thrown while destroying the viewer control in the IE browser.
383
- - `#I363899` - Now, the `annotationUnSelect` event triggers for custom stamp annotations.
384
- - `#I363936` - Now, the signature panel will not be opened on right-click of signature fields.
385
- - `#F168155` - The downloaded document displays Czech characters.
386
-
387
- ## 19.4.52 (2022-02-15)
388
-
389
- ### PDF Viewer
390
-
391
- #### Bug Fixes
392
-
393
- - `#I361967`- Copy and paste is now working properly for the signature field when it is added at the bottom of the page.
394
- - `#I361906`- The text position for the provided PDF document is now correct.
395
- - `#I361379`- While importing the annotations, the FontColor and FillColor properties are now updated properly.
396
- - `#I360076`- In the signature field, the drawn signature is not stretched now.
397
- - `#I364148`, `#F172304`- The Script error will no longer be thrown in the mobile view while destroying the PDF Viewer.
398
- - `#I362874`- The form field names are now added properly to the form fields.
399
- - `#I365411`, `#I360719`- The annotations are now properly added to the pages when enableDesktopMode is true on mobile devices.
400
-
401
- ## 19.4.50 (2022-02-08)
402
-
403
- ### PDF Viewer
404
-
405
- #### Bug Fixes
406
-
407
- - `#I360337`- Exception is thrown while downloading the empty list box field is now resolved.
408
- - `#I360635`,`#I361422`,`#I361359`- Now, the form field is hidden properly when setting the visible property to hidden.
409
- - `#I358375`- Now, the PDF document loaded properly in the PDF Viewer when you set the size limit for the memory cache.
410
- - `#I359388`- Now, the form fields position is correct for a rotated PDF document.
411
- - `#I354638`- Now, the free text annotation is not hidden when clicking outside of the free text annotation.
412
- - `#I360405`- Now, the Free text annotations and ink annotations are rendered properly in the lower zoom factors.
413
- - `#F171647`- Now, the annotationAdd event is triggered after adding the sticky notes annotation in the annotation collection.
414
- - `#I361639`- The Script error will no longer be thrown when loading the form-fields document without injecting the form field module.
415
- - `#I362311`- Now, the Move cursor is not showing above the custom stamp while the custom stamp annotation is selected.
416
- - `#I359233`- The hidden issue of free text characters is now resolved.
417
- - `#I363626`- The Script error will no longer be thrown while loading a PDF document when the enableHyperlink is set to false.
418
- - `#I363055`- Now, the free text becomes edited properly while clicking the selector.
419
- - `#I363411`- Now, the free text position on a downloaded document is accurate on the Chrome browser.
420
-
421
- ## 19.4.43 (2022-01-18)
422
-
423
- ### PDF Viewer
424
-
425
- #### Bug Fixes
426
-
427
- `#I359772`,`#I359880`- Now, the form fields are editable on the mobile device.
428
- `#I359042`- Free text annotations are downloaded properly without hiding any last character.
429
- `#I358308`- Spinners are hidden properly while removing the display as none for the spinner.
430
- `#I360035`- The Script error will no longer be thrown while using the editAnnotation method in mobile mode.
431
- `#I358584`- Stamps are saved properly in the rotated PDF document.
432
-
433
- ## 19.4.42 (2022-01-11)
434
-
435
- ### PDF Viewer
436
-
437
- #### Bug Fixes
438
-
439
- - `#I358006`- Overlapped stamp annotations are now placed at the exact position in the saved PDF document.
440
- - `#I357273`- Exception thrown while loading the provided PDF document due to an invalid key, is now resolved.
441
- - `#I357655`- The PDF pages are now exported to image in a multi-threaded environment.
442
- - `#I357060`- Now, the typed handwritten signature content does not exceed the text area.
443
-
444
- ## 19.4.41 (2022-01-04)
445
-
446
- ### PDF Viewer
447
-
448
- #### Bug Fixes
449
-
450
- - `#I357108` - Now, the annotations are displayed properly for the rotated documents.
451
- - `#I357489` - Now, the unnecessary thumbnail requests are restricted.
452
-
453
- ## 19.4.40 (2021-12-28)
454
-
455
- ### PDF Viewer
456
-
457
- #### Bug Fixes
458
-
459
- - `#I299110`, `#I348963` - Now, the font size is updated properly while export and import shape annotations.
460
-
461
- ## 19.4.38 (2021-12-17)
462
-
463
- ### PDF Viewer
464
-
465
- #### New Features
466
-
467
- - `#I354638` - Provided auto fit support to the free text annotations.
468
-
469
- #### Bug Fixes
470
-
471
- - `#I346343`- Now, the text wraps based on the word length regardless of character length in free-text annotation.
472
-
473
- ## 19.3.56 (2021-12-02)
474
-
475
- ### PDF Viewer
476
-
477
- #### New Features
478
-
479
- - `#I336589`, `#I339329`, `#I346113` - Provided annotation toolbar settings support in mobile view.
480
-
481
- #### Bug Fixes
482
-
483
- - `#I347402`, `#I347555`- Now, the signature dialog is opened correctly on clicking the signature field in Firefox and Safari browser.
484
- - `#I344549`- The ink annotations are preserved correctly in the Adobe.
485
- - `#I346607`- Now, the signature dialog width is proper on resizing the browser window.
486
- - `#I345897`- The ink annotations are now drawn over the free-text annotations when the 'allowEditTextOnly' property is enabled.
487
- - `#I347427`- The form designer tooltip is now hidden when the 'showToolTip' property is set to FALSE.
488
- - `#I348023`- The 'isReadOnly' property is now updated correctly once we set the value to TRUE.
489
- - `#I345130`- Now, the exact shape of the image is maintained when added to the signature field.
490
- - `#I347558`- Now, the custom stamp position is added properly in mobile view.
491
-
492
- ## 19.3.54 (2021-11-17)
493
-
494
- ### PDF Viewer
495
-
496
- #### Bug Fixes
497
-
498
- - `#I346152`- The script error will not be thrown for the document which contains link annotation.
499
-
500
- ## 19.3.48 (2021-11-02)
501
-
502
- ### PDF Viewer
503
-
504
- #### Bug Fixes
505
-
506
- - `#I344888`, `#F169870` - Now, signature dialog settings is working properly for the handwritten signature dialog.
507
- - `#I346090`- Now, the primary toolbar should not hide if form designer toolbar is visible.
508
- - `#I344897`, `#I345574` - Now, the indicator text and required properties for signature fields settings are working properly.
509
- - `#I344082`- Now, signature text annotation is rendered properly on loading the document.
510
-
511
- ## 19.3.47 (2021-10-26)
512
-
513
- ### PDF Viewer
514
-
515
- #### Bug Fixes
516
-
517
- - `#I344034` - The Script error will no longer be thrown if we select text markup annotation when text selection is disabled.
518
-
519
- ## 19.3.46 (2021-10-19)
520
-
521
- ### PDF Viewer
522
-
523
- #### Bug Fixes
524
-
525
- - `#I339329`, `#I341199` - Now, the default context menu of browser will no longer be shown on selecting the text in mobile view.
526
-
527
- ## 19.3.45 (2021-10-12)
528
-
529
- ### PDF Viewer
530
-
531
- #### Bug Fixes
532
-
533
- - `#F169102` - Now, the download action is working properly after importing the provided customer document.
534
- - `#I342951` - Now, the Bookmark navigation is working properly in mobile mode.
535
- - `#I343011` - Now, the download action is working properly after adding the text markup annotation.
536
-
537
- ## 19.3.44 (2021-10-05)
538
-
539
- ### PDF Viewer
540
-
541
- #### Bug Fixes
542
-
543
- - `#I297147`, `#I339056` - Now, the free text annotations with 90 and 270 rotated angle are rotated properly.
544
- - `#I341677` - Now, the opacity is applied properly for the custom stamps.
545
- - `#I341074` - Now, the search icon is visible to close the search dialog.
546
-
547
- ## 19.1.67 (2021-06-08)
548
-
549
- ### PDF Viewer
550
-
551
- #### Bug Fixes
552
-
553
- - `#I328989` - Now, the clear and create button in the signature panel is enabled only on drawing the signature.
554
- - `#I328499` - Now, the stamp annotations are downloaded correctly in the PDF document.
555
-
556
- ## 19.1.66 (2021-06-01)
557
-
558
- ### PDF Viewer
559
-
560
- #### Bug Fixes
561
-
562
- - `#I328030` - The dynamic stamp annotation size is maintained properly while importing and exporting the stamp annotation in XFDF format.
563
-
564
- ## 19.1.65 (2021-05-25)
565
-
566
- ### PDF Viewer
567
-
568
- #### New Features
569
-
570
- - `#I326021` - hyperlinkClick event must be handled to cancel the navigation or change the URL.
571
-
572
- ## 19.1.64 (2021-05-19)
573
-
574
- ### PDF Viewer
575
-
576
- #### Bug Fixes
577
-
578
- - `#I328989` - Now, the clear and create button in the signature panel is enabled only on drawing the signature.
579
- - `#I328499` - Now, the stamp annotations are downloaded correctly in the PDF document.
580
-
581
- ## 19.1.66 (2021-06-01)
582
-
583
- ### PDF Viewer
584
-
585
- #### Bug Fixes
586
-
587
- - `#I328030` - The dynamic stamp annotation size is maintained properly while importing and exporting the stamp annotation in XFDF format.
588
-
589
- ## 19.1.65 (2021-05-25)
590
-
591
- ### PDF Viewer
592
-
593
- #### New Features
594
-
595
- - `#I326021` - hyperlinkClick event must be handled to cancel the navigation or change the URL.
596
-
597
- ## 19.1.64 (2021-05-19)
598
-
599
- ### PDF Viewer
600
-
601
- #### Bug Fixes
602
-
603
- - `#I325096` - The Script error will no longer be thrown if we add form fields value by code behind.
604
- - `#I326083` - Now, the signature is appeared inside of the Signature Field in the PDF Viewer.
605
- - `#I326054` - The Script error will no longer be thrown while clicking the provided document hyperlink content.
606
- - `#I324660` - Now, the distance annotation can be added after deleting the incompletely drawn distance annotation.
607
-
608
- ## 19.1.59 (2021-05-04)
609
-
610
- ### PDF Viewer
611
-
612
- #### Bug Fixes
613
-
614
- - `#I322039` - The Arrow icon is shown properly in the custom stamp dropdown.
615
-
616
- ## 19.1.58 (2021-04-27)
617
-
618
- ### PDF Viewer
619
-
620
- #### Bug Fixes
621
-
622
- - `#I322799` - The imported stamp annotation position is updated correctly in the MVC platform.
623
-
624
- ## 19.1.57 (2021-04-20)
625
-
626
- ### PDF Viewer
627
-
628
- #### Bug Fixes
629
-
630
- - `#I317344` - The Script error will no longer be thrown if we add the custom stamp image more than 4MB size.
631
-
632
- ## 19.1.56 (2021-04-13)
633
-
634
- ### PDF Viewer
635
-
636
- #### Bug Fixes
637
-
638
- - `#I315264` - Now, the User names in comments are working properly.
639
-
640
- ## 19.1.54 (2021-03-30)
641
-
642
- ### PDF Viewer
643
-
644
- #### New Features
645
-
646
- - `#F158073`, `#I291648` - Exposed the annotation UnSelect event in PDF Viewer.
647
-
648
- ## 18.2.56 (2020-09-01)
649
-
650
- ### PDF Viewer
651
-
652
- #### New Features
653
-
654
- - `#I289233` - Provided the support to add expiration timing for cache.
655
-
656
- #### Bug Fixes
657
-
658
- - `#I289417` - Now, the annotation toolbar position is maintained correctly.
659
-
660
- ## 18.2.47 (2020-07-28)
661
-
662
- ### PDF Viewer
663
-
664
- #### New Features
665
-
666
- - `#I267670` - Exposed the toolbar option to retrieve the form field data in JSON format.
667
-
668
- #### Bug Fixes
669
-
670
- - `#I282486` - Now, undo and redo is working properly for the freetext annotations.
671
- - `#F155593`- Exception will no longer be thrown while exporting the formfields.
672
-
673
- ## 18.2.46 (2020-07-21)
674
-
675
- ### PDF Viewer
676
-
677
- #### Bug Fixes
678
-
679
- - `#I282530` - The Script error will no longer be thrown if we select the handwritten signature in mobile devices.
680
-
681
- ## 18.2.45 (2020-07-14)
682
-
683
- ### PDF Viewer
684
-
685
- #### New Features
686
-
687
- - `#I281898` - Provided the support to add comments programmatically for the newly added annotations.
688
-
689
- #### Bug Fixes
690
-
691
- - `#F155593`, `#I283379` - Now, PDF Viewer control is working in IE.
692
-
693
- ## 18.2.44 (2020-07-07)
694
-
695
- ### PDF Viewer
696
-
697
- #### Bug Fixes
698
-
699
- - `#I273237` - Now, Annotation comments are locked properly when locked the annotations.
700
-
701
- ## 18.1.55 (2020-06-02)
702
-
703
- ### PDF Viewer
704
-
705
- #### New Features
706
-
707
- - `#F154248` - Provided the Support to show/hide the annotation toolbar in code behind.
708
- - `#F153946` - Provided the Options to disable AutoComplete options in form filling documents.
709
- - `#I273237` - Provided the Support to lock the text markup annotations.
710
- - `#I277143` - Provided the support for ink annotation.
711
-
712
- ## 18.1.54 (2020-05-26)
713
-
714
- ### PDF Viewer
715
-
716
- #### New Features
717
-
718
- - `#I254075` , `#I266559` - Provided the support to render the hyperlinks which are preserved as plain text
719
-
720
- #### Bug Fixes
721
-
722
- - `#I274036` - Now, the page does not gets refreshed on clicking the import annotation button
723
- - `#I267062` - Size of the Stamp is rendered correctly after saving and loading the file in PDF Viewer.
724
- - `#I268505` - Download is working correctly For French Culture Environment.
725
- - `#F153465` - Digital Signature in the exported image is preserved correctly.
726
- - `#F153465` - Style of the form fields are preserved properly in PDF Viewer.
727
- - `#I274694` -Text highlight is working properly.
728
- - `#I276547` -Text selection is working properly for lower zoom factor.
729
-
730
- ## 18.1.48 (2020-05-05)
731
-
732
- ### PDF Viewer
733
-
734
- #### New Features
735
-
736
- - `#I272985` - Provided the support to edit the annotation properties without selecting the annotation.
737
-
738
- ## 18.1.45 (2020-04-21)
739
-
740
- ### PDF Viewer
741
-
742
- #### New Features
743
-
744
- - `#I267283` - Provided the support to identify the imported annotation and drawn annotation
745
- - `#I268736` - Exposed the text search events in PDF Viewer.
746
- - `#I258786` - Exposed the signature Select event in PDF Viewer.
747
-
748
- #### Bug Fixes
749
-
750
- - `#I272053` - The annotation bounds value is now preserved properly in annotation events.
751
- - `#I269001` - Improved the page rendering behaviour in PDF Viewer.
752
-
753
- ## 18.1.44 (2020-04-14)
754
-
755
- ### PDF Viewer
756
-
757
- #### New Features
758
-
759
- - `#I263306` - Provided the support for Meter Calibration ratio in PDF Viewer.
760
- - `#I271053` - Provided the support to enable and disable the multiline annotations in overlapping collections.
761
-
762
- #### Bug Fixes
763
-
764
- - `#I271180` - Free Text Annotation and annotation label text position updated properly in downloaded rotational documents.
765
- - `#F153036` - Now, Annotation toolbar separator shown properly when hiding some annotation toolbar items.
766
-
767
- ## 18.1.43 (2020-04-07)
768
-
769
- ### PDF Viewer
770
-
771
- #### New Features
772
-
773
- - `#I267524` - Provided the support for feet inch Calibration ratio in PDF Viewer.
774
- - `#I269003` - Exposed the non filled form fields value in the fireValidatedFailed event arguments.
775
- - `#I268276` - Provided the support to customize the annotation resize cursor type in PDF Viewer.
776
- - `#I268715` - Exposed the 'Not Approved' stamp annotation under dynamic stamp type.
777
-
778
- #### Bug Fixes
779
-
780
- - `#I271163` - Errors will no longer occur when the print module in disabled state.
781
- - `#I268829` - Now, the deleted annotations are removed properly from the PDF document.
782
-
783
- ## 18.1.42 (2020-04-01)
784
-
785
- ### PDF Viewer
786
-
787
- #### New Features
788
-
789
- - `#I268975` - Exposed the event for notifying page mouse over action.
790
- - `#I264529` - Exposed the volume calibrate annotation depth value in annotationSelect event arguments and provide options to edit the depth value.
791
- - `#I263297`, `#I268677` - Provided the options to enable and disable the tile rendering mode.
792
- - `#I263473` - Provided the isLock options to individual annotation object level.
793
-
794
- #### Bug Fixes
795
-
796
- - `#I269004` – The typo errors in PDF Viewer JSON objects has been resolved.
797
- - `#I266218`, `#I266559` - The import/export form fields are now working properly for the form fields data contains special characters.
798
- - `#I268505` - Download is now working properly for different culture settings.
799
- - `#I268109` - The updated label content is now preserved properly in the exported annotation data.
800
-
801
- ## 18.1.36-beta (2020-03-19)
802
-
803
- ### PDF Viewer
804
-
805
- #### New Features
806
-
807
- - `#I235592` - Provided the support for setting the lower zoomfactor value to the PDF Viewer control.
808
- - `#I259521` - Provided the support for importing the form fields data from JSON object.
809
- - `#I261558` - Provided the support for customizing the distance measurement annotation leader length property.
810
- - `#I256687` - Provided the support for setting the custom data for annotation objects.
811
- - `#I252340` - Provided the support for setting the minimum or maximum size and isLock properties at individual annotation level.
812
- - `#I262008` - Exposed the event for notifying annotation mouse over action.
813
- - `#F149148` - Provided the binding support for the enableFormFields property.
814
- - `#I258769` - Provided the option to suppress the error dialog in PDF Viewer.
815
- - `#I261269` - Provided the support to allow credential for XMLHttpRequest in PDF Viewer.
816
- - `#I262787` - Exposed the event to notify the getPDFDocumentTexts method completed for all the pages.
817
-
818
- #### Bug Fixes
819
-
820
- - `#I262525` – The render PDF pages method triggers properly for the provided PDF document.
821
- - `#I262692` - The text markup resizer position is now updated properly for the provided document.
822
- - `#I262692` - The text content bounds are now rendered properly for the provided document.
823
-
824
- ## 17.4.50 (2020-02-18)
825
-
826
- ### PDF Viewer
827
-
828
- #### New Features
829
-
830
- - `#I262787` - Exposed the event to notify the getPDFDocumentTexts method completed for all the pages.
831
-
832
- ## 17.4.49 (2020-02-11)
833
-
834
- ### PDF Viewer
835
-
836
- #### New Features
837
-
838
- - `#I235592` - Provided the support for setting the lower zoomfactor value to the PDF Viewer control.
839
- - `#I259521` - Provided the support for importing the form fields data from JSON object.
840
- - `#I261558` - Provided the support for customizing the distance measurement annotation leader length property.
841
- - `#I256687` - Provided the support for setting the custom data for annotation objects.
842
- - `#I252340` - Provided the support for setting the minimum or maximum size and isLock properties at individual annotation level.
843
- - `#I262008` - Exposed the event for notifying annotation mouse over action.
844
- - `#F149148` - Provided the binding support for the enableFormFields property.
845
-
846
- #### Bug Fixes
847
-
848
- - `#I262525` – The render PDF pages method triggers properly for the provided PDF document.
849
- - `#I262692` - The text markup resizer position is now updated properly for the provided document.
850
- - `#I262692` - The text content bounds are now rendered properly for the provided document.
851
-
852
- ### PDF Viewer
853
-
854
- #### New Features
855
-
856
- - `#I258769` - Provided the option to suppress the error dialog in PDF Viewer.
857
- - `#I261269` - Provided the support to allow credential for XMLHttpRequest in PDF Viewer.
858
-
859
- ## 17.4.46 (2020-01-30)
860
-
861
- ### PDF Viewer
862
-
863
- #### New Features
864
-
865
- - `#I258172` - Provided the support to open the command panel while loading the PDF document if the isCommandPanelOpen property is set to true.
866
- - `#I259159` - Provided the support to open the thumbnail view panel while loading the PDF document if the isThumbnailViewOpen property is set to true.
867
- - `#I259961` - Exposed the annotation label settings value in the annotationAdd event arguments.
868
- - `#I259615` - Exposed the annotation label settings value in import/export JSON data.
869
- - `#I256596` - Exposed the annotation selector settings value for individual annotation objects and import/export JSON data.
870
-
871
- ## 17.4.44 (2021-01-21)
872
-
873
- ### PDF Viewer
874
-
875
- #### New Features
876
-
877
- - `#I257519` - Provided Support to edit the free Text annotation value in code behind.
878
-
879
- #### Bug Fixes
880
-
881
- - `#I259848` – Now, the deleted annotations are removed properly from the PDF document.
882
- - `#I259734` - Custom Stamp annotations are drawn properly while importing the annotations.
883
- - `#I260512` - Errors will no longer occur while importing the annotations in the documentLoad event.
884
- - `#I260575` - The download file name is now set properly if we provide during the control initialization.
885
-
886
- ## 17.4.43 (2020-01-14)
887
-
888
- ### PDF Viewer
889
-
890
- #### New Features
891
-
892
- - `#I255057` – Provided the support for validating the form fields value whether it is filled or not in the loaded PDF document.
893
- - `#I258786`, `#I259327` – Provided the support for exporting and importing the handwritten signature.
894
-
895
- #### Bug Fixes
896
-
897
- - `#I149882` – The downloadEnd event triggers properly if we save the document in server side.
898
- - `#I257630` – The importSuccess event triggers properly if we save the document in server side.
899
- - `#I260295` – The distance calibrate annotation now resized properly.
900
- - `#I260128` – The volume and area calibrate annotation fill color is updated correctly on importing the annotations.
901
-
902
- ## 17.4.41 (2020-01-07)
903
-
904
- ### PDF Viewer
905
-
906
- #### New Features
907
-
908
- - `#I257514` – Provided the support for import/export the custom stamp annotations.
909
- - `#I257231` – Exposed the property to access the search count value.
910
- - `#I258386` – Exposed the API to retrieve the text content and bounds along with page size details.
911
-
912
- #### Bug Fixes
913
-
914
- - `#I259524` – Annotations are rendered properly in the large page size document if the page rendered in fitToPage mode initially.
915
- - `#I259523` – Errors will no longer occur while exporting the annotation if the document contains text web link annotation.
916
- - `#I259134` – The annotationSelect event now triggers properly if we add the multiple annotations to a page.
917
- - `#I258949` – The opacity value is now applied properly if set it on annotation during initialization.
918
- - `#I259383` – The errors will no longer occur if we import the annotations after deleting the added annotations.
919
- - `#I259166` – The text content will be selected properly at the end of the page.
920
- - `#I259078` – The annotations will now be created if we resize the annotation through multipage.
921
- - `#I259564` – The Null reference error will no longer occur while loading the provided PDF document.
922
-
923
- ## 17.4.40 (2019-12-24)
924
-
925
- ### PDF Viewer
926
-
927
- #### New Features
928
-
929
- - `#I256131` – Improved the rendering quality and performance for the large size PDF document.
930
-
931
- #### Bug Fixes
932
-
933
- - `#I258250` – The imported annotations are rendered properly if we import the annotation details in the documentLoad event.
934
-
935
- ## 17.4.39 (2019-12-17)
936
-
937
- ### PDF Viewer
938
-
939
- #### New Features
940
-
941
- - `#I251150` – Provided the support to find the interlinked annotations while selecting the annotations.
942
- - `#I243077` , `#I241487`, `#I244802`, `#I252340` – Provided the support for setting the annotation UI properties.
943
- - `#I254634` – Provided the support to maintain the aspect ratio for custom stamp annotation.
944
- - `#I253745`, `#I256518` – Exposed the event to notify the annotation object being moved.
945
- - `#I254275` – Exposed the event to notify the download process in the PDF Viewer control.
946
-
947
- #### Bug Fixes
948
-
949
- - `#I253751` – Resolved the typo error in annotation exported data.
950
- - `#I255345` – Errors will no longer occur while rendering the annotation in the Firefox browser.
951
- - `#I255137` – Errors will no longer occur in mobile view mode if we set the Pan interaction mode.
952
- - `#I253704` – The form fields are downloaded properly while loading the PDF document in tab control.
953
- - `#I253745` – The annotationAdd and annotationPropertiesChange events are triggered properly for the annotations.
954
- - `#I252881` – The toolbar settings property is working for mobile device.
955
- - `#I255042`, `#I255073` – Errors will no longer occur if the session storage exceeds the maximum limit.
956
- - `#I254115`, `#I254942` – The annotation modified date is preserved properly in different localization.
957
- - `#I256044` – The font family and text alignment are rendered properly from the exported FreeText annotation data.
958
- - `#I255124` – The text markup annotations are now added properly if the PDF Viewer element ID contains characters.
959
- - `#I256220` – The context menu will now be shown/hidden properly if we disable the default toolbar.
960
- - `#I256131` – The annotation toolbar will now be shown/hidden properly if we disable the annotation toolbar.
961
- - `#I256932` - Errors will no longer occur while resizing the text markup annotations.
962
- - `#I252805` – The annotationId value is now preserved properly for all annotation events.
963
- - `#I255647` - The form fields contents are rendered properly in the printed document, which has been printed in IE browser.
964
-
965
- ## 17.3.28 (2019-11-19)
966
-
967
- ### PDF Viewer
968
-
969
- #### New Features
970
-
971
- - `#I251151`, `#I254032` – Improved the annotation selection behavior in code behind.
972
- - `#I254776`, `#I255304` – Provided the support to set the custom JSON data for AJAX request.
973
- - `#I253341` – Provided the support to customize the label content during initial rendering of annotations.
974
- - `#I252421` – Provided the support to set the zoom mode value during initial loading.
975
-
976
- #### Bug Fixes
977
-
978
- - `#I253926` – Resolved the memory leak while rendering the PDF documents.
979
-
980
- ## 17.3.27 (2019-11-12)
981
-
982
- ### PDF Viewer
983
-
984
- #### New Features
985
-
986
- - `#I251151`, `#I254032` – Provided the support for annotation selection in code behind.
987
- - `#I249245` – Provided the support for UI customization of annotation selector border and resizer.
988
- - Improved the PDF viewer mobile view performance.
989
-
990
- #### Bug Fixes
991
-
992
- - `#I253317` – The measured annotation value is updated properly in the label when you disable the default toolbar.
993
- - `#I253888` – The Script error will no longer be thrown if we load the PDF documents using ASP.NET MVC web service.
994
- - `#I253317` – The measured value is now update properly for the measured annotation.
995
-
996
- ## 17.3.26 (2019-11-05)
997
-
998
- ### PDF Viewer
999
-
1000
- #### New Features
1001
-
1002
- - `#I252805` - Exposed the annotation unique ID in the annotationAdd event arguments.
1003
-
1004
- #### Bug Fixes
1005
-
1006
- - `#I252806` - Annotation bounds are retrieved properly when importing and exporting the annotation details in rotated PDF documents.
1007
- - `#I253016` - Free text annotation bounds are preserved properly in the rotated PDF document while saving the document.
1008
- - `#I251152` - Text markup annotation resizer position will be updated properly in the doctype HTML pages.
1009
- - `#I252879` - Script errors will no longer occur if we disable the magnification module.
1010
- - `#I253504` - The character start and end indexes will be updated properly in the text markup annotationAdd event arguments.
1011
-
1012
- ## 17.3.21 (2019-10-30)
1013
-
1014
- ### PDF Viewer
1015
-
1016
- #### New Features
1017
-
1018
- - `#I252111` - Provided the support for handwritten signature.
1019
- - `#I251149` - Provided the support for customizing the text search highlight color.
1020
-
1021
- #### Bug Fixes
1022
-
1023
- - `#I251864` - The pages in the landscape document will be rendered properly.
1024
- - `#I250902` - Now, the text Markup annotations are working properly inside the Tab control.
1025
- - `#I250538` - The ajaxRequestFailed event will be triggered for all the possible ajax error codes.
1026
- - `#I252269` – The mouse cursor has been updated properly after adding the free text annotation.
1027
- - `#I251401` - The annotationSelect event will be triggered properly while selecting the annotations.
1028
-
1029
- ## 17.3.19 (2019-10-22)
1030
-
1031
- ### PDF Viewer
1032
-
1033
- #### New Features
1034
-
1035
- - `#I249703` - The quality of the printed copy has been improved.
1036
- - `#I147267`, `#I251146` - Provided the support to delete the annotations in code behind.
1037
- - `#I248609` - Provided the support to customize the annotation selector.
1038
- - `#I247224`, `#I248179` - Provided the support to resize the text markup annotation bounds.
1039
-
1040
- #### Bug Fixes
1041
-
1042
- - `#I251577` - The value of the isDocumentEdited property now returned properly for shapes, measure, stamps annotation and form filling features.
1043
- - `#I249588` - The PDF Viewer control size is updated properly while using in tab control.
1044
- - `#I251729` - The text markup annotation selector is cleared properly when loading the another PDF document.
1045
- - `#I251742` - The perimeter shape type has been updated properly when exporting the annotation details.
1046
- - `#I251494` - The reference error will no longer be thrown if you render the PDF document in docker Linux container environment.
1047
- - `#I251153` – The previously imported annotations are no more cleared when import the other set of annotations.
1048
-
1049
- ## 17.3.17 (2019-10-15)
1050
-
1051
- ### PDF Viewer
1052
-
1053
- #### New Features
1054
-
1055
- - `#I248585` - The start and end indexes of text markup annotation have been exposed in the annotationAdd event.
1056
-
1057
- #### Bug Fixes
1058
-
1059
- - `#I249742` - The annotationSelect event will be triggered properly after selecting another text markup annotation.
1060
- - `#I245008` - Notes of the measure annotations will now be updated properly after modifying the scale values.
1061
-
1062
- ## 17.3.16 (2019-10-09)
1063
-
1064
- ### PDF Viewer
1065
-
1066
- #### New Features
1067
-
1068
- - `#I249725` - Provided the support to enable or disable the comment panel.
1069
- - `#I248609` - Exposed the API for textSelectionStart and textSelectionEnd events in the PDF Viewer.
1070
-
1071
- #### Bug Fixes
1072
-
1073
- - `#I249017` - Multiline text markup annotation bounds will be returned properly in the annotationAdd event arguments.
1074
-
1075
- ## 17.3.14 (2019-10-03)
1076
-
1077
- ### PDF Viewer
1078
-
1079
- #### New Features
1080
-
1081
- - `#I227046`, `#I230887`, `#I142366`, `#I231973`, `#I237847`, `#I244849`, `#I238686`, `#I239233`, `#I241638`, `#I241638`, `#I242232`, `#I239221`, `#I240051`, `#I245255` – The support has been provided for filling the form fields.
1082
- - `#I233655`, `#I236240`, `#I236825`, `#I238694`, `#I241974`, `#I243864`, `#I245087` – The support has been provided for free text annotation.
1083
- - `#I246059` - Exposed the thumbnailClick event to identify the thumbnail clicks action.
1084
- - `#I246767` – The support has been provided to export the annotation details as JSON object in client-side.
1085
- - `#I245008` – The support has been provided to update the existing calibrate annotation if we modify the scale value.
1086
- - Improved the scrolling performance in mobile devices.
1087
-
1088
- #### Bug Fixes
1089
-
1090
- - `#I247914` – The perimeter annotation will be rendered properly when the line is ended in the starting point.
1091
- - `#I248062` – Extra edge will not be added to the polygon shapes when rendered in the page.
1092
- - `#I248092` – Contents will not be swapped if you switch randomly between two documents.
1093
- - `#I248093` – Script error will no longer be thrown if you switch randomly between two documents.
1094
- - `#I247787` – The searched text will be highlighted properly in the provided document.
1095
- - `#I146785` – Script error will no longer be thrown when the PDF Viewer control is used in the React application.
1096
-
1097
- ## 17.3.9-beta (2019-09-20)
1098
-
1099
- ### PDF Viewer
1100
-
1101
- #### New Features
1102
-
1103
- - `#I227046`, `#I230887`, `#I142366`, `#I231973`, `#I237847`, `#I244849`, `#I238686`, `#I239233`, `#I241638`, `#I241638`, `#I242232`, `#I239221`, `#I240051`, `#I245255` – The support has been provided for filling the form fields.
1104
- - `#I233655`, `#I236240`, `#I236825`, `#I238694`, `#I241974`, `#I243864`, `#I245087` – The support has been provided for free text annotation.
1105
- - `#I246059` - Exposed the thumbnailClick event to identify the thumbnail clicks action.
1106
- - `#I246767` – The support has been provided to export the annotation details as JSON object in client-side.
1107
- - `#I245008` – The support has been provided to update the existing calibrate annotation if we modify the scale value.
1108
- - Improved the scrolling performance in mobile devices.
1109
-
1110
- ## 17.2.49 (2019-09-04)
1111
-
1112
- ### PDF Viewer
1113
-
1114
- #### Bug Fixes
1115
-
1116
- - `#I246044` – The assigned author name is now preserved properly while loading or saving the document in PDF Viewer.
1117
- - `#I245087` – The Polygon, Perimeter, and Volume annotations will be drawn properly in the low zoom values.
1118
- - `#I245820` - Magnification on double tap will no longer happen when the pinch zoom is disabled in the PDF Viewer control.
1119
- - `#I244787` – The Comment panel is now opened properly while double clicking the annotation created from the code behind.
1120
- - `#I246041` - The warning message will no longer be thrown when the web action method is executed.
1121
-
1122
- ## 17.2.47 (2019-08-27)
1123
-
1124
- ### PDF Viewer
1125
-
1126
- #### New Features
1127
-
1128
- - `#I243205`, `#I245009` - Provided the support to include Custom stamps in stamp dropdown.
1129
- - `#I243133` - Provided the support to customize tooltip of the hyperlink on mouse hover.
1130
- - `#I245007` - Provided the Feet unit support in measurement annotation.
1131
-
1132
- #### Bug Fixes
1133
-
1134
- - `#I244499` - The shape and measurement annotations will now be rendered properly in the rotated documents.
1135
- - `#I244481` - The script errors will no longer be thrown in PDF Viewer in IE browser.
1136
-
1137
- ## 17.2.46 (2019-08-22)
1138
-
1139
- ### PDF Viewer
1140
-
1141
- #### Breaking Changes
1142
-
1143
- - The following API is renamed.
1144
-
1145
- | Existing API name| New API Name |
1146
- |------|-------------|
1147
- | toolbarItem| toolbarItems|
1148
-
1149
- #### New Features
1150
-
1151
- - `#I223065`, `#I234860`, `#I241770`, `#I241487`, `#I229426`, `#I244801` – Provided the support for importing and exporting the annotation details as a JSON object.
1152
-
1153
- #### Bug Fixes
1154
-
1155
- - `#I243837` – Exception will no longer be thrown while loading the PDF document as FileStream.
1156
-
1157
- ## 17.2.41 (2019-08-14)
1158
-
1159
- ### PDF Viewer
1160
-
1161
- #### Bug Fixes
1162
-
1163
- - `#I241487`, `#I243077` - Annotation author name is now updated properly in the comment panel.
1164
- - `#I242804` - The Bookmark's destination value is now maintained properly during navigation.
1165
- - `#I241487` - The provided PDF document will now be loaded properly in the PDF Viewer control.
1166
- - `#I244437` - Resolved the typo errors in the PDF Viewer toolbar content.
1167
- - `#I244654` - The editAnnotation API is now working properly.
1168
- - `#I243134` - The PDF documents load properly when render the PDF Viewer control under multiple tab with fitToPage view mode during initial loading.
1169
-
1170
- ## 17.2.40 (2019-08-06)
1171
-
1172
- ### PDF Viewer
1173
-
1174
- #### New Features
1175
-
1176
- - `#I242329` - Provided the support to customize scale ratio value of measurement annotation.
1177
- - `#I241886` - Provided the support to display context menu in mouse up action.
1178
-
1179
- #### Bug Fixes
1180
-
1181
- - `#I242495`, `#I243160` – Hyperlink element is now rendered properly for the rotated page document.
1182
- - `#I238064` – Searched target text is now highlighted properly for the provided document.
1183
- - `#I241904`, `#I241294` – Converted PDF document is now rendered properly in IE browser.
1184
- - `#I242282` – Text search is now working properly while using PDF Viewer control inside the Tab control.
1185
-
1186
- ## 17.2.39 (2019-07-30)
1187
-
1188
- ### PDF Viewer
1189
-
1190
- #### New Features
1191
-
1192
- - `#I240440` - More details have been provided in the ajaxRequestfailure event.
1193
- - `#I242375` – Now, the annotation edit toolbar is enabled by default using the enableAnnotationToolbar property.
1194
- - `#I241715` - Support has been provided to render the annotation modified date and time in the comment panel.
1195
-
1196
- #### Bug Fixes
1197
-
1198
- - `#I242803` - The request handling has been optimized for retrieving the comments details from the PDF document.
1199
-
1200
- ## 17.2.36 (2019-07-24)
1201
-
1202
- ### PDF Viewer
1203
-
1204
- #### New Features
1205
-
1206
- - Provided the API to modify the scale ratio to change the quality of the pages rendered in the PDF Viewer.
1207
-
1208
- ## 17.2.35 (2019-07-17)
1209
-
1210
- ### PDF Viewer
1211
-
1212
- #### Bug Fixes
1213
-
1214
- - `#I229426` - Provided the API to select, edit, and delete the annotations.
1215
-
1216
- ## 17.2.34 (2019-07-11)
1217
-
1218
- ### PDF Viewer
1219
-
1220
- #### Breaking Changes
1221
-
1222
- - The following event arguments are renamed.
1223
-
1224
- | Existing Event Arguments Name| New Event Arguments Name |
1225
- |------|-------------|
1226
- |IUnloadEventArgs|UnloadEventArgs|
1227
- |ILoadEventArgs|LoadEventArgs|
1228
- |ILoadFailedEventArgs|LoadFailedEventArgs|
1229
- |IAjaxRequestFailureEventArgs|AjaxRequestFailureEventArgs|
1230
- |IPageChangeEventArgs|PageChangeEventArgs|
1231
- |IPageClickEventArgs|PageClickEventArgs|
1232
- |IZoomChangeEventArgs|ZoomChangeEventArgs|
1233
- |IHyperlinkClickEventArgs |HyperlinkClickEventArgs |
1234
- |IAnnotationAddEventArgs|AnnotationAddEventArgs|
1235
- |IAnnotationRemoveEventArgs|AnnotationRemoveEventArgs|
1236
- |IAnnotationPropertiesChangeEventArgs|AnnotationPropertiesChangeEventArgs|
1237
-
1238
- #### New Features
1239
-
1240
- - `#I208298`, `#I223253`, `#I224643`, `#I233655`, `#I238694` - Provided the supports for shape annotations.
1241
- - `#I219446`, `#I224643`, `#I230115`, `#I233032`, `#F144297`, `#I236825`, `#I238694` - Provided the supports for stamp annotations.
1242
- - `#I229426` - Provided the supports for calibrate annotations.
1243
- - `#I223253`, `#I238694` - Provided the supports for sticky notes annotations.
1244
- - `#I238812` – Provided support to restrict the hyperlink navigation.
1245
- - `#I236995` – Provided support to restrict the pinch zooming using the ‘enablePinchZoom’ property.
1246
-
1247
- #### Bug Fixes
1248
-
1249
- - `#I233161` – Now, loading Indicator will be shown properly while loading a large page size document.
1250
- - `#I233035` - HyperlinkClick event is now triggered properly.
1251
- - `#I234364` - Pan interaction mode is now working properly when the toolbar is disabled.
1252
- - `#I231436` - PDF document is now rendered properly while using the PDF Viewer control inside Tab control.
1253
- - `#I232104` - Cleared the warnings in css files.
1254
- - `#I238761` - Height of the PDF Viewer control is now maintained properly when using inside the tab control.
1255
-
1256
- ## 17.2.28-beta (2019-06-27)
1257
-
1258
- ### PDF Viewer
1259
-
1260
- #### Breaking Changes
1261
-
1262
- - The following event arguments are renamed.
1263
-
1264
- | Existing Event Arguments Name| New Event Arguments Name |
1265
- |------|-------------|
1266
- |IUnloadEventArgs|UnloadEventArgs|
1267
- |ILoadEventArgs|LoadEventArgs|
1268
- |ILoadFailedEventArgs|LoadFailedEventArgs|
1269
- |IAjaxRequestFailureEventArgs|AjaxRequestFailureEventArgs|
1270
- |IPageChangeEventArgs|PageChangeEventArgs|
1271
- |IPageClickEventArgs|PageClickEventArgs|
1272
- |IZoomChangeEventArgs|ZoomChangeEventArgs|
1273
- |IHyperlinkClickEventArgs |HyperlinkClickEventArgs |
1274
- |IAnnotationAddEventArgs|AnnotationAddEventArgs|
1275
- |IAnnotationRemoveEventArgs|AnnotationRemoveEventArgs|
1276
- |IAnnotationPropertiesChangeEventArgs|AnnotationPropertiesChangeEventArgs|
1277
-
1278
- #### New Features
1279
-
1280
- - `#I208298`, `#I223253`, `#I224643`, `#I233655`, `#I238694` - Provided the supports for shape annotations.
1281
- - `#I219446`, `#I224643`, `#I230115`, `#I233032`, `#F144297`, `#I236825`, `#I238694` - Provided the supports for stamp annotations.
1282
- - `#I229426` - Provided the supports for calibrate annotations.
1283
- - `#I223253`, `#I238694` - Provided the supports for sticky notes annotations.
1284
-
1285
- #### Bug Fixes
1286
-
1287
- - `#I233161` – Now, loading Indicator will be shown properly while loading a large page size document.
1288
- - `#I233035` - HyperlinkClick event is now triggered properly.
1289
- - `#I234364` - Pan interaction mode is now working properly when the toolbar is disabled.
1290
- - `#I231436` - PDF document is now rendered properly while using the PDF Viewer control inside Tab control.
1291
- - `#I232104` - Cleared the warnings in css files.
1292
-
1293
- ## 17.1.47 (2019-05-14)
1294
-
1295
- ### PDF Viewer
1296
-
1297
- #### New Features
1298
-
1299
- - Provided the supports for adding custom header to the AJAX requests in the PDF viewer control.
1300
-
1301
- ## 17.1.44 (2019-05-07)
1302
-
1303
- ### PDF Viewer
1304
-
1305
- #### New Features
1306
-
1307
- - Provided the supports for adding custom header to the AJAX requests in the PDF viewer control.
1308
-
1309
- ## 17.1.43 (2019-04-30)
1310
-
1311
- ### PDF Viewer
1312
-
1313
- #### Bug Fixes
1314
-
1315
- - The Loading Indicator is now shown properly while loading a large page size document.
1316
- - The pan interaction mode is now working properly when the toolbar is disabled.
1317
-
1318
- ## 17.1.42 (2019-04-23)
1319
-
1320
- ### PDF Viewer
1321
-
1322
- #### Bug Fixes
1323
-
1324
- - The issue "the hyperlinkClick event is not triggered for web links" has been fixed.
1325
-
1326
- ## 17.1.41 (2019-04-16)
1327
-
1328
- ### PDF Viewer
1329
-
1330
- #### Bug Fixes
1331
-
1332
- - The font size is missing warning will no longer be thrown from styles in the PDF Viewer.
1333
-
1334
- ## 17.1.40 (2019-04-09)
1335
-
1336
- ### PDF Viewer
1337
-
1338
- #### Bug Fixes
1339
-
1340
- - The PDF document is now rendered properly while using the PDF Viewer inside the Tab control.
1341
- - The font size is missing warning will no longer be thrown from styles in the PDF Viewer.
1342
-
1343
- ## 17.1.38 (2019-03-29)
1344
-
1345
- ### PDF Viewer
1346
-
1347
- #### New Features
1348
-
1349
- - Text Markup annotation support has been provided to PDF Viewer.
1350
- - Mobile view responsiveness support has been provided.
1351
- - Right-to-left support has been provided.
1352
- - Accessibility support has been provided to PDF Viewer.
1353
-
1354
- #### Bug Fixes
1355
-
1356
- - The issue “Added PDF document cache element did not maintain properly” has been fixed.
1357
- - The issue “PdfRenderer object is not disposing properly in EJ2 PDF Viewer library” has been fixed.
1358
- - The issue “PDF Viewer clears all the session storage” has been fixed.
1359
- - Resolved the script error while accessing invalid link annotation destination.
1360
- - Resolved Single Page Document Rendering issue.
1361
- - Document Load event not triggered for lower zoom value issue has been fixed.
1362
-
1363
- ## 17.1.32-beta (2019-03-13)
1364
-
1365
- ### PDF Viewer
1366
-
1367
- #### Bug Fixes
1368
-
1369
- - The PDF document is now rendered properly while using the PDF Viewer inside the Tab control.
1370
- - The font size is missing warning will no longer be thrown from styles in the PDF Viewer.
1371
-
1372
- ## 17.1.38 (2019-03-29)
1373
-
1374
- ### PDF Viewer
1375
-
1376
- #### New Features
1377
-
1378
- - Text Markup annotation support has been provided to PDF Viewer.
1379
- - Mobile view responsiveness support has been provided.
1380
- - Right-to-left support has been provided.
1381
- - Accessibility support has been provided to PDF Viewer.
1382
-
1383
- #### Bug Fixes
1384
-
1385
- - The issue “Added PDF document cache element did not maintain properly” has been fixed.
1386
- - The issue “PdfRenderer object is not disposing properly in EJ2 PDF Viewer library” has been fixed.
1387
- - The issue “PDF Viewer clears all the session storage” has been fixed.
1388
- - Resolved the script error while accessing invalid link annotation destination.
1389
- - Resolved Single Page Document Rendering issue.
1390
- - Document Load event not triggered for lower zoom value issue has been fixed.
1391
-
1392
- ## 17.1.32-beta (2019-03-13)
1393
-
1394
- ### PDF Viewer
1395
-
1396
- #### New Features
1397
-
1398
- - Text Markup annotation support has been provided to PDF Viewer.
1399
- - Mobile view responsiveness support has been provided.
1400
- - Right-to-left support has been provided.
1401
- - Accessibility support has been provided to PDF Viewer.
1402
-
1403
- #### Bug Fixes
1404
-
1405
- - The issue “Added PDF document cache element did not maintain properly” has been fixed.
1406
- - The issue “PdfRenderer object is not disposing properly in EJ2 PDF Viewer library” has been fixed.
1407
- - The issue “PDF Viewer clears all the session storage” has been fixed.
1408
- - Resolved the script error while accessing invalid link annotation destination.
1409
- - Resolved Single Page Document Rendering issue.
1410
- - Document Load event not triggered for lower zoom value issue has been fixed.
1411
-
1412
- ## 16.4.55 (2019-02-27)
1413
-
1414
- ### PDF Viewer
1415
-
1416
- #### Bug Fixes
1417
-
1418
- - Document Load event not triggered for lower zoom value issue was fixed.
1419
-
1420
- ## 16.4.52 (2019-02-05)
1421
-
1422
- ### PDF Viewer
1423
-
1424
- #### Bug Fixes
1425
-
1426
- - Resolved PDF Viewer Session Storage Clear Issue.
1427
- - Resolved single Page Document Rendering Issue.
1428
- - Resolved the script error while accessing invalid link annotation destination.
1429
- - The scrolling when the toolbar is clicked is prevented
1430
-
1431
- ## 16.4.48 (2019-01-22)
1432
-
1433
- ### PDF Viewer
1434
-
1435
- #### Bug Fixes
1436
-
1437
- - Resolved PDF Viewer Session Storage Clear Issue.
1438
- - Resolved single Page Document Rendering Issue.
1439
-
1440
- ## 16.4.46 (2019-01-08)
1441
-
1442
- ### PDF Viewer
1443
-
1444
- #### Bug Fixes
1445
-
1446
- - Resolved the script error while accessing invalid link annotation destination.
1447
-
1448
- ## 16.4.44 (2018-12-24)
1449
-
1450
- ### PDF Viewer
1451
-
1452
- #### Bug Fixes
1453
-
1454
- - The scrolling when the toolbar is clicked is prevented
1455
-
1456
- ## 16.4.40-beta (2018-12-10)
1457
-
1458
- ### PDF Viewer
1459
-
1460
- #### Bug Fixes
1461
-
1462
- The PDF Viewer component enables you to view and print the PDF files.
1463
-
1464
- - Both normal and PDF files protected with AES and RC4 encryption can be opened and displayed.
1465
- - Core interactions are included: scrolling, zooming, panning, and page navigation.
1466
- - Built-in toolbar.
1467
- - Text can be selected and copied from PDF files.
1468
- - Text can be easily searched for across the PDF document.
1469
- - Easy navigation with the help of bookmarks, thumbnails, hyperlinks, and a table of contents.
1470
- - Two view modes are included: fit-to-page and fit-to-width.
1471
- - An entire document or a specific page can be printed directly from the browser.