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

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