@syncfusion/ej2-vue-pdfviewer 20.3.60 → 20.4.40

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.
package/CHANGELOG.md CHANGED
@@ -4,6 +4,57 @@
4
4
 
5
5
  ### PDF Viewer
6
6
 
7
+ #### Bug Fixes
8
+
9
+ - `#I420988` - Now, the annotations are not delete while drag, resize or deleting the form fields.
10
+ - `#I422542` - Now, the strike through can now be added to free text annotations programmatically.
11
+ - `#I424231` - Now, the issue with the document's signature disappearing has been fixed.
12
+
13
+ ## 20.4.38 (2022-12-21)
14
+
15
+ ### PDF Viewer
16
+
17
+ #### Bug Fixes
18
+
19
+ - `#F178667` - Now, the zero thickness property is applied to the form fields.
20
+ - `#I421990` - Updating read-only to false for a form field is working properly.
21
+ - `#I420531` - The free text annotations are no longer scaled on double clicks.
22
+ - `#F178453` - Cut, copy, and paste at the form fields are working properly on downloading.
23
+ - `#I419557` - The `IsPrint` property value of the text markup annotation is properly updated.
24
+ - `#I418726` - The draw and image type signatures are now preserved while changing the tabs on mobile devices.
25
+ - `#I420588` - Printing the PDF document that contains signature fields on non-rendered pages won’t throw script errors.
26
+ - `#I420304` - Programmatically updating the read only properties won’t throw script errors.
27
+ - `#I416032` - The radio button now triggers the form field click event.
28
+ - `#I420423` - The background color of the initial indicator settings can be applied programmatically while adding form fields.
29
+ - `#I422736` - Fixed issue with saving the PDF document on form fields export.
30
+ - `#I418731` - Export and import values of form fields with same name have been properly updated.
31
+ - `#I416298` - Focusing the signature and initial fields are proper on different zoom levels.
32
+ - `#I411856` - The issue with programmatically updating the initial indicator properties has been resolved.
33
+ - `#F178660` - Fixed issue with `RenderAnnotationComments` on the .NET 6.0 platform.
34
+ - `#I418199` - Programmatically updating images in the form fields won’t throw script errors.
35
+ - `#I408281` - Switching between the PDF view and the text view won’t throw script errors.
36
+ - `#I413254` - Aspect ratio is maintained for the image type signatures.
37
+ - `#F178250` - Now, the color palette is no longer obscured in the PDF Viewer.
38
+ - `#I178667` - Now, the text box's border color is properly updated and no longer hidden.
39
+ - `#I418214` - Session items of the older documents are cleared now.
40
+ - `#I178018` - Searching for a multiple-sentence phrase no longer causes the PDF Viewer to freeze.
41
+ - `#I421388` - Handwritten signatures will appear properly on loading the document again.
42
+ - `#F178018` - Now, the script issue no longer occurs when doing multiline searches in the Pdf document.
43
+
44
+ #### Features
45
+
46
+ - Form fields values can be exported to FDF and XFDF formats and the same can be imported into the PDF Viewer, programmatically.
47
+ - Digital signatures of the existing PDF documents are now rendered in the PDF Viewer.
48
+ - `#I369895`, `#I403367`, `#I406191` - Now, the text selection `strikethrough` has been improved.
49
+ - `#I419679` - Provided the support to show or hide the `FormDesignerToolbar` after document loading.
50
+ - `#I421694` - Angular applications renders PDF Viewer controls without ID properties by generating the ID internally, if not provided.
51
+ - `#I409823` - Margin can be set to the value was preserved for the free text annotation in the downloaded document.
52
+ - `#I412460` - Provided the support for retrying Ajax requests with a status code collection.
53
+
54
+ ## 20.3.60 (2022-12-06)
55
+
56
+ ### PDF Viewer
57
+
7
58
  #### New Features
8
59
 
9
60
  - `#I369895`,`#I403367`,`#I406191` - Now, improvements in text selection `strikethrough` for specific document.
@@ -81,16 +132,6 @@
81
132
  - `#I412525` - Now we are able to update form field values from code behind if the pages are not rendered.
82
133
  - `#I408588` - Pinch zoom pivot point calculation for touch-based devices has been improved.
83
134
 
84
- - `#I411644` - Now, Signature are added properly in the respective signature fields.
85
- - `#I412264` - Now, Exposed the API for show and hide the digital signature form fields in the PDF Viewer.
86
- - `#I408609` - Now, properties dialog and context menu are open on right click.
87
- - `#I414492`,`#I414536` - Now, the Signature dialogue is vertical.
88
- - `#I406980` - Now, the Values of free text annotation properties are not missing on importing.
89
- - `#I408171` - Now, Annotation added above free text annotation does not hide behind after downloading and flattening.
90
- - `#I413111` - Now the Ink annotation auto-write issue is resolved.
91
- - `#I412525` - Now we are able to update form field values from code behind if the pages are not rendered.
92
- - `#I408588` - Pinch zoom pivot point calculation for touch-based devices has been improved.
93
-
94
135
  ## 20.3.52 (2022-10-26)
95
136
 
96
137
  ### PDF Viewer
@@ -100,9 +141,6 @@
100
141
  - `#I408588` - Mouse wheel zooming has been implemented based on cursor position. On iPad/iOS devices, the zooming issue has been fixed. and enhanced mobile device pinch zooming functionality.
101
142
  - `#I409164` - Now the thickness property for signature and initial fields has been added, so now the signature field and initial field will allow changing their border thickness.
102
143
 
103
- - `#I408588` - Mouse wheel zooming has been implemented based on cursor position. On iPad/iOS devices, the zooming issue has been fixed. and enhanced mobile device pinch zooming functionality.
104
- - `#I409164` - Now, the thickness property for signature and initial fields has been added, so now the signature field and initial field will allow changing their border thickness.
105
-
106
144
  #### Bug Fixes
107
145
 
108
146
  - `#I408281` - Now, The Script error does not occur while changing the PDF view to the text view in the sample.
@@ -135,11 +173,6 @@
135
173
  - `#I409797` - Now, Form fields value are not missing on scrolling the pages using keyboard shortcut.
136
174
  - `#I407919` - Now, Custom data property from free text annotation is updating in the imported annotation.
137
175
 
138
- - `#F177655` - Now we can select the search-highlighted text content.
139
- - `#I408819`,`#I409541`,`#I409234` - Now, ink annotations are rendered properly while loading the document.
140
- - `#I408950` - Now the script error does not occur when ink annotation moves out of the document.
141
- - `#I409797` - Now, Form fields value are not missing on scrolling the pages using keyboard shortcut.
142
-
143
176
  ## 20.3.48 (2022-10-05)
144
177
 
145
178
  ### PDF Viewer
@@ -269,9 +302,6 @@
269
302
  - `#I386832` - Now if the `zoomMode` is set to `FitToWidth`, we can update or get the form field values properly.
270
303
  - `#I391994` - Now, The document download performance is improved if the PDF document contains above 1000 pages.
271
304
 
272
- undefined- `#F176687` - Now, markup text of Free Text annotation is proper for Arabic text.
273
- - `#SF-397495` - Now the signature and Initial field is visible in chrome downloaded in the PDF Viewer.
274
-
275
305
  ## 20.2.44 (2022-08-16)
276
306
 
277
307
  ### PDF Viewer
@@ -283,8 +313,6 @@ undefined- `#F176687` - Now, markup text of Free Text annotation is proper for A
283
313
  - `#F173061` - Now, we can able to zoom to specific annotation if the annotation is not visible in the viewport.
284
314
  - `#I396556` - Now ,import and export for JSON and XFDF is document working properly.
285
315
 
286
- undefined- `#F173061` - Now, we can able to zoom to specific annotation if the annotation is not visible in the viewport.
287
-
288
316
  ## 20.2.43 (2022-08-08)
289
317
 
290
318
  ### PDF Viewer
@@ -332,10 +360,6 @@ undefined- `#F173061` - Now, we can able to zoom to specific annotation if the a
332
360
  - `#I392270` - Now Signature is not drawn few inches away from the cursor on signature dialog.
333
361
  - `#I389178` - If the target position is within the document, a form field will be added. As a result, adding Inaccessible Form fields is prevented.
334
362
 
335
- - `#F176277` - Context menus will now open all the pages that are visible in the viewport.
336
- - `#SF-3813` - The signature is now being downloaded without any pixel issues.
337
- - `#SF-388478`,`#SF-394304`,`#SF-392271` - Now the form fields values are preserved after scrolling the downloaded document.
338
-
339
363
  ## 20.2.40 (2022-07-26)
340
364
 
341
365
  ### PDF Viewer
@@ -351,11 +375,6 @@ undefined- `#F173061` - Now, we can able to zoom to specific annotation if the a
351
375
  - `#I376526` - Now, Mobile device resizing of the Signature Form Field has been improved.
352
376
  - `#I392270` - Now Signature is not drawn few inches away from the cursor on signature dialog.
353
377
 
354
- - `#SF-382568` - Now text boxes with the same name are saved and preserved after downloading and loading the document.
355
- - `SF-387261` - The signature in the signature field is not visible on Adobe Reader's print preview has been resolved.
356
- - `#SF-383430` - Now copy, cut and paste does not generate any duplicates while using key short cut.
357
- - `#SF-392270` - Now Signature is not drawn few inches away from the cursor on signature dialog.
358
-
359
378
  ## 20.2.39 (2022-07-19)
360
379
 
361
380
  ### PDF Viewer
@@ -398,24 +417,6 @@ undefined- `#F173061` - Now, we can able to zoom to specific annotation if the a
398
417
  - `#I378591` - The issue with the comment panel not opening after disabling and enabling again has been fixed.
399
418
  - `#I386545` - Now, the signature field color will appear with opacity while scrolling down long document.
400
419
 
401
- - `#SF-377362` - Annotations are now placed in the correct position in the download PDF document with crop value.
402
- - `#SF-383385` - The delete key can be used to remove annotations added in touch mode.
403
- - `#SF-381030` - Unloading a PDF document from the first PDF Viewer component no longer affects the rendering of the PDF document in the second PDF Viewer component.
404
- - `#SF-385936` - The value of the Add Signature button will not extend outside the button and missing Portuguese tooltips have been translated.
405
- - `#SF-372855`, `#F173951` - An annotation can now be added and resized up to the edge of the PDF document.
406
- - `#SF-380996` - The `TextSearchComplete` event will be triggered when the text is searched in the PDF viewer.
407
- - `#SF-377035`,`#SF-379948` - A tooltip will be displayed in a form field even if the FormDesignerService is not injected.
408
- - `#SF-380472` - Added form fields after pressing escape no longer shades form fields.
409
- - `#SF-384112` - The `formFieldSelect` event will be triggered while selecting the first form field in the document.
410
- - `#SF-386568` - In the Bootstrap5 theme, the search icon will change to a clear icon after a search has been initiated.
411
- - `#SF-382999` - The type signature in the signature fields will be modified based on the height of the Signature field while resizing.
412
- - `#SF-379221` - Now, cache values (PDF_CONTENT) are updated in the `getCache()` method.
413
- - `#SF-385864` - Now, the dropdown values will be changed programmatically in the PDF Viewer.
414
- - `#SF-386545` - Now, the signature field color will appear while scrolling down long document.
415
- - `#SF-272377` - Now, the position and size of the arrow shapes in the shape annotation are same as in the downloaded document.
416
- - `#SF-386545` - Now, the signature field color will appear with opacity while scrolling down long document.
417
- - `#SF-382941`,`#SF-383132` - Now duplicate form fields able to select, move, delete and edit after deleting original form fields.
418
-
419
420
  ## 20.2.36 (2022-06-30)
420
421
 
421
422
  ### PDF Viewer
@@ -441,25 +442,6 @@ undefined- `#F173061` - Now, we can able to zoom to specific annotation if the a
441
442
  - `#I369733` - The free text annotation is no longer rotated when it is added programmatically to rotated documents.
442
443
  - `#I383963` - Issue with cloned form field value is duplicated has been fixed.
443
444
 
444
- - `#I371792` - Pan mode is now activated for all mobile devices by default.
445
- - `#I363298` - The issue when form fields had different names when the form designer module is enabled and disabled has been fixed.
446
- - `#F173953` - The issue with the incorrect sentence search functionality in the PDF Viewer has been resolved.
447
- - `#I368423` - Now, rotation for form elements is considered.
448
- - `#F173751` - Radio buttons that have been dynamically imported can now preserve its checked status.
449
- - `#I376227` - The issue with the PDF Viewer's annotation FillColor not updating correctly has been fixed.
450
- - `#I376346` - This issue with an annotation moving to the top of multiple pages has been resolved.
451
- - `#F173061`- A `zoomToRect()` method is now used to zoom a particular area multiple times with different scroll positions in the viewport.
452
- - `#I377714` - The problem with pinch zooming and form field position has been fixed.
453
- - `#I377638` - The issue with the Read Only radio button value changing when downloading has been fixed.
454
- - `#I378257`- The issue with the checkbox printing multiple times has been resolved.
455
- - `#I378394` - Changes to form field properties that are made using the `formFieldPropertiesChange` event are no longer lost is now working properly.
456
- - `#I379205` - Drawing a freehand signature when switching between tabs in the Add signature dialogue is no longer possible.
457
- - `#I379120` - The pixel quality of the handwritten signature has now improved.
458
- - `#I386899` - Issue with signature rendering is now resolved.
459
- - `#I383513` - When a textbox is marked as required, it no longer has a red border in the document that's been downloaded is now working properly.
460
- - `#I369733`- The free text annotation is no longer rotated when it is added programmatically to rotated documents.
461
- - `#I383963` - Issue with cloned form field value is duplicated has been fixed.
462
-
463
445
  ## 20.1.60 (2022-06-14)
464
446
 
465
447
  ### PDF Viewer
@@ -474,14 +456,6 @@ undefined- `#F173061` - Now, we can able to zoom to specific annotation if the a
474
456
  - `#I379205` - Drawing a freehand signature when switching between tabs in the Add signature dialogue is no longer possible.
475
457
  - `#I379120` - The pixel quality of the handwritten signature has now improved.
476
458
 
477
- - `#SF-378257`- The issue with the checkbox printing multiple times has been resolved.
478
- - `#F173751` - Radio buttons that have been dynamically imported can now preserve its checked status.
479
- - `#F173061`- A `zoomToRect()` method is now used to zoom a particular area multiple times with different scroll positions in the viewport.
480
- - `SF-371792` - Pan mode is now activated for all mobile devices by default.
481
- - `SF-368423` - Now, rotation for form elements is considered.
482
- - `SF-379205` - Drawing a freehand signature when switching between tabs in the Add signature dialogue is no longer possible.
483
- - `SF-379120` - The pixel quality of the handwritten signature has now improved.
484
-
485
459
  ## 20.1.59 (2022-06-07)
486
460
 
487
461
  ### PDF Viewer
@@ -493,11 +467,6 @@ undefined- `#F173061` - Now, we can able to zoom to specific annotation if the a
493
467
  - `#I367416`- The `FindText()` method of PDF Base allows for finding the number.
494
468
  - `#I372876`- The `annotationSelect` and `commentAdd` events are triggered properly for the sticky notes annotation.
495
469
 
496
- - `#F174154`- Now, the signature value for all signature fields in the PDF document will be updated programmatically using the `updateFormFieldsValue()` method.
497
- - `#SF-376222`- Now, Annotation selector binds correctly to annotations when dragging.
498
- - `#SF-367416`- The `FindText()` method of PDF Base allows for finding the number.
499
- - `#SF-372876`- The `annotationSelect` and `commentAdd` events are triggered properly for the sticky notes annotation.
500
-
501
470
  ## 20.1.58 (2022-05-31)
502
471
 
503
472
  ### PDF Viewer
@@ -508,10 +477,6 @@ undefined- `#F173061` - Now, we can able to zoom to specific annotation if the a
508
477
  - `#I367416`- The radio buttons on the iPad are displayed properly after zooming in and out.
509
478
  - `#I374726`- Signatures will appear in the PDF viewer for the provided document.
510
479
 
511
- - `#SF-377034`- Now, the existing form fields value can be retrieved using the `retrieveFormFields()` method.
512
- - `#SF-367416`- The radio buttons on the iPad are displayed properly after zooming in and out.
513
- - `#SF-374726`- Signatures will appear in the PDF viewer for the provided document.
514
-
515
480
  ## 20.1.57 (2022-05-24)
516
481
 
517
482
  ### PDF Viewer
@@ -522,10 +487,6 @@ undefined- `#F173061` - Now, we can able to zoom to specific annotation if the a
522
487
  - `#F174506`- Improved the printing quality of the PDF viewer.
523
488
  - `#I372853`- Now, ink annotation will be added programmatically with path data available in the annotationAdd event.
524
489
 
525
- - `#SF-376240`- Multiple words in the typed handwritten signature and signature fields are preserved correctly in the downloaded document.
526
- - `#F174506`- Improved the printing quality of the PDF viewer.
527
- - `#SF-372853`- Now, ink annotation will be added programmatically with path data available in the annotationAdd event.
528
-
529
490
  ## 20.1.56 (2022-05-17)
530
491
 
531
492
  ### PDF Viewer
@@ -534,8 +495,6 @@ undefined- `#F173061` - Now, we can able to zoom to specific annotation if the a
534
495
 
535
496
  - `#I371824`- The properties of form fields will be updated properly using the `updateFormField` method while scrolling over pages.
536
497
 
537
- - `#SF-371824`- The properties of form fields will be updated properly using the `updateFormField` method while scrolling over pages.
538
-
539
498
  ## 20.1.55 (2022-05-12)
540
499
 
541
500
  ### PDF Viewer
@@ -546,10 +505,6 @@ undefined- `#F173061` - Now, we can able to zoom to specific annotation if the a
546
505
  - `#I362221`, `#I364814`, `#I368380`, `#I363379` - Provided the support for field Id and field Name for the Form Fields events.
547
506
  - `#I353301` - Implemented the `GetPageNumberFromClientPoint`, `ConvertClientPointToPagePoint`, `ConvertPagePointToClientPoint`, `ConvertPagePointToScrollingPoint` and `zoomToRect` methods.
548
507
 
549
- - `#SF-368647`, `#SF-366041`- Exposed a method to focus form fields on a document.
550
- - `#SF-362221`, `#SF-364814`, `#SF-368380`, `#SF-363379`- Provided the support for field Id and field Name for the Form Fields events.
551
- - `#SF-353301`- Implemented the `GetPageNumberFromClientPoint`, `ConvertClientPointToPagePoint`, `ConvertPagePointToClientPoint`, `ConvertPagePointToScrollingPoint` and `zoomToRect` methods.
552
-
553
508
  #### Bug Fixes
554
509
 
555
510
  - `#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.
@@ -574,28 +529,6 @@ undefined- `#F173061` - Now, we can able to zoom to specific annotation if the a
574
529
  - `#I371838` - The Custom stamp annotation will be rendered correctly for the PDF document provided.
575
530
  - `#I365736`, `#I366420` - In mobile devices, the Script error will no longer occur when adding the signature.
576
531
 
577
- - `#SF-372732`- A signature in the signature field will be displayed in the downloaded document when the form field properties have been updated using the `updateFormFields` method.
578
- - `#SF-361979`- Now, signature fields with the same value for the name property will be visible when the document is downloaded and reloaded.
579
- - `#SF-367560`, `#SF-367313`- Improved the pinch-zoom in and out responsiveness in the mobile device.
580
- - `#SF-368770`, `#SF-373344`, `#SF-372215`- Now, the properties of text box fields are changed properly using the `textFieldSettings` property.
581
- - `#SF-369002`- A signature will be downloaded in the correct position for rotated and scanned documents.
582
- - `#SF-369554`- The form fields are now added horizontally to the page, even for rotated documents.
583
- - `#SF-371560`- Form fields in a rotated document will be rendered according to the field rotation.
584
- - `#SF-373137`- The `ArgumentOutOfRangeException` exception will no longer occur when extracting the text for the provided document.
585
- - `#SF-375548`, `#SF-374826`, `#SF-375215`, `#SF-376171`, `#SF-376531`- The `Microsoft.Extensions.Caching.Memory` was changed into a stable version.
586
- - `#SF-364871`- Now, the handwritten signature images and custom stamps will be resized proportionally.
587
- - `#SF-368168`- PDF Viewer toolbar appeared properly from view on zooming in mobile mode.
588
- - `#SF-370140`- The label content of calibrating annotations is correctly updated when their properties are edited programmatically.
589
- - `#SF-370758`- The Script error will no longer be thrown while downloading the document after adding the handwritten type signature on a mobile device.
590
- - `#SF-370904`- The signature collection and some signature properties are properly defined in the `addSignature` event on a mobile device.
591
- - `#SF-377746`- The PDF Viewer download button no longer opens the blob URL in Firefox for downloading the document.
592
- - `#SF-367878`- The Script error will no longer be thrown while clicking the form field for the second time.
593
- - `#SF-373785`- The initial field will no longer be undefined after filling the field.
594
- - `#SF-363381`- The `formFieldPropertiesChange` event triggers on removing the signature from the signature field.
595
- - `#SF-371825`- Now, the form fields will appear while scrolling through the different pages.
596
- - `#SF-371838`- The Custom stamp annotation will be rendered correctly for the PDF document provided.
597
- - `#SF-365736`, `#SF-366420`- In mobile devices, the Script error will no longer occur when adding the signature.
598
-
599
532
  ## 20.1.52 (2022-05-04)
600
533
 
601
534
  ### PDF Viewer
@@ -604,8 +537,6 @@ undefined- `#F173061` - Now, we can able to zoom to specific annotation if the a
604
537
 
605
538
  - `#I361979`- Now, signature fields with the same value for the name property will be visible when the document is downloaded and reloaded.
606
539
 
607
- - `#SF-361979`- Now, signature fields with the same value for the name property will be visible when the document is downloaded and reloaded.
608
-
609
540
  ## 20.1.51 (2022-04-26)
610
541
 
611
542
  ### PDF Viewer
@@ -616,10 +547,6 @@ undefined- `#F173061` - Now, we can able to zoom to specific annotation if the a
616
547
  - `#I369733`- The free text annotation is no longer rotated when it is added programmatically to rotated documents.
617
548
  - `#I371560`- Form fields in a rotated document will be rendered according to the field rotation.
618
549
 
619
- - `#SF-369554`- The form fields are now added horizontally to the page, even for rotated documents.
620
- - `#SF-369733`- The free text annotation is no longer rotated when it is added programmatically to rotated documents.
621
- - `#SF-371560`- Form fields in a rotated document will be rendered according to the field rotation.
622
-
623
550
  ## 20.1.50 (2022-04-19)
624
551
 
625
552
  ### PDF Viewer
@@ -629,9 +556,6 @@ undefined- `#F173061` - Now, we can able to zoom to specific annotation if the a
629
556
  - `#I362221`,`#I364814`,`#I368380`,`#I363379`- Provided the support for field Id and field Name for the Form Fields events.
630
557
  - `#I353301`- Implemented the `zoomTo` method.
631
558
 
632
- - `#SF-362221`,`#SF-364814`,`#SF-368380`,`#SF-363379`- Provided the support for field Id and field Name for the Form Fields events.
633
- - `#SF-353301`- Implemented the `zoomTo` method.
634
-
635
559
  #### Bug Fixes
636
560
 
637
561
  - `#I366955`- Now, the page can be scrolled in mobile mode when it is in fitToPage mode.
@@ -643,15 +567,6 @@ undefined- `#F173061` - Now, we can able to zoom to specific annotation if the a
643
567
  - `#I370904`- The signature collection and some signature properties are properly defined in the `addSignature` event on mobile device.
644
568
  - `#I373344`,`#I372215`- The Script error will no longer be thrown while adding PDF Viewer to the Angular application.
645
569
 
646
- - `#SF-366955`- Now, the page can be scrolled in mobile mode when it is in fitToPage mode.
647
- - `#SF-368168`- PDF Viewer toolbar appeared properly from view on zooming in mobile mode.
648
- - `#SF-367878`- The Script error will no longer be thrown while clicking the form field for the second time.
649
- - `#SF-368770`,`#SF-373344`,`#SF-372215`- Now, the properties of text box fields are changed properly using the `textFieldSettings` property.
650
- - `#SF-370140`- The label content of calibrate annotations is correctly updated when their properties are edited programmatically.
651
- - `#SF-370758`- The Script error will no longer be thrown while downloading the document after adding the handwritten type signature in mobile device.
652
- - `#SF-370904`- The signature collection and some signature properties are properly defined in the `addSignature` event on mobile device.
653
- - `#SF-373344`,`#SF-372215`- The Script error will no longer be thrown while adding PDF Viewer to the Angular application.
654
-
655
570
  ## 20.1.47 (2022-04-04)
656
571
 
657
572
  ### PDF Viewer
@@ -660,16 +575,11 @@ undefined- `#F173061` - Now, we can able to zoom to specific annotation if the a
660
575
 
661
576
  - `#I368647`, `#I366041`- Exposed a method to focus form fields in a document.
662
577
 
663
- - `#SF-368647`, `#SF-366041`- Exposed a method to focus form fields in a document.
664
-
665
578
  #### Bug Fixes
666
579
 
667
580
  - `#I366679`- Selection is working properly for the overlapped stamp annotations.
668
581
  - `#I364656`- Now, the signature fields are read-only when the annotation and form designer modules are disabled.
669
582
 
670
- - `#SF-366679`- Selection is working properly for the overlapped stamp annotations.
671
- - `#SF-364656`- Now, the signature fields are read-only when the annotation and form designer modules are disabled.
672
-
673
583
  ## 19.4.55 (2022-03-08)
674
584
 
675
585
  ### PDF Viewer
@@ -679,9 +589,6 @@ undefined- `#F173061` - Now, we can able to zoom to specific annotation if the a
679
589
  - `#I365496`- In editable mode, the free text annotation remains in the same position during zooming.
680
590
  - `#I366345`- In mobile devices, context menus will not appear when moving annotations.
681
591
 
682
- - `#SF-365496`- In editable mode, the free text annotation remains in the same position during zooming.
683
- - `#SF-366345`- In mobile devices, context menus will not appear when moving annotations.
684
-
685
592
  ## 19.4.54 (2022-03-01)
686
593
 
687
594
  ### PDF Viewer
@@ -697,15 +604,6 @@ undefined- `#F173061` - Now, we can able to zoom to specific annotation if the a
697
604
  - `#I363381`- The `formFieldPropertiesChange` event triggers on removing the signature from the signature field.
698
605
  - `#I362811`, `#I364480`- The existing from field collections are now updated properly when loading the document.
699
606
 
700
- - `#SF-362858`- The existing form fields are now cleared completely from the collections when loading another document.
701
- - `#F172325`- The Script error will no longer be thrown while scrolling the landscape PDF documents before loading.
702
- - `#SF-364909`- The Ink annotation curve is now smooth on mobile devices at higher zoom factors.
703
- - `#SF-364296`- The free text annotation is now not visible in the print preview when the `isPrint` property is set to false.
704
- - `#SF-364510`, `#SF-363938`- The signature is now drawn correctly in the signature field on switching the tabs.
705
- - `#SF-364296`- The PDF document is now downloaded properly when the form field background color is transparent.
706
- - `#SF-363381`- The `formFieldPropertiesChange` event triggers on removing the signature from the signature field.
707
- - `#SF-362811`, `#SF-364480`- The existing from field collections are now updated properly when loading the document.
708
-
709
607
  ## 19.4.53 (2022-02-22)
710
608
 
711
609
  ### PDF Viewer
@@ -721,15 +619,6 @@ undefined- `#F173061` - Now, we can able to zoom to specific annotation if the a
721
619
  - `#I363936` - Now, the signature panel will not be opened on right-click of signature fields.
722
620
  - `#F168155` - The downloaded document displays Czech characters.
723
621
 
724
- - `#SF-362122` - Now, the shape annotation bounds are updated properly in the `annotationResize` event.
725
- - `#SF-361850` - Now, the annotation toolbar icons are aligned correctly after resizing.
726
- - `#SF-363301` - The script error is no longer thrown while hovering the toolbar icons without using the `showTooltip` property.
727
- - `#SF-362647` - Now, the signature, and initial fields are unable to edit in the read-only mode.
728
- - `#SF-361801` - Script error is no longer thrown while destroying the viewer control in the IE browser.
729
- - `#SF-363899` - Now, the `annotationUnSelect` event triggers for custom stamp annotations.
730
- - `#SF-363936` - Now, the signature panel will not be opened on right-click of signature fields.
731
- - `#F168155` - The downloaded document displays Czech characters.
732
-
733
622
  ## 19.4.52 (2022-02-15)
734
623
 
735
624
  ### PDF Viewer
@@ -744,14 +633,6 @@ undefined- `#F173061` - Now, we can able to zoom to specific annotation if the a
744
633
  - `#I362874`- The form field names are now added properly to the form fields.
745
634
  - `#I365411`, `#I360719`- The annotations are now properly added to the pages when enableDesktopMode is true on mobile devices.
746
635
 
747
- - `#SF-361967`- Copy and paste is now working properly for the signature field when it is added at the bottom of the page.
748
- - `#SF- 361906`- The text position for the provided PDF document is now correct.
749
- - `#SF-361379`- While importing the annotations, the FontColor and FillColor properties are now updated properly.
750
- - `#SF-360076`- In the signature field, the drawn signature is not stretched now.
751
- - `#SF-364148`, `#F172304`- The Script error will no longer be thrown in the mobile view while destroying the PDF Viewer.
752
- - `#SF-362874`- The form field names are now added properly to the form fields.
753
- - `#SF-365411`, `#SF-360719`- The annotations are now properly added to the pages when enableDesktopMode is true on mobile devices.
754
-
755
636
  ## 19.4.50 (2022-02-08)
756
637
 
757
638
  ### PDF Viewer
@@ -772,20 +653,6 @@ undefined- `#F173061` - Now, we can able to zoom to specific annotation if the a
772
653
  - `#I363055`- Now, the free text becomes edited properly while clicking the selector.
773
654
  - `#I363411`- Now, the free text position on a downloaded document is accurate on the Chrome browser.
774
655
 
775
- - `#SF-360337`- Exception is thrown while downloading the empty list box field is now resolved.
776
- - `#SF-360635`,`#SF-361422`,`#SF-361359`- Now, the form field is hidden properly when setting the visible property to hidden.
777
- - `#SF-358375`- Now, the PDF document loaded properly in the PDF Viewer when you set the size limit for the memory cache.
778
- - `#SF-359388`- Now, the form fields position is correct for a rotated PDF document.
779
- - `#SF-354638`- Now, the free text annotation is not hidden when clicking outside of the free text annotation.
780
- - `#SF-360405`- Now, the Free text annotations and ink annotations are rendered properly in the lower zoom factors.
781
- - `#F171647`- Now, the annotationAdd event is triggered after adding the sticky notes annotation in the annotation collection.
782
- - `#SF-361639`- The Script error will no longer be thrown when loading the form-fields document without injecting the form field module.
783
- - `#SF-362311`- Now, the Move cursor is not showing above the custom stamp while the custom stamp annotation is selected.
784
- - `#SF-359233`- The hidden issue of free text characters is now resolved.
785
- - `#SF-363626`- The Script error will no longer be thrown while loading a PDF document when the enableHyperlink is set to false.
786
- - `#SF-363055`- Now, the free text becomes edited properly while clicking the selector.
787
- - `#SF-363411`- Now, the free text position on a downloaded document is accurate on the Chrome browser.
788
-
789
656
  ## 19.4.43 (2022-01-18)
790
657
 
791
658
  ### PDF Viewer
@@ -799,13 +666,6 @@ undefined- `#F173061` - Now, we can able to zoom to specific annotation if the a
799
666
  `#I358584`- Stamps are saved properly in the rotated PDF document.
800
667
 
801
668
 
802
- `#SF-359772`,`#SF-359880`- Now, the form fields are editable on the mobile device.
803
- `#SF-359042`- Free text annotations are downloaded properly without hiding any last character.
804
- `#SF-358308`- Spinners are hidden properly while removing the display as none for the spinner.
805
- `#SF-360035`- The Script error will no longer be thrown while using the editAnnotation method in mobile mode.
806
- `#SF-358584`- Stamps are saved properly in the rotated PDF document.
807
-
808
-
809
669
  ## 19.4.42 (2022-01-11)
810
670
 
811
671
  ### PDF Viewer
@@ -817,11 +677,6 @@ undefined- `#F173061` - Now, we can able to zoom to specific annotation if the a
817
677
  - `#I357655`- The PDF pages are now exported to image in a multi-threaded environment.
818
678
  - `#I357060`- Now, the typed handwritten signature content does not exceed the text area.
819
679
 
820
- - `#SF-358006`- Overlapped stamp annotations are now placed at the exact position in the saved PDF document.
821
- - `#SF-357273`- Exception thrown while loading the provided PDF document due to an invalid key, is now resolved.
822
- - `#SF-357655`- The PDF pages are now exported to image in a multi-threaded environment.
823
- - `#SF-357060`- Now, the typed handwritten signature content does not exceed the text area.
824
-
825
680
  ## 19.4.41 (2022-01-04)
826
681
 
827
682
  ### PDF Viewer
@@ -831,9 +686,6 @@ undefined- `#F173061` - Now, we can able to zoom to specific annotation if the a
831
686
  - `#I357108` - Now, the annotations are displayed properly for the rotated documents.
832
687
  - `#I357489` - Now, the unnecessary thumbnail requests are restricted.
833
688
 
834
- - `#SF-357108` - Now, the annotations are displayed properly for the rotated documents.
835
- - `#SF-357489` - Now, the unnecessary thumbnail requests are restricted.
836
-
837
689
  ## 19.4.40 (2021-12-28)
838
690
 
839
691
  ### PDF Viewer
@@ -842,8 +694,6 @@ undefined- `#F173061` - Now, we can able to zoom to specific annotation if the a
842
694
 
843
695
  - `#I299110`, `#I348963` - Now, the font size is updated properly while export and import shape annotations.
844
696
 
845
- - `#299110`, `#348963` - Now, the font size is updated properly while export and import shape annotations.
846
-
847
697
  ## 19.4.38 (2021-12-17)
848
698
 
849
699
  ### PDF Viewer
@@ -852,14 +702,10 @@ undefined- `#F173061` - Now, we can able to zoom to specific annotation if the a
852
702
 
853
703
  - `#I354638` - Provided auto fit support to the free text annotations.
854
704
 
855
- - `#354638` - Provided auto fit support to the free text annotations.
856
-
857
705
  #### Bug Fixes
858
706
 
859
707
  - `#I346343`- Now, the text wraps based on the word length regardless of character length in free-text annotation.
860
708
 
861
- - `346343`- Now, the text wraps based on the word length regardless of character length in free-text annotation.
862
-
863
709
  ## 19.3.56 (2021-12-02)
864
710
 
865
711
  ### PDF Viewer
@@ -868,8 +714,6 @@ undefined- `#F173061` - Now, we can able to zoom to specific annotation if the a
868
714
 
869
715
  - `#I336589`, `#I339329`, `#I346113` - Provided annotation toolbar settings support in mobile view.
870
716
 
871
- - `#336589`, `#339329`, `#346113` - Provided annotation toolbar settings support in mobile view.
872
-
873
717
  #### Bug Fixes
874
718
 
875
719
  - `#I347402`, `#I347555`- Now, the signature dialog is opened correctly on clicking the signature field in Firefox and Safari browser.
@@ -881,15 +725,6 @@ undefined- `#F173061` - Now, we can able to zoom to specific annotation if the a
881
725
  - `#I345130`- Now, the exact shape of the image is maintained when added to the signature field.
882
726
  - `#I347558`- Now, the custom stamp position is added properly in mobile view.
883
727
 
884
- - `#347402`, `#347555`- Now, the signature dialog is opened correctly on clicking the signature field in Firefox and Safari browser.
885
- - `#344549`- The ink annotations are preserved correctly in the Adobe.
886
- - `#346607`- Now, the signature dialog width is proper on resizing the browser window.
887
- - `#345897`- The ink annotations are now drawn over the free-text annotations when the 'allowEditTextOnly' property is enabled.
888
- - `#347427`- The form designer tooltip is now hidden when the 'showToolTip' property is set to FALSE.
889
- - `#348023`- The 'isReadOnly' property is now updated correctly once we set the value to TRUE.
890
- - `#345130`- Now, the exact shape of the image is maintained when added to the signature field.
891
- - `#347558`- Now, the custom stamp position is added properly in mobile view.
892
-
893
728
  ## 19.3.54 (2021-11-17)
894
729
 
895
730
  ### PDF Viewer
@@ -898,8 +733,6 @@ undefined- `#F173061` - Now, we can able to zoom to specific annotation if the a
898
733
 
899
734
  - `#I346152`- The script error will not be thrown for the document which contains link annotation.
900
735
 
901
- undefined- `#346152`- The script error will not be thrown for the document which contains link annotation.
902
-
903
736
  ## 19.3.48 (2021-11-02)
904
737
 
905
738
  ### PDF Viewer
@@ -911,11 +744,6 @@ undefined- `#346152`- The script error will not be thrown for the document which
911
744
  - `#I344897`, `#I345574` - Now, the indicator text and required properties for signature fields settings are working properly.
912
745
  - `#I344082`- Now, signature text annotation is rendered properly on loading the document.
913
746
 
914
- - `#344888`, `#F169870` - Now, signature dialog settings is working properly for the handwritten signature dialog.
915
- - `#346090`- Now, the primary toolbar should not hide if form designer toolbar is visible.
916
- - `#344897`, `#345574` - Now, the indicator text and required properties for signature fields settings are working properly.
917
- - `#344082`- Now, signature text annotation is rendered properly on loading the document.
918
-
919
747
  ## 19.3.47 (2021-10-26)
920
748
 
921
749
  ### PDF Viewer
@@ -924,8 +752,6 @@ undefined- `#346152`- The script error will not be thrown for the document which
924
752
 
925
753
  - `#I344034` - The Script error will no longer be thrown if we select text markup annotation when text selection is disabled.
926
754
 
927
- - `#344034` - The Script error will no longer be thrown if we select text markup annotation when text selection is disabled.
928
-
929
755
  ## 19.3.46 (2021-10-19)
930
756
 
931
757
  ### PDF Viewer
@@ -934,8 +760,6 @@ undefined- `#346152`- The script error will not be thrown for the document which
934
760
 
935
761
  - `#I339329`, `#I341199` - Now, the default context menu of browser will no longer be shown on selecting the text in mobile view.
936
762
 
937
- - `#339329`, `#341199` - Now, the default context menu of browser will no longer be shown on selecting the text in mobile view.
938
-
939
763
  ## 19.3.45 (2021-10-12)
940
764
 
941
765
  ### PDF Viewer
@@ -946,10 +770,6 @@ undefined- `#346152`- The script error will not be thrown for the document which
946
770
  - `#I342951` - Now, the Bookmark navigation is working properly in mobile mode.
947
771
  - `#I343011` - Now, the download action is working properly after adding the text markup annotation.
948
772
 
949
- - `#F169102` - Now, the download action is working properly after importing the provided customer document.
950
- - `#342951` - Now, the Bookmark navigation is working properly in mobile mode.
951
- - `#343011` - Now, the download action is working properly after adding the text markup annotation.
952
-
953
773
  ## 19.3.44 (2021-10-05)
954
774
 
955
775
  ### PDF Viewer
@@ -960,10 +780,6 @@ undefined- `#346152`- The script error will not be thrown for the document which
960
780
  - `#I341677` - Now, the opacity is applied properly for the custom stamps.
961
781
  - `#I341074` - Now, the search icon is visible to close the search dialog.
962
782
 
963
- - `#297147`, `#339056` - Now, the free text annotations with 90 and 270 rotated angle are rotated properly.
964
- - `#341677` - Now, the opacity is applied properly for the custom stamps.
965
- - `#341074` - Now, the search icon is visible to close the search dialog.
966
-
967
783
  ## 19.1.67 (2021-06-08)
968
784
 
969
785
  ### PDF Viewer
@@ -973,9 +789,6 @@ undefined- `#346152`- The script error will not be thrown for the document which
973
789
  - `#I328989` - Now, the clear and create button in the signature panel is enabled only on drawing the signature.
974
790
  - `#I328499` - Now, the stamp annotations are downloaded correctly in the PDF document.
975
791
 
976
- - `#328989` - Now, the clear and create button in the signature panel is enabled only on drawing the signature.
977
- - `#328499` - Now, the stamp annotations are downloaded correctly in the PDF document.
978
-
979
792
  ## 19.1.66 (2021-06-01)
980
793
 
981
794
  ### PDF Viewer
@@ -984,8 +797,6 @@ undefined- `#346152`- The script error will not be thrown for the document which
984
797
 
985
798
  - `#I328030` - The dynamic stamp annotation size is maintained properly while importing and exporting the stamp annotation in XFDF format.
986
799
 
987
- - `#328030` - The dynamic stamp annotation size is maintained properly while importing and exporting the stamp annotation in XFDF format.
988
-
989
800
  ## 19.1.65 (2021-05-25)
990
801
 
991
802
  ### PDF Viewer
@@ -994,8 +805,6 @@ undefined- `#346152`- The script error will not be thrown for the document which
994
805
 
995
806
  - `#I326021` - hyperlinkClick event must be handled to cancel the navigation or change the URL.
996
807
 
997
- - `#326021` - hyperlinkClick event must be handled to cancel the navigation or change the URL.
998
-
999
808
  ## 19.1.64 (2021-05-19)
1000
809
 
1001
810
  ### PDF Viewer
@@ -1007,11 +816,6 @@ undefined- `#346152`- The script error will not be thrown for the document which
1007
816
  - `#I326054` - The Script error will no longer be thrown while clicking the provided document hyperlink content.
1008
817
  - `#I324660` - Now, the distance annotation can be added after deleting the incompletely drawn distance annotation.
1009
818
 
1010
- - `#325096` - The Script error will no longer be thrown if we add form fields value by code behind.
1011
- - `#326083` - Now, the signature is appeared inside of the Signature Field in the PDF Viewer.
1012
- - `#326054` - The Script error will no longer be thrown while clicking the provided document hyperlink content.
1013
- - `#324660` - Now, the distance annotation can be added after deleting the incompletely drawn distance annotation.
1014
-
1015
819
  ## 19.1.59 (2021-05-04)
1016
820
 
1017
821
  ### PDF Viewer
@@ -1020,8 +824,6 @@ undefined- `#346152`- The script error will not be thrown for the document which
1020
824
 
1021
825
  - `#I322039` - The Arrow icon is shown properly in the custom stamp dropdown.
1022
826
 
1023
- - `#322039` - The Arrow icon is shown properly in the custom stamp dropdown.
1024
-
1025
827
  ## 19.1.58 (2021-04-27)
1026
828
 
1027
829
  ### PDF Viewer
@@ -1030,8 +832,6 @@ undefined- `#346152`- The script error will not be thrown for the document which
1030
832
 
1031
833
  - `#I322799` - The imported stamp annotation position is updated correctly in the MVC platform.
1032
834
 
1033
- - `#322799` - The imported stamp annotation position is updated correctly in the MVC platform.
1034
-
1035
835
  ## 19.1.57 (2021-04-20)
1036
836
 
1037
837
  ### PDF Viewer
@@ -1040,8 +840,6 @@ undefined- `#346152`- The script error will not be thrown for the document which
1040
840
 
1041
841
  - `#I317344` - The Script error will no longer be thrown if we add the custom stamp image more than 4MB size.
1042
842
 
1043
- - `#317344` - The Script error will no longer be thrown if we add the custom stamp image more than 4MB size.
1044
-
1045
843
  ## 19.1.56 (2021-04-13)
1046
844
 
1047
845
  ### PDF Viewer
@@ -1050,8 +848,6 @@ undefined- `#346152`- The script error will not be thrown for the document which
1050
848
 
1051
849
  - `#I315264` - Now, the User names in comments are working properly.
1052
850
 
1053
- - `#315264` - Now, the User names in comments are working properly.
1054
-
1055
851
  ## 19.1.54 (2021-03-30)
1056
852
 
1057
853
  ### PDF Viewer
@@ -1060,8 +856,6 @@ undefined- `#346152`- The script error will not be thrown for the document which
1060
856
 
1061
857
  - `#F158073`, `#I291648` - Exposed the annotation UnSelect event in PDF Viewer.
1062
858
 
1063
- - `#F158073`, `#291648` - Exposed the annotation UnSelect event in PDF Viewer.
1064
-
1065
859
  ## 18.2.56 (2020-09-01)
1066
860
 
1067
861
  ### PDF Viewer
@@ -1070,14 +864,10 @@ undefined- `#346152`- The script error will not be thrown for the document which
1070
864
 
1071
865
  - `#I289233` - Provided the support to add expiration timing for cache.
1072
866
 
1073
- - `#289233` - Provided the support to add expiration timing for cache.
1074
-
1075
867
  #### Bug Fixes
1076
868
 
1077
869
  - `#I289417` - Now, the annotation toolbar position is maintained correctly.
1078
870
 
1079
- - `#289417` - Now, the annotation toolbar position is maintained correctly.
1080
-
1081
871
  ## 18.2.47 (2020-07-28)
1082
872
 
1083
873
  ### PDF Viewer
@@ -1086,16 +876,11 @@ undefined- `#346152`- The script error will not be thrown for the document which
1086
876
 
1087
877
  - `#I267670` - Exposed the toolbar option to retrieve the form field data in JSON format.
1088
878
 
1089
- - `#267670` - Exposed the toolbar option to retrieve the form field data in JSON format.
1090
-
1091
879
  #### Bug Fixes
1092
880
 
1093
881
  - `#I282486` - Now, undo and redo is working properly for the freetext annotations.
1094
882
  - `#F155593`- Exception will no longer be thrown while exporting the formfields.
1095
883
 
1096
- - `#282486` - Now, undo and redo is working properly for the freetext annotations.
1097
- - `#F155593`- Exception will no longer be thrown while exporting the formfields.
1098
-
1099
884
  ## 18.2.46 (2020-07-21)
1100
885
 
1101
886
  ### PDF Viewer
@@ -1104,8 +889,6 @@ undefined- `#346152`- The script error will not be thrown for the document which
1104
889
 
1105
890
  - `#I282530` - The Script error will no longer be thrown if we select the handwritten signature in mobile devices.
1106
891
 
1107
- - `#282530` - The Script error will no longer be thrown if we select the handwritten signature in mobile devices.
1108
-
1109
892
  ## 18.2.45 (2020-07-14)
1110
893
 
1111
894
  ### PDF Viewer
@@ -1114,14 +897,10 @@ undefined- `#346152`- The script error will not be thrown for the document which
1114
897
 
1115
898
  - `#I281898` - Provided the support to add comments programmatically for the newly added annotations.
1116
899
 
1117
- - `#281898` - Provided the support to add comments programmatically for the newly added annotations.
1118
-
1119
900
  #### Bug Fixes
1120
901
 
1121
902
  - `#F155593`, `#I283379` - Now, PDF Viewer control is working in IE.
1122
903
 
1123
- - `#F155593`, `#283379` - Now, PDF Viewer control is working in IE.
1124
-
1125
904
  ## 18.2.44 (2020-07-07)
1126
905
 
1127
906
  ### PDF Viewer
@@ -1130,8 +909,6 @@ undefined- `#346152`- The script error will not be thrown for the document which
1130
909
 
1131
910
  - `#I273237` - Now, Annotation comments are locked properly when locked the annotations.
1132
911
 
1133
- - `#273237` - Now, Annotation comments are locked properly when locked the annotations.
1134
-
1135
912
  ## 18.1.55 (2020-06-02)
1136
913
 
1137
914
  ### PDF Viewer
@@ -1143,11 +920,6 @@ undefined- `#346152`- The script error will not be thrown for the document which
1143
920
  - `#I273237` - Provided the Support to lock the text markup annotations.
1144
921
  - `#I277143` - Provided the support for ink annotation.
1145
922
 
1146
- - `#F154248` - Provided the Support to show/hide the annotation toolbar in code behind.
1147
- - `#F153946` - Provided the Options to disable AutoComplete options in form filling documents.
1148
- - `#273237` - Provided the Support to lock the text markup annotations.
1149
- - `#277143` - Provided the support for ink annotation.
1150
-
1151
923
  ## 18.1.54 (2020-05-26)
1152
924
 
1153
925
  ### PDF Viewer
@@ -1156,8 +928,6 @@ undefined- `#346152`- The script error will not be thrown for the document which
1156
928
 
1157
929
  - `#I254075` , `#I266559` - Provided the support to render the hyperlinks which are preserved as plain text
1158
930
 
1159
- - `#254075` , `#266559` - Provided the support to render the hyperlinks which are preserved as plain text
1160
-
1161
931
  #### Bug Fixes
1162
932
 
1163
933
  - `#I274036` - Now, the page does not gets refreshed on clicking the import annotation button
@@ -1168,14 +938,6 @@ undefined- `#346152`- The script error will not be thrown for the document which
1168
938
  - `#I274694` -Text highlight is working properly.
1169
939
  - `#I276547` -Text selection is working properly for lower zoom factor.
1170
940
 
1171
- - `#274036` - Now, the page does not gets refreshed on clicking the import annotation button
1172
- - `#267062` - Size of the Stamp is rendered correctly after saving and loading the file in PDF Viewer.
1173
- - `#268505` - Download is working correctly For French Culture Environment.
1174
- - `#F153465` - Digital Signature in the exported image is preserved correctly.
1175
- - `#F153465` - Style of the form fields are preserved properly in PDF Viewer.
1176
- - `#274694` -Text highlight is working properly.
1177
- - `#276547` -Text selection is working properly for lower zoom factor.
1178
-
1179
941
  ## 18.1.48 (2020-05-05)
1180
942
 
1181
943
  ### PDF Viewer
@@ -1184,8 +946,6 @@ undefined- `#346152`- The script error will not be thrown for the document which
1184
946
 
1185
947
  - `#I272985` - Provided the support to edit the annotation properties without selecting the annotation.
1186
948
 
1187
- - `#272985` - Provided the support to edit the annotation properties without selecting the annotation.
1188
-
1189
949
  ## 18.1.45 (2020-04-21)
1190
950
 
1191
951
  ### PDF Viewer
@@ -1196,18 +956,11 @@ undefined- `#346152`- The script error will not be thrown for the document which
1196
956
  - `#I268736` - Exposed the text search events in PDF Viewer.
1197
957
  - `#I258786` - Exposed the signature Select event in PDF Viewer.
1198
958
 
1199
- - `#267283` - Provided the support to identify the imported annotation and drawn annotation
1200
- - `#268736` - Exposed the text search events in PDF Viewer.
1201
- - `#258786` - Exposed the signature Select event in PDF Viewer.
1202
-
1203
959
  #### Bug Fixes
1204
960
 
1205
961
  - `#I272053` - The annotation bounds value is now preserved properly in annotation events.
1206
962
  - `#I269001` - Improved the page rendering behaviour in PDF Viewer.
1207
963
 
1208
- - `#272053` - The annotation bounds value is now preserved properly in annotation events.
1209
- - `#269001` - Improved the page rendering behaviour in PDF Viewer.
1210
-
1211
964
  ## 18.1.44 (2020-04-14)
1212
965
 
1213
966
  ### PDF Viewer
@@ -1217,17 +970,11 @@ undefined- `#346152`- The script error will not be thrown for the document which
1217
970
  - `#I263306` - Provided the support for Meter Calibration ratio in PDF Viewer.
1218
971
  - `#I271053` - Provided the support to enable and disable the multiline annotations in overlapping collections.
1219
972
 
1220
- - `#263306` - Provided the support for Meter Calibration ratio in PDF Viewer.
1221
- - `#271053` - Provided the support to enable and disable the multiline annotations in overlapping collections.
1222
-
1223
973
  #### Bug Fixes
1224
974
 
1225
975
  - `#I271180` - Free Text Annotation and annotation label text position updated properly in downloaded rotational documents.
1226
976
  - `#F153036` - Now, Annotation toolbar separator shown properly when hiding some annotation toolbar items.
1227
977
 
1228
- - `#271180` - Free Text Annotation and annotation label text position updated properly in downloaded rotational documents.
1229
- - `#F153036` - Now, Annotation toolbar separator shown properly when hiding some annotation toolbar items.
1230
-
1231
978
  ## 18.1.43 (2020-04-07)
1232
979
 
1233
980
  ### PDF Viewer
@@ -1239,19 +986,11 @@ undefined- `#346152`- The script error will not be thrown for the document which
1239
986
  - `#I268276` - Provided the support to customize the annotation resize cursor type in PDF Viewer.
1240
987
  - `#I268715` - Exposed the 'Not Approved' stamp annotation under dynamic stamp type.
1241
988
 
1242
- - `#267524` - Provided the support for feet inch Calibration ratio in PDF Viewer.
1243
- - `#269003` - Exposed the non filled form fields value in the fireValidatedFailed event arguments.
1244
- - `#268276` - Provided the support to customize the annotation resize cursor type in PDF Viewer.
1245
- - `#268715` - Exposed the 'Not Approved' stamp annotation under dynamic stamp type.
1246
-
1247
989
  #### Bug Fixes
1248
990
 
1249
991
  - `#I271163` - Errors will no longer occur when the print module in disabled state.
1250
992
  - `#I268829` - Now, the deleted annotations are removed properly from the PDF document.
1251
993
 
1252
- - `#271163` - Errors will no longer occur when the print module in disabled state.
1253
- - `#268829` - Now, the deleted annotations are removed properly from the PDF document.
1254
-
1255
994
  ## 18.1.42 (2020-04-01)
1256
995
 
1257
996
  ### PDF Viewer
@@ -1263,11 +1002,6 @@ undefined- `#346152`- The script error will not be thrown for the document which
1263
1002
  - `#I263297`, `#I268677` - Provided the options to enable and disable the tile rendering mode.
1264
1003
  - `#I263473` - Provided the isLock options to individual annotation object level.
1265
1004
 
1266
- - `#268975` - Exposed the event for notifying page mouse over action.
1267
- - `#264529` - Exposed the volume calibrate annotation depth value in annotationSelect event arguments and provide options to edit the depth value.
1268
- - `#263297`, `#268677` - Provided the options to enable and disable the tile rendering mode.
1269
- - `#263473` - Provided the isLock options to individual annotation object level.
1270
-
1271
1005
  #### Bug Fixes
1272
1006
 
1273
1007
  - `#I269004` – The typo errors in PDF Viewer JSON objects has been resolved.
@@ -1275,11 +1009,6 @@ undefined- `#346152`- The script error will not be thrown for the document which
1275
1009
  - `#I268505` - Download is now working properly for different culture settings.
1276
1010
  - `#I268109` - The updated label content is now preserved properly in the exported annotation data.
1277
1011
 
1278
- - `#269004` – The typo errors in PDF Viewer JSON objects has been resolved.
1279
- - `#266218`, `#266559` - The import/export form fields are now working properly for the form fields data contains special characters.
1280
- - `#268505` - Download is now working properly for different culture settings.
1281
- - `#268109` - The updated label content is now preserved properly in the exported annotation data.
1282
-
1283
1012
  ## 18.1.36-beta (2020-03-19)
1284
1013
 
1285
1014
  ### PDF Viewer
@@ -1297,27 +1026,12 @@ undefined- `#346152`- The script error will not be thrown for the document which
1297
1026
  - `#I261269` - Provided the support to allow credential for XMLHttpRequest in PDF Viewer.
1298
1027
  - `#I262787` - Exposed the event to notify the getPDFDocumentTexts method completed for all the pages.
1299
1028
 
1300
- - `#235592` - Provided the support for setting the lower zoomfactor value to the PDF Viewer control.
1301
- - `#259521` - Provided the support for importing the form fields data from JSON object.
1302
- - `#261558` - Provided the support for customizing the distance measurement annotation leader length property.
1303
- - `#256687` - Provided the support for setting the custom data for annotation objects.
1304
- - `#252340` - Provided the support for setting the minimum or maximum size and isLock properties at individual annotation level.
1305
- - `#262008` - Exposed the event for notifying annotation mouse over action.
1306
- - `#F149148` - Provided the binding support for the enableFormFields property.
1307
- - `#258769` - Provided the option to suppress the error dialog in PDF Viewer.
1308
- - `#261269` - Provided the support to allow credential for XMLHttpRequest in PDF Viewer.
1309
- - `#262787` - Exposed the event to notify the getPDFDocumentTexts method completed for all the pages.
1310
-
1311
1029
  #### Bug Fixes
1312
1030
 
1313
1031
  - `#I262525` – The render PDF pages method triggers properly for the provided PDF document.
1314
1032
  - `#I262692` - The text markup resizer position is now updated properly for the provided document.
1315
1033
  - `#I262692` - The text content bounds are now rendered properly for the provided document.
1316
1034
 
1317
- - `#262525` – The render PDF pages method triggers properly for the provided PDF document.
1318
- - `#262692` - The text markup resizer position is now updated properly for the provided document.
1319
- - `#262692` - The text content bounds are now rendered properly for the provided document.
1320
-
1321
1035
  ## 17.4.50 (2020-02-18)
1322
1036
 
1323
1037
  ### PDF Viewer
@@ -1326,8 +1040,6 @@ undefined- `#346152`- The script error will not be thrown for the document which
1326
1040
 
1327
1041
  - `#I262787` - Exposed the event to notify the getPDFDocumentTexts method completed for all the pages.
1328
1042
 
1329
- - `#262787` - Exposed the event to notify the getPDFDocumentTexts method completed for all the pages.
1330
-
1331
1043
  ## 17.4.49 (2020-02-11)
1332
1044
 
1333
1045
  ### PDF Viewer
@@ -1337,9 +1049,6 @@ undefined- `#346152`- The script error will not be thrown for the document which
1337
1049
  - `#I258769` - Provided the option to suppress the error dialog in PDF Viewer.
1338
1050
  - `#I261269` - Provided the support to allow credential for XMLHttpRequest in PDF Viewer.
1339
1051
 
1340
- - `258769` - Provided the option to suppress the error dialog in PDF Viewer.
1341
- - `261269` - Provided the support to allow credential for XMLHttpRequest in PDF Viewer.
1342
-
1343
1052
  ## 17.4.46 (2020-01-30)
1344
1053
 
1345
1054
  ### PDF Viewer
@@ -1352,12 +1061,6 @@ undefined- `#346152`- The script error will not be thrown for the document which
1352
1061
  - `#I259615` - Exposed the annotation label settings value in import/export JSON data.
1353
1062
  - `#I256596` - Exposed the annotation selector settings value for individual annotation objects and import/export JSON data.
1354
1063
 
1355
- - `258172` - Provided the support to open the command panel while loading the PDF document if the isCommandPanelOpen property is set to true.
1356
- - `259159` - Provided the support to open the thumbnail view panel while loading the PDF document if the isThumbnailViewOpen property is set to true.
1357
- - `259961` - Exposed the annotation label settings value in the annotationAdd event arguments.
1358
- - `259615` - Exposed the annotation label settings value in import/export JSON data.
1359
- - `256596` - Exposed the annotation selector settings value for individual annotation objects and import/export JSON data.
1360
-
1361
1064
  ## 17.4.44 (2021-01-21)
1362
1065
 
1363
1066
  ### PDF Viewer
@@ -1366,8 +1069,6 @@ undefined- `#346152`- The script error will not be thrown for the document which
1366
1069
 
1367
1070
  - `#I257519` - Provided Support to edit the free Text annotation value in code behind.
1368
1071
 
1369
- - `#257519` - Provided Support to edit the free Text annotation value in code behind.
1370
-
1371
1072
  #### Bug Fixes
1372
1073
 
1373
1074
  - `#I259848` – Now, the deleted annotations are removed properly from the PDF document.
@@ -1375,11 +1076,6 @@ undefined- `#346152`- The script error will not be thrown for the document which
1375
1076
  - `#I260512` - Errors will no longer occur while importing the annotations in the documentLoad event.
1376
1077
  - `#I260575` - The download file name is now set properly if we provide during the control initialization.
1377
1078
 
1378
- - `#259848` – Now, the deleted annotations are removed properly from the PDF document.
1379
- - `#259734` - Custom Stamp annotations are drawn properly while importing the annotations.
1380
- - `#260512` - Errors will no longer occur while importing the annotations in the documentLoad event.
1381
- - `#260575` - The download file name is now set properly if we provide during the control initialization.
1382
-
1383
1079
  ## 17.4.43 (2020-01-14)
1384
1080
 
1385
1081
  ### PDF Viewer
@@ -1389,9 +1085,6 @@ undefined- `#346152`- The script error will not be thrown for the document which
1389
1085
  - `#I255057` – Provided the support for validating the form fields value whether it is filled or not in the loaded PDF document.
1390
1086
  - `#I258786`, `#I259327` – Provided the support for exporting and importing the handwritten signature.
1391
1087
 
1392
- - `#255057` – Provided the support for validating the form fields value whether it is filled or not in the loaded PDF document.
1393
- - `#258786`, `#259327` – Provided the support for exporting and importing the handwritten signature.
1394
-
1395
1088
  #### Bug Fixes
1396
1089
 
1397
1090
  - `#I149882` – The downloadEnd event triggers properly if we save the document in server side.
@@ -1399,11 +1092,6 @@ undefined- `#346152`- The script error will not be thrown for the document which
1399
1092
  - `#I260295` – The distance calibrate annotation now resized properly.
1400
1093
  - `#I260128` – The volume and area calibrate annotation fill color is updated correctly on importing the annotations.
1401
1094
 
1402
- - `#149882` – The downloadEnd event triggers properly if we save the document in server side.
1403
- - `#257630` – The importSuccess event triggers properly if we save the document in server side.
1404
- - `#260295` – The distance calibrate annotation now resized properly.
1405
- - `#260128` – The volume and area calibrate annotation fill color is updated correctly on importing the annotations.
1406
-
1407
1095
  ## 17.4.41 (2020-01-07)
1408
1096
 
1409
1097
  ### PDF Viewer
@@ -1414,10 +1102,6 @@ undefined- `#346152`- The script error will not be thrown for the document which
1414
1102
  - `#I257231` – Exposed the property to access the search count value.
1415
1103
  - `#I258386` – Exposed the API to retrieve the text content and bounds along with page size details.
1416
1104
 
1417
- - `#257514` – Provided the support for import/export the custom stamp annotations.
1418
- - `#257231` – Exposed the property to access the search count value.
1419
- - `#258386` – Exposed the API to retrieve the text content and bounds along with page size details.
1420
-
1421
1105
  #### Bug Fixes
1422
1106
 
1423
1107
  - `#I259524` – Annotations are rendered properly in the large page size document if the page rendered in fitToPage mode initially.
@@ -1429,15 +1113,6 @@ undefined- `#346152`- The script error will not be thrown for the document which
1429
1113
  - `#I259078` – The annotations will now be created if we resize the annotation through multipage.
1430
1114
  - `#I259564` – The Null reference error will no longer occur while loading the provided PDF document.
1431
1115
 
1432
- - `#259524` – Annotations are rendered properly in the large page size document if the page rendered in fitToPage mode initially.
1433
- - `#259523` – Errors will no longer occur while exporting the annotation if the document contains text web link annotation.
1434
- - `#259134` – The annotationSelect event now triggers properly if we add the multiple annotations to a page.
1435
- - `#258949` – The opacity value is now applied properly if set it on annotation during initialization.
1436
- - `#259383` – The errors will no longer occur if we import the annotations after deleting the added annotations.
1437
- - -`#259166` – The text content will be selected properly at the end of the page.
1438
- - `#259078` – The annotations will now be created if we resize the annotation through multipage.
1439
- - `#259564` – The Null reference error will no longer occur while loading the provided PDF document.
1440
-
1441
1116
  ## 17.4.40 (2019-12-24)
1442
1117
 
1443
1118
  ### PDF Viewer
@@ -1446,14 +1121,10 @@ undefined- `#346152`- The script error will not be thrown for the document which
1446
1121
 
1447
1122
  - `#I256131` – Improved the rendering quality and performance for the large size PDF document.
1448
1123
 
1449
- - `#256131` – Improved the rendering quality and performance for the large size PDF document.
1450
-
1451
1124
  #### Bug Fixes
1452
1125
 
1453
1126
  - `#I258250` – The imported annotations are rendered properly if we import the annotation details in the documentLoad event.
1454
1127
 
1455
- - `#258250` – The imported annotations are rendered properly if we import the annotation details in the documentLoad event.
1456
-
1457
1128
  ## 17.4.39 (2019-12-17)
1458
1129
 
1459
1130
  ### PDF Viewer
@@ -1466,12 +1137,6 @@ undefined- `#346152`- The script error will not be thrown for the document which
1466
1137
  - `#I253745`, `#I256518` – Exposed the event to notify the annotation object being moved.
1467
1138
  - `#I254275` – Exposed the event to notify the download process in the PDF Viewer control.
1468
1139
 
1469
- - `#251150` – Provided the support to find the interlinked annotations while selecting the annotations.
1470
- - `#243077` , `#241487`, `#244802`, `#252340` – Provided the support for setting the annotation UI properties.
1471
- - `#254634` – Provided the support to maintain the aspect ratio for custom stamp annotation.
1472
- - `#253745`, `#256518` – Exposed the event to notify the annotation object being moved.
1473
- - `#254275` – Exposed the event to notify the download process in the PDF Viewer control.
1474
-
1475
1140
  #### Bug Fixes
1476
1141
 
1477
1142
  - `#I253751` – Resolved the typo error in annotation exported data.
@@ -1490,22 +1155,6 @@ undefined- `#346152`- The script error will not be thrown for the document which
1490
1155
  - `#I252805` – The annotationId value is now preserved properly for all annotation events.
1491
1156
  - `#I255647` - The form fields contents are rendered properly in the printed document, which has been printed in IE browser.
1492
1157
 
1493
- - `#253751` – Resolved the typo error in annotation exported data.
1494
- - `#255345` – Errors will no longer occur while rendering the annotation in the Firefox browser.
1495
- - `#255137` – Errors will no longer occur in mobile view mode if we set the Pan interaction mode.
1496
- - `#253704` – The form fields are downloaded properly while loading the PDF document in tab control.
1497
- - `#253745` – The annotationAdd and annotationPropertiesChange events are triggered properly for the annotations.
1498
- - `#252881` – The toolbar settings property is working for mobile device.
1499
- - `#255042`, `#255073` – Errors will no longer occur if the session storage exceeds the maximum limit.
1500
- - `#254115`, `#254942` – The annotation modified date is preserved properly in different localization.
1501
- - `#256044` – The font family and text alignment are rendered properly from the exported FreeText annotation data.
1502
- - `#255124` – The text markup annotations are now added properly if the PDF Viewer element ID contains characters.
1503
- - `#256220` – The context menu will now be shown/hidden properly if we disable the default toolbar.
1504
- - `#256131` – The annotation toolbar will now be shown/hidden properly if we disable the annotation toolbar.
1505
- - `#256932` - Errors will no longer occur while resizing the text markup annotations.
1506
- - `#252805` – The annotationId value is now preserved properly for all annotation events.
1507
- - `#255647` - The form fields contents are rendered properly in the printed document, which has been printed in IE browser.
1508
-
1509
1158
  ## 17.3.28 (2019-11-19)
1510
1159
 
1511
1160
  ### PDF Viewer
@@ -1517,17 +1166,10 @@ undefined- `#346152`- The script error will not be thrown for the document which
1517
1166
  - `#I253341` – Provided the support to customize the label content during initial rendering of annotations.
1518
1167
  - `#I252421` – Provided the support to set the zoom mode value during initial loading.
1519
1168
 
1520
- - `#251151`, `#254032` – Improved the annotation selection behavior in code behind.
1521
- - `#254776`, `#255304` – Provided the support to set the custom JSON data for AJAX request.
1522
- - `#253341` – Provided the support to customize the label content during initial rendering of annotations.
1523
- - `#252421` – Provided the support to set the zoom mode value during initial loading.
1524
-
1525
1169
  #### Bug Fixes
1526
1170
 
1527
1171
  - `#I253926` – Resolved the memory leak while rendering the PDF documents.
1528
1172
 
1529
- - `#253926` – Resolved the memory leak while rendering the PDF documents.
1530
-
1531
1173
  ## 17.3.27 (2019-11-12)
1532
1174
 
1533
1175
  ### PDF Viewer
@@ -1538,20 +1180,12 @@ undefined- `#346152`- The script error will not be thrown for the document which
1538
1180
  - `#I249245` – Provided the support for UI customization of annotation selector border and resizer.
1539
1181
  - Improved the PDF viewer mobile view performance.
1540
1182
 
1541
- - `#251151`, `#254032` – Provided the support for annotation selection in code behind.
1542
- - `#249245` – Provided the support for UI customization of annotation selector border and resizer.
1543
- - Improved the PDF viewer mobile view performance.
1544
-
1545
1183
  #### Bug Fixes
1546
1184
 
1547
1185
  - `#I253317` – The measured annotation value is updated properly in the label when you disable the default toolbar.
1548
1186
  - `#I253888` – The Script error will no longer be thrown if we load the PDF documents using ASP.NET MVC web service.
1549
1187
  - `#I253317` – The measured value is now update properly for the measured annotation.
1550
1188
 
1551
- - `#253317` – The measured annotation value is updated properly in the label when you disable the default toolbar.
1552
- - `#253888` – The Script error will no longer be thrown if we load the PDF documents using ASP.NET MVC web service.
1553
- - `#253317` – The measured value is now update properly for the measured annotation.
1554
-
1555
1189
  ## 17.3.26 (2019-11-05)
1556
1190
 
1557
1191
  ### PDF Viewer
@@ -1560,8 +1194,6 @@ undefined- `#346152`- The script error will not be thrown for the document which
1560
1194
 
1561
1195
  - `#I252805` - Exposed the annotation unique ID in the annotationAdd event arguments.
1562
1196
 
1563
- - `#252805` - Exposed the annotation unique ID in the annotationAdd event arguments.
1564
-
1565
1197
  #### Bug Fixes
1566
1198
 
1567
1199
  - `#I252806` - Annotation bounds are retrieved properly when importing and exporting the annotation details in rotated PDF documents.
@@ -1570,12 +1202,6 @@ undefined- `#346152`- The script error will not be thrown for the document which
1570
1202
  - `#I252879` - Script errors will no longer occur if we disable the magnification module.
1571
1203
  - `#I253504` - The character start and end indexes will be updated properly in the text markup annotationAdd event arguments.
1572
1204
 
1573
- - `#252806` - Annotation bounds are retrieved properly when importing and exporting the annotation details in rotated PDF documents.
1574
- - `#253016` - Free text annotation bounds are preserved properly in the rotated PDF document while saving the document.
1575
- - `#251152` - Text markup annotation resizer position will be updated properly in the doctype HTML pages.
1576
- - `#252879` - Script errors will no longer occur if we disable the magnification module.
1577
- - `#253504` - The character start and end indexes will be updated properly in the text markup annotationAdd event arguments.
1578
-
1579
1205
  ## 17.3.21 (2019-10-30)
1580
1206
 
1581
1207
  ### PDF Viewer
@@ -1585,9 +1211,6 @@ undefined- `#346152`- The script error will not be thrown for the document which
1585
1211
  - `#I252111` - Provided the support for handwritten signature.
1586
1212
  - `#I251149` - Provided the support for customizing the text search highlight color.
1587
1213
 
1588
- - `#252111` - Provided the support for handwritten signature.
1589
- - `#251149` - Provided the support for customizing the text search highlight color.
1590
-
1591
1214
  #### Bug Fixes
1592
1215
 
1593
1216
  - `#I251864` - The pages in the landscape document will be rendered properly.
@@ -1596,12 +1219,6 @@ undefined- `#346152`- The script error will not be thrown for the document which
1596
1219
  - `#I252269` – The mouse cursor has been updated properly after adding the free text annotation.
1597
1220
  - `#I251401` - The annotationSelect event will be triggered properly while selecting the annotations.
1598
1221
 
1599
- - `#251864` - The pages in the landscape document will be rendered properly.
1600
- - `#250902` - Now, the text Markup annotations are working properly inside the Tab control.
1601
- - `#250538` - The ajaxRequestFailed event will be triggered for all the possible ajax error codes.
1602
- - `#252269` – The mouse cursor has been updated properly after adding the free text annotation.
1603
- - `#251401` - The annotationSelect event will be triggered properly while selecting the annotations.
1604
-
1605
1222
  ## 17.3.19 (2019-10-22)
1606
1223
 
1607
1224
  ### PDF Viewer
@@ -1613,11 +1230,6 @@ undefined- `#346152`- The script error will not be thrown for the document which
1613
1230
  - `#I248609` - Provided the support to customize the annotation selector.
1614
1231
  - `#I247224`, `#I248179` - Provided the support to resize the text markup annotation bounds.
1615
1232
 
1616
- - `#249703` - The quality of the printed copy has been improved.
1617
- - `#147267`, `#251146` - Provided the support to delete the annotations in code behind.
1618
- - `#248609` - Provided the support to customize the annotation selector.
1619
- - `#247224`, `#248179` - Provided the support to resize the text markup annotation bounds.
1620
-
1621
1233
  #### Bug Fixes
1622
1234
 
1623
1235
  - `#I251577` - The value of the isDocumentEdited property now returned properly for shapes, measure, stamps annotation and form filling features.
@@ -1627,13 +1239,6 @@ undefined- `#346152`- The script error will not be thrown for the document which
1627
1239
  - `#I251494` - The reference error will no longer be thrown if you render the PDF document in docker Linux container environment.
1628
1240
  - `#I251153` – The previously imported annotations are no more cleared when import the other set of annotations.
1629
1241
 
1630
- - `#251577` - The value of the isDocumentEdited property now returned properly for shapes, measure, stamps annotation and form filling features.
1631
- - `#249588` - The PDF Viewer control size is updated properly while using in tab control.
1632
- - `#251729` - The text markup annotation selector is cleared properly when loading the another PDF document.
1633
- - `#251742` - The perimeter shape type has been updated properly when exporting the annotation details.
1634
- - `#251494` - The reference error will no longer be thrown if you render the PDF document in docker Linux container environment.
1635
- - `#251153` – The previously imported annotations are no more cleared when import the other set of annotations.
1636
-
1637
1242
  ## 17.3.17 (2019-10-15)
1638
1243
 
1639
1244
  ### PDF Viewer
@@ -1642,16 +1247,11 @@ undefined- `#346152`- The script error will not be thrown for the document which
1642
1247
 
1643
1248
  - `#I248585` - The start and end indexes of text markup annotation have been exposed in the annotationAdd event.
1644
1249
 
1645
- - `#248585` - The start and end indexes of text markup annotation have been exposed in the annotationAdd event.
1646
-
1647
1250
  #### Bug Fixes
1648
1251
 
1649
1252
  - `#I249742` - The annotationSelect event will be triggered properly after selecting another text markup annotation.
1650
1253
  - `#I245008` - Notes of the measure annotations will now be updated properly after modifying the scale values.
1651
1254
 
1652
- - `#249742` - The annotationSelect event will be triggered properly after selecting another text markup annotation.
1653
- - `#245008` - Notes of the measure annotations will now be updated properly after modifying the scale values.
1654
-
1655
1255
  ## 17.3.16 (2019-10-09)
1656
1256
 
1657
1257
  ### PDF Viewer
@@ -1661,15 +1261,10 @@ undefined- `#346152`- The script error will not be thrown for the document which
1661
1261
  - `#I249725` - Provided the support to enable or disable the comment panel.
1662
1262
  - `#I248609` - Exposed the API for textSelectionStart and textSelectionEnd events in the PDF Viewer.
1663
1263
 
1664
- - `#249725` - Provided the support to enable or disable the comment panel.
1665
- - `#248609` - Exposed the API for textSelectionStart and textSelectionEnd events in the PDF Viewer.
1666
-
1667
1264
  #### Bug Fixes
1668
1265
 
1669
1266
  - `#I249017` - Multiline text markup annotation bounds will be returned properly in the annotationAdd event arguments.
1670
1267
 
1671
- - `#249017` - Multiline text markup annotation bounds will be returned properly in the annotationAdd event arguments.
1672
-
1673
1268
  ## 17.3.14 (2019-10-03)
1674
1269
 
1675
1270
  ### PDF Viewer
@@ -1683,13 +1278,6 @@ undefined- `#346152`- The script error will not be thrown for the document which
1683
1278
  - `#I245008` – The support has been provided to update the existing calibrate annotation if we modify the scale value.
1684
1279
  - Improved the scrolling performance in mobile devices.
1685
1280
 
1686
- - `#227046`, `#230887`, `#142366`, `#231973`, `#237847`, `#244849`, `#238686`, `#239233`, `#241638`, `#241638`, `#242232`, `#239221`, `#240051`, `#245255` – The support has been provided for filling the form fields.
1687
- - `#233655`, `#236240`, `#236825`, `#238694`, `#241974`, `#243864`, `#245087` – The support has been provided for free text annotation.
1688
- - `#246059` - Exposed the thumbnailClick event to identify the thumbnail clicks action.
1689
- - `#246767` – The support has been provided to export the annotation details as JSON object in client-side.
1690
- - `#245008` – The support has been provided to update the existing calibrate annotation if we modify the scale value.
1691
- - Improved the scrolling performance in mobile devices.
1692
-
1693
1281
  #### Bug Fixes
1694
1282
 
1695
1283
  - `#I247914` – The perimeter annotation will be rendered properly when the line is ended in the starting point.
@@ -1699,13 +1287,6 @@ undefined- `#346152`- The script error will not be thrown for the document which
1699
1287
  - `#I247787` – The searched text will be highlighted properly in the provided document.
1700
1288
  - `#I146785` – Script error will no longer be thrown when the PDF Viewer control is used in the React application.
1701
1289
 
1702
- - `#247914` – The perimeter annotation will be rendered properly when the line is ended in the starting point.
1703
- - `#248062` – Extra edge will not be added to the polygon shapes when rendered in the page.
1704
- - `#248092` – Contents will not be swapped if you switch randomly between two documents.
1705
- - `#248093` – Script error will no longer be thrown if you switch randomly between two documents.
1706
- - `#247787` – The searched text will be highlighted properly in the provided document.
1707
- - `#146785` – Script error will no longer be thrown when the PDF Viewer control is used in the React application.
1708
-
1709
1290
  ## 17.3.9-beta (2019-09-20)
1710
1291
 
1711
1292
  ### PDF Viewer
@@ -1719,13 +1300,6 @@ undefined- `#346152`- The script error will not be thrown for the document which
1719
1300
  - `#I245008` – The support has been provided to update the existing calibrate annotation if we modify the scale value.
1720
1301
  - Improved the scrolling performance in mobile devices.
1721
1302
 
1722
- - `#227046`, `#230887`, `#142366`, `#231973`, `#I237847`, `#244849`, `#238686`, `#239233`, `#241638`, `#241638`, `#242232`, `#239221`, `#240051`, `#245255` – The support has been provided for filling the form fields.
1723
- - `#233655`, `#236240`, `#236825`, `#238694`, `#241974`, `#243864`, `#245087` – The support has been provided for free text annotation.
1724
- - `#246059` - Exposed the thumbnailClick event to identify the thumbnail clicks action.
1725
- - `#246767` – The support has been provided to export the annotation details as JSON object in client-side.
1726
- - `#245008` – The support has been provided to update the existing calibrate annotation if we modify the scale value.
1727
- - Improved the scrolling performance in mobile devices.
1728
-
1729
1303
  ## 17.2.49 (2019-09-04)
1730
1304
 
1731
1305
  ### PDF Viewer
@@ -1738,12 +1312,6 @@ undefined- `#346152`- The script error will not be thrown for the document which
1738
1312
  - `#I244787` – The Comment panel is now opened properly while double clicking the annotation created from the code behind.
1739
1313
  - `#I246041` - The warning message will no longer be thrown when the web action method is executed.
1740
1314
 
1741
- - `#246044` – The assigned author name is now preserved properly while loading or saving the document in PDF Viewer.
1742
- - `#245087` – The Polygon, Perimeter, and Volume annotations will be drawn properly in the low zoom values.
1743
- - `#245820` - Magnification on double tap will no longer happen when the pinch zoom is disabled in the PDF Viewer control.
1744
- - `#244787` – The Comment panel is now opened properly while double clicking the annotation created from the code behind.
1745
- - `#246041` - The warning message will no longer be thrown when the web action method is executed.
1746
-
1747
1315
  ## 17.2.47 (2019-08-27)
1748
1316
 
1749
1317
  ### PDF Viewer
@@ -1754,18 +1322,11 @@ undefined- `#346152`- The script error will not be thrown for the document which
1754
1322
  - `#I243133` - Provided the support to customize tooltip of the hyperlink on mouse hover.
1755
1323
  - `#I245007` - Provided the Feet unit support in measurement annotation.
1756
1324
 
1757
- - `#243205`, `#245009` - Provided the support to include Custom stamps in stamp dropdown.
1758
- - `#243133` - Provided the support to customize tooltip of the hyperlink on mouse hover.
1759
- - `#245007` - Provided the Feet unit support in measurement annotation.
1760
-
1761
1325
  #### Bug Fixes
1762
1326
 
1763
1327
  - `#I244499` - The shape and measurement annotations will now be rendered properly in the rotated documents.
1764
1328
  - `#I244481` - The script errors will no longer be thrown in PDF Viewer in IE browser.
1765
1329
 
1766
- - `#244499` - The shape and measurement annotations will now be rendered properly in the rotated documents.
1767
- - `#244481` - The script errors will no longer be thrown in PDF Viewer in IE browser.
1768
-
1769
1330
  ## 17.2.46 (2019-08-22)
1770
1331
 
1771
1332
  ### PDF Viewer
@@ -1782,14 +1343,10 @@ undefined- `#346152`- The script error will not be thrown for the document which
1782
1343
 
1783
1344
  - `#I223065`, `#I234860`, `#I241770`, `#I241487`, `#I229426`, `#I244801` – Provided the support for importing and exporting the annotation details as a JSON object.
1784
1345
 
1785
- - `#223065`, `#234860`, `#241770`, `#241487`, `#229426`, `#244801` – Provided the support for importing and exporting the annotation details as a JSON object.
1786
-
1787
1346
  #### Bug Fixes
1788
1347
 
1789
1348
  - `#I243837` – Exception will no longer be thrown while loading the PDF document as FileStream.
1790
1349
 
1791
- - `#243837` – Exception will no longer be thrown while loading the PDF document as FileStream.
1792
-
1793
1350
  ## 17.2.41 (2019-08-14)
1794
1351
 
1795
1352
  ### PDF Viewer
@@ -1803,13 +1360,6 @@ undefined- `#346152`- The script error will not be thrown for the document which
1803
1360
  - `#I244654` - The editAnnotation API is now working properly.
1804
1361
  - `#I243134` - The PDF documents load properly when render the PDF Viewer control under multiple tab with fitToPage view mode during initial loading.
1805
1362
 
1806
- - `#241487`, `#243077` - Annotation author name is now updated properly in the comment panel.
1807
- - `#242804` - The Bookmark's destination value is now maintained properly during navigation.
1808
- - `#241487` - The provided PDF document will now be loaded properly in the PDF Viewer control.
1809
- - `#244437` - Resolved the typo errors in the PDF Viewer toolbar content.
1810
- - `#244654` - The editAnnotation API is now working properly.
1811
- - `#243134` - The PDF documents load properly when render the PDF Viewer control under multiple tab with fitToPage view mode during initial loading.
1812
-
1813
1363
  ## 17.2.40 (2019-08-06)
1814
1364
 
1815
1365
  ### PDF Viewer
@@ -1819,9 +1369,6 @@ undefined- `#346152`- The script error will not be thrown for the document which
1819
1369
  - `#I242329` - Provided the support to customize scale ratio value of measurement annotation.
1820
1370
  - `#I241886` - Provided the support to display context menu in mouse up action.
1821
1371
 
1822
- - `#242329` - Provided the support to customize scale ratio value of measurement annotation.
1823
- - `#241886` - Provided the support to display context menu in mouse up action.
1824
-
1825
1372
  #### Bug Fixes
1826
1373
 
1827
1374
  - `#I242495`, `#I243160` – Hyperlink element is now rendered properly for the rotated page document.
@@ -1829,11 +1376,6 @@ undefined- `#346152`- The script error will not be thrown for the document which
1829
1376
  - `#I241904`, `#I241294` – Converted PDF document is now rendered properly in IE browser.
1830
1377
  - `#I242282` – Text search is now working properly while using PDF Viewer control inside the Tab control.
1831
1378
 
1832
- - `#242495`, `#243160` – Hyperlink element is now rendered properly for the rotated page document.
1833
- - `#238064` – Searched target text is now highlighted properly for the provided document.
1834
- - `#241904`, `#241294` – Converted PDF document is now rendered properly in IE browser.
1835
- - `#242282` – Text search is now working properly while using PDF Viewer control inside the Tab control.
1836
-
1837
1379
  ## 17.2.39 (2019-07-30)
1838
1380
 
1839
1381
  ### PDF Viewer
@@ -1844,16 +1386,10 @@ undefined- `#346152`- The script error will not be thrown for the document which
1844
1386
  - `#I242375` – Now, the annotation edit toolbar is enabled by default using the enableAnnotationToolbar property.
1845
1387
  - `#I241715` - Support has been provided to render the annotation modified date and time in the comment panel.
1846
1388
 
1847
- - `#240440` - More details have been provided in the ajaxRequestfailure event.
1848
- - `#242375` – Now, the annotation edit toolbar is enabled by default using the enableAnnotationToolbar property.
1849
- - `#241715` - Support has been provided to render the annotation modified date and time in the comment panel.
1850
-
1851
1389
  #### Bug Fixes
1852
1390
 
1853
1391
  - `#I242803` - The request handling has been optimized for retrieving the comments details from the PDF document.
1854
1392
 
1855
- - `#242803` - The request handling has been optimized for retrieving the comments details from the PDF document.
1856
-
1857
1393
  ## 17.2.36 (2019-07-24)
1858
1394
 
1859
1395
  ### PDF Viewer
@@ -1870,8 +1406,6 @@ undefined- `#346152`- The script error will not be thrown for the document which
1870
1406
 
1871
1407
  - `#I229426` - Provided the API to select, edit, and delete the annotations.
1872
1408
 
1873
- - `#229426` - Provided the API to select, edit, and delete the annotations.
1874
-
1875
1409
  ## 17.2.34 (2019-07-11)
1876
1410
 
1877
1411
  ### PDF Viewer
@@ -1903,13 +1437,6 @@ undefined- `#346152`- The script error will not be thrown for the document which
1903
1437
  - `#I238812` – Provided support to restrict the hyperlink navigation.
1904
1438
  - `#I236995` – Provided support to restrict the pinch zooming using the ‘enablePinchZoom’ property.
1905
1439
 
1906
- - `#208298`, `#223253`, `#224643`, `#233655`, `#238694` - Provided the supports for shape annotations.
1907
- - `#219446`, `#224643`, `#230115`, `#233032`, `#F144297`, `#236825`, `#238694` - Provided the supports for stamp annotations.
1908
- - `#229426` - Provided the supports for calibrate annotations.
1909
- - `#223253`, `#238694` - Provided the supports for sticky notes annotations.
1910
- - `#238812` – Provided support to restrict the hyperlink navigation.
1911
- - `#236995` – Provided support to restrict the pinch zooming using the ‘enablePinchZoom’ property.
1912
-
1913
1440
  #### Bug Fixes
1914
1441
 
1915
1442
  - `#I233161` – Now, loading Indicator will be shown properly while loading a large page size document.
@@ -1919,13 +1446,6 @@ undefined- `#346152`- The script error will not be thrown for the document which
1919
1446
  - `#I232104` - Cleared the warnings in css files.
1920
1447
  - `#I238761` - Height of the PDF Viewer control is now maintained properly when using inside the tab control.
1921
1448
 
1922
- - `#233161` – Now, loading Indicator will be shown properly while loading a large page size document.
1923
- - `#233035` - HyperlinkClick event is now triggered properly.
1924
- - `#234364` - Pan interaction mode is now working properly when the toolbar is disabled.
1925
- - `#231436` - PDF document is now rendered properly while using the PDF Viewer control inside Tab control.
1926
- - `#232104` - Cleared the warnings in css files.
1927
- - `#238761` - Height of the PDF Viewer control is now maintained properly when using inside the tab control.
1928
-
1929
1449
  ## 17.2.28-beta (2019-06-27)
1930
1450
 
1931
1451
  ### PDF Viewer
@@ -1955,11 +1475,6 @@ undefined- `#346152`- The script error will not be thrown for the document which
1955
1475
  - `#I229426` - Provided the supports for calibrate annotations.
1956
1476
  - `#I223253`, `#I238694` - Provided the supports for sticky notes annotations.
1957
1477
 
1958
- - `#208298`, `#223253`, `#224643`, `#233655`, `#238694` - Provided the supports for shape annotations.
1959
- - `#219446`, `#224643`, `#230115`, `#233032`, `#F144297`, `#236825`, `#238694` - Provided the supports for stamp annotations.
1960
- - `#229426` - Provided the supports for calibrate annotations.
1961
- - `#223253`, `#238694` - Provided the supports for sticky notes annotations.
1962
-
1963
1478
  #### Bug Fixes
1964
1479
 
1965
1480
  - `#I233161` – Now, loading Indicator will be shown properly while loading a large page size document.
@@ -1968,12 +1483,6 @@ undefined- `#346152`- The script error will not be thrown for the document which
1968
1483
  - `#I231436` - PDF document is now rendered properly while using the PDF Viewer control inside Tab control.
1969
1484
  - `#I232104` - Cleared the warnings in css files.
1970
1485
 
1971
- - `#233161` – Now, loading Indicator will be shown properly while loading a large page size document.
1972
- - `#233035` - HyperlinkClick event is now triggered properly.
1973
- - `#234364` - Pan interaction mode is now working properly when the toolbar is disabled.
1974
- - `#231436` - PDF document is now rendered properly while using the PDF Viewer control inside Tab control.
1975
- - `#232104` - Cleared the warnings in css files.
1976
-
1977
1486
  ## 17.1.47 (2019-05-14)
1978
1487
 
1979
1488
  ### PDF Viewer
@@ -2127,16 +1636,3 @@ The PDF Viewer component enables you to view and print the PDF files.
2127
1636
  - An entire document or a specific page can be printed directly from the browser.
2128
1637
 
2129
1638
 
2130
- undefinedThe PDF Viewer component enables you to view and print the PDF files.
2131
-
2132
-
2133
- - Both normal and PDF files protected with AES and RC4 encryption can be opened and displayed.
2134
- - Core interactions are included: scrolling, zooming, panning, and page navigation.
2135
- - Built-in toolbar.
2136
- - Text can be selected and copied from PDF files.
2137
- - Text can be easily searched for across the PDF document.
2138
- - Easy navigation with the help of bookmarks, thumbnails, hyperlinks, and a table of contents.
2139
- - Two view modes are included: fit-to-page and fit-to-width.
2140
- - An entire document or a specific page can be printed directly from the browser.
2141
-
2142
-