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: _articles/extended-usage/buffer-caching.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,10 +48,7 @@ var storageItemUid = await DWTObject.createLocalStorage(folderSettings);
48
48
49
49
Please ensure to set a strong password to enhance data security, especially in multi-user login scenarios.
50
50
51
-
The local directory of the created storage folder is under
52
-
- Windows: `C:\Program Files (x86)\Dynamsoft\Dynamic Web TWAIN Service {versionnumber}\storage`(version 18.5.1 and earlier `C:\Windows\SysWOW64\Dynamsoft\DynamsoftServicex64_{versionnumber}\storage`)
53
-
- macOS: `Go > Applications > Dynamsoft > Dynamic Web TWAIN Service {versionnumber} > storage`(version 18.5.1 and earlier `Go > Applications > Dynamsoft > DynamsoftServicex64_{versionnumber} > {installed version No.} > storage`)
54
-
- Linux: `/opt/dynamsoft/Dynamic Web TWAIN Service {versionnumber}/storage`(version 18.5.1 and earlier `/opt/dynamsoft/DynamsoftService/storage`)
51
+
The local directory of the created storage folder is under the service's [intallation folder](/_articles/extended-usage/dynamsoft-service-configuration.md#installation-folder).
// You need to set the service installer location here since the installer's size exceeds jsdelivr's limit. You'd better host the installers in your own environment.
// You need to set the service installer location here since the installer's size exceeds jsdelivr's limit. You'd better host the installers in your own environment.
Copy file name to clipboardExpand all lines: _articles/general-usage/resource-loading.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ The official SDK installers store the installers under the `/dist` directory, an
21
21
22
22
The official [DWT installer](https://www.dynamsoft.com/web-twain/downloads) installs the SDK with a 30-day free trial (license key included), and contains the resource scripts, along with SDK documentation, and samples. This method is useful for developers to quickly evaluate the SDK. The resource files may be obtained from the following locations after installation:
23
23
24
-
- On Windows: `C:\Program Files (x86)\Dynamsoft\Dynamic WebTWAIN SDK {version number}/Resources`
24
+
- On Windows: `C:\Program Files (x86)\Dynamsoft\Dynamic WebTWAIN SDK {version number}\Resources`
25
25
- On Linux: Where you extracted the SDK archive file to - `{extracted directory}/Dynamic Web TWAIN SDK {version number}/Resources`
26
26
- On MacOS: `/Applications/Dynamsoft/Dynamic Web TWAIN SDK {version number}/Resources`
27
27
@@ -95,6 +95,7 @@ Note that jsDelivr currently has problems delivering the Dynamic Web TWAIN Servi
95
95
<script>
96
96
Dynamsoft.DWT.ResourcesPath="https://cdn.jsdelivr.net/npm/dwt@latest/dist"; // Load supporting resources from here
97
97
Dynamsoft.DWT.ProductKey=""; // Add product key here
98
+
Dynamsoft.DWT.ServiceInstallerLocation='https://unpkg.com/dwt/dist/dist/'; // Set the service installers' location
Copy file name to clipboardExpand all lines: _articles/info/api/WebTwain_IO.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3554,7 +3554,7 @@ ShowFileDialog(
3554
3554
3555
3555
`allowMultiSelect`: Whether or not multiple files can be selected at the same time. Only valid in an open-file dialog.
3556
3556
3557
-
`showOverwritePrompt`: Whether to display a prompt if saving a file which would overwrite an existing file.
3557
+
`showOverwritePrompt`: Whether to display a prompt if saving a file which would overwrite an existing file (only valid for Windows).
3558
3558
3559
3559
`flag`: If set to 0, `allowMultiSelect` and `showOverwritePrompt` take effect. Otherwise, ignore those two parameters.
3560
3560
@@ -3749,10 +3749,7 @@ A Promise object which will be resolved with the uid string which will be used a
3749
3749
**Usage notes**
3750
3750
3751
3751
- If `password` is not specified, the returned `uid` string will be set as the password of the storage folder.
3752
-
- The local directory of the created storage folder is under
3753
-
- Windows: `C:\Program Files (x86)\Dynamsoft\Dynamic Web TWAIN Service {versionnumber}\storage`(version 18.5.1 and earlier `C:\Windows\SysWOW64\Dynamsoft\DynamsoftServicex64_{versionnumber}\storage`)
3754
-
- macOS: `Go > Applications > Dynamsoft > Dynamic Web TWAIN Service {versionnumber} > storage`(version 18.5.1 and earlier `Go > Applications > Dynamsoft > DynamsoftServicex64_{versionnumber} > {installed version No.} > storage`)
3755
-
- Linux: `/opt/dynamsoft/Dynamic Web TWAIN Service {versionnumber}/storage`(version 18.5.1 and earlier `/opt/dynamsoft/DynamsoftService/storage`)
3752
+
- The local directory of the created storage folder is under the service's [installation folder](/_articles/extended-usage/dynamsoft-service-configuration.md#installation-folder).
3756
3753
- The creation will not be successful, if the remaining disk space is less than
Copy file name to clipboardExpand all lines: _articles/info/api/WebTwain_Util.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -340,11 +340,7 @@ LogLevel: number;
340
340
341
341
**Usage notes**
342
342
343
-
The logs for the Dynamic Web TWAIN library are saved in the directory:
344
-
345
-
- Windows `C:\Program Files (x86)\Dynamsoft\Dynamic Web TWAIN Service {versionnumber}\log`(version 18.5.1 and earlier `C:\Windows\SysWOW64\Dynamsoft\DynamsoftServicex64_{versionnumber}\log`) or `C:\Users\{UserName}\AppData\Roaming\Dynamsoft\Dynamic Web TWAIN Service\log`(version 18.5.1 and earlier `C:\Users\{UserName}\AppData\Roaming\Dynamsoft\DynamsoftService\log`)
346
-
- macOS, `Go > Applications > Dynamsoft > Dynamic Web TWAIN Service {versionnumber} > log`(version 18.5.1 and earlier `Go > Applications > Dynamsoft > DynamsoftServicex64_{versionnumber} > {installed version No.} > log`)
347
-
- Linux: `/opt/dynamsoft/Dynamic Web TWAIN Service {versionnumber}/log`(version 18.5.1 and earlier `/opt/dynamsoft/DynamsoftService/log`)
343
+
The logs for the Dynamic Web TWAIN library are saved in the `log` folder under its [installation folder](/_articles/extended-usage/dynamsoft-service-configuration.md#installation-folder).
348
344
349
345
By default, `LogLevel` is 0 and nothing is recorded. When it is set to 1, all debugging information is recorded. This setting in your application will apply to all machines. Please set it back to 0 if you don't need to record log as it will slow down the speed.
0 commit comments