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