You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: faq/change-dynamsoft-service-certificate.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,13 @@ description: How can I change the certificate of the Dynamsoft Service?
12
12
13
13
## How can I change the certificate of the Dynamsoft Service?
14
14
15
-
To replace the default certificates, the steps are:
15
+
To replace the default certificate, the steps are:
16
16
17
17
- Generate a certificate for `127.0.0.1`
18
18
- Install that certificate
19
19
- Use that certificate to generate public /private keys (pem)
20
20
- Rename these two keys to `server.pem` (public) and `server_key.pem` (private)
21
21
- Replace the old keys in `C:\Windows\SysWOW64\Dynamsoft\DynamsoftServicex64_17\cert`
22
22
- Restart the service
23
+
24
+
NOTE: For v17.2 or higher versions, you can use the new API <ahref="{{site.info}}api/Dynamsoft_WebTwainEnv.html#updatecert"target="_blank">UpdateCert</a> to automatically update the client side certificate.
@@ -2367,8 +2367,8 @@ function failureCallback(errorCode, errorString) {
2367
2367
2368
2368
**Usage notes**
2369
2369
2370
-
1. If the documents have been sorted before scanning, you can use <ahref="{{site.info}}api/WebTwain_Buffer.html#createfile"target="_blank">CreateFile</a>, <ahref="{{site.info}}api/WebTwain_Buffer.html#openfile"target="_blank">OpenFile</a> to manage each type of document.
2371
-
2. If the documents are out of order before scanning and you want to scan them in first and then sort them, use tags to manage the documents. Relevant APIs: <ahref="{{site.info}}api/WebTwain_Buffer.html#setdefaulttag"target="_blank">SetDefaultTag</a>, <ahref="{{site.info}}api/WebTwain_Buffer.html#tagimages"target="_blank">TagImages</a>, <ahref="{{site.info}}api/WebTwain_Buffer.html#gettaglist"target="_blank">GetTagList</a>, <ahref="{{site.info}}api/WebTwain_Buffer.html#filterimagesbytag"target="_blank">FilterImagesByTag</a>
2370
+
1. If the documents are already sorted before scanning, you can use <ahref="{{site.info}}api/WebTwain_Buffer.html#createfile"target="_blank">CreateFile</a>, <ahref="{{site.info}}api/WebTwain_Buffer.html#openfile"target="_blank">OpenFile</a> to group the documents.
2371
+
2. If the documents are not already sorted before scanning and you want to first scan, then sort, you can use tags to manage that. Relevant APIs: <ahref="{{site.info}}api/WebTwain_Buffer.html#setdefaulttag"target="_blank">SetDefaultTag</a>, <ahref="{{site.info}}api/WebTwain_Buffer.html#tagimages"target="_blank">TagImages</a>, <ahref="{{site.info}}api/WebTwain_Buffer.html#gettaglist"target="_blank">GetTagList</a>, <ahref="{{site.info}}api/WebTwain_Buffer.html#filterimagesbytag"target="_blank">FilterImagesByTag</a>
2372
2372
2373
2373
---
2374
2374
@@ -2378,10 +2378,10 @@ function failureCallback(errorCode, errorString) {
2378
2378
2379
2379
```typescript
2380
2380
/**
2381
-
* Open the specified file folder.
2382
-
* @argumentfilename Specify the file name.
2381
+
* Use the specified category for the scanned image(s)
2382
+
* @argumentcategoryName Specify the category name.
@@ -2440,7 +2441,7 @@ function failureCallback(errorCode, errorString) {
2440
2441
2441
2442
```typescript
2442
2443
/**
2443
-
* Get the current file name. The default value is 'dynamsoft-dvs-file'.
2444
+
* Get the current category name. The default value is 'dynamsoft-dvs-file'. Scanned image(s) are stored in this category by default if no category name is created.
- Updated the files *dynamsoft.webtwain.initiate.js* and *dynamsoft.webtwain.addon.camera.js* for better performance of mobile document capturing when using Safari on iOS/iPadOS 13+
18
+
19
+
### Bug Fixed
20
+
21
+
- Updated the file *dynamsoft.webtwain.initiate.js* to resolve a memory leak issue in v17.2.1 on Chrome 98+ when the <ahref="{{site.info}}api/WebTwain_Viewer.html?ver=latest#setviewmode"target="_blank">view mode</a> is set to (-1, -1) or if a <ahref="{{site.info}}api/WebTwain_Viewer.html?ver=latest#createthumbnailviewer"target="_blank">thumbnail viewer</a> is used.
22
+
13
23
## 17.2.1 (02/24/2022)
14
24
15
25
### Improved Features
16
26
17
27
- Made changes to handle <ahref="https://developer.chrome.com/blog/private-network-access-preflight/"target="_blank">CORS preflight requests</a> sent by Chrome from V98. Learn more <ahref="https://www.dynamsoft.com/web-twain/docs/faq/private-network-access-in-chrome101.html"target="_blank">here</a>.
18
28
- For Chromium V84+, use userAgentData instead of userAgent in response to UserAgent String phasing out issue.
19
29
20
-
### Bug Fixed
30
+
### Bug Fixes
21
31
22
32
- Fixed a bug where Dynamsoft Service installation/uninstallation failed due to the current user account does not match the user account under C:\Users{account}. Learn more <ahref="https://www.dynamsoft.com/web-twain/docs/faq/service-installation-issue.html?ver=latest"target="_blank">here</a>.
23
33
-[HTML5 on MacOS] Fixed a bug where the short key (set by <ahref="{{site.info}}api/Dynamsoft_WebTwainEnv.html#organizationid"target="_blank">organizationID</a>) did not work on macOS 12+.
* Modified DynamicImage.dll(DynamicImagex64.dll) to improve encoding and decoding mode of TIFF files.
60
70
* Updated Barcode Reader library to version 8.6. Check out the release notes for <ahref="https://www.dynamsoft.com/barcode-reader/programming/javascript/release-notes/js-8.html?ver=latest#860-08312021"target="_blank">Barcode Reader JavaScript SDK - 8.6</a>
61
71
62
-
### Bug Fixed
72
+
### Bug Fixes
63
73
64
74
* Fixed a bug where the image displayed in the thumbnail may be inconsistent with that on the canvas when switching tags through `FilterImageByTag`.
65
75
* Fixed a bug that Dynamic Web TWAIN object could not be initialized when using iframe in Edge.
0 commit comments