@syncfusion/ej2-react-pdfviewer 25.2.6 → 26.1.35

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