dwt 18.5.1 → 19.1.0
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/LICENSE.txt +14 -10
- package/README.md +24 -28
- package/dist/dist/DynamicWebTWAINServiceSetup-arm64.deb +0 -0
- package/dist/dist/DynamicWebTWAINServiceSetup.deb +0 -0
- package/dist/dist/{DynamsoftServiceSetup.msi → DynamicWebTWAINServiceSetup.msi} +0 -0
- package/dist/dist/{DynamsoftServiceSetup.pkg → DynamicWebTWAINServiceSetup.pkg} +0 -0
- package/dist/dist/DynamicWebTWAINServiceSetup.rpm +0 -0
- package/dist/dynamsoft.webtwain.min.js +54 -65
- package/dist/dynamsoft.webtwain.min.mjs +54 -65
- package/dist/src/dynamsoft.lts.js +5 -4
- package/dist/src/dynamsoft.webtwain.css +20 -12
- package/dist/src/dynamsoft.webtwain.viewer.css +4 -4
- package/dist/src/dynamsoft.webtwain.viewer.js +4 -4
- package/dist/types/Addon.BarcodeReader.d.ts +1 -1
- package/dist/types/Addon.PDF.d.ts +10 -2
- package/dist/types/Addon.Webcam.d.ts +6 -6
- package/dist/types/Dynamsoft.d.ts +3 -3
- package/dist/types/WebTwain.Acquire.d.ts +3 -3
- package/dist/types/WebTwain.Buffer.d.ts +1 -1
- package/dist/types/WebTwain.Edit.d.ts +4 -4
- package/dist/types/WebTwain.IO.d.ts +7 -7
- package/dist/types/WebTwain.Util.d.ts +5 -1
- package/dist/types/WebTwain.Viewer.d.ts +104 -13
- package/dist/types/index.d.ts +2 -2
- package/dwt-openapi.yaml +4459 -0
- package/package.json +2 -2
- package/dist/dist/DynamsoftServiceSetup-arm64.deb +0 -0
- package/dist/dist/DynamsoftServiceSetup.deb +0 -0
- package/dist/dist/DynamsoftServiceSetup.rpm +0 -0
package/LICENSE.txt
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
Dynamic Web TWAIN License Agreement
|
|
2
|
-
Revision date:
|
|
1
|
+
Dynamic Web TWAIN License Agreement
|
|
2
|
+
Revision date: 3/28/2025
|
|
3
3
|
IMPORTANT - READ CAREFULLY: THIS IS A LEGAL AGREEMENT BETWEEN YOU (OR "LICENSEE") AND DYNAMSOFT CORPORATION, FOR THE DYNAMSOFT SOFTWARE AND ANY ACCOMPANYING ONLINE OR ELECTRONIC DOCUMENTATION ("SOFTWARE"). BEFORE CONTINUING WITH THE INSTALLATION OF THE SOFTWARE, YOU MUST READ, ACKNOWLEDGE AND ACCEPT THE TERMS AND CONDITIONS OF THE SOFTWARE LICENSE AGREEMENT THAT FOLLOWS ("AGREEMENT"). IF YOU DO NOT ACCEPT THE TERMS AND CONDITIONS OF THE AGREEMENT, DO NOT CLICK AN "AGREE" OR SIMILAR BUTTON AND DO NOT INSTALL OR USE THE SOFTWARE.
|
|
4
4
|
1. DEFINITIONS
|
|
5
5
|
• "Application" means an end user program that the Licensee develops using the Software and into which the Redistributables are incorporated, and which contain significant additional functionality over and above the functionality contained in the Software. Read what is counted as a single application to learn more.
|
|
6
|
-
• "
|
|
6
|
+
• "End-User Computer" means any computer (Windows, macOS or Linux) operated by an end user that runs the Dynamic Web TWAIN Service.
|
|
7
7
|
• "Licensee" means the person or entity entering into this Agreement with Dynamsoft. Any person who is entering into this Agreement on behalf of an organizational entity represents that he or she has the authority to bind such entity.
|
|
8
8
|
• "Redistributables" are those runtime libraries and files intended for duplication and distribution with the Application.
|
|
9
9
|
• "Server" means a device or computer that has the Application deployed. Server includes the following: (i) a networked device with the Software installed that's accessible by multiple users who can independently operate the Software from another machine, (ii) a networked device with the Software running as a service that accepts connections from other machines or applications, (iii) a computer with the Software running to service the public or multiple users, e.g. a kiosk or a scan station, and (iv) a web server with the Software deployed that accepts end user connection to run the Software on the client machines.
|
|
@@ -15,12 +15,12 @@ You may install and use the Software only in the configuration and for the numbe
|
|
|
15
15
|
2.2 Evaluation License
|
|
16
16
|
An Evaluation License may be used only for quantity, type of licenses specified and for the period specified on the Software packaging, ordering or shipping documentation. Upon expiration of such specified period, the Software associated with an Evaluation License will cease to function unless Licensee has purchased full license keys. If the ordering or shipping documentation specifies a particular project, the Software may be used only with that project.
|
|
17
17
|
An Evaluation License may only be used for evaluation or testing purposes and may not be used for production purposes. Notwithstanding any other provision of this Agreement, Software provided under an Evaluation License is provided "AS-IS" without warranty of any kind, express or implied. An Evaluation License may be terminated by Dynamsoft Corporation upon written notice at any time.
|
|
18
|
-
2.3 Deployment License
|
|
18
|
+
2.3 Deployment License
|
|
19
19
|
A Deployment License allows copying, deployment, and distribution of the Redistributables to end users, without further distribution, as part of the Application for your internal business purposes, not for resale to external customers.
|
|
20
20
|
Unless otherwise stated in a duly executed agreement, annual subscription licenses will be valid for one year beginning with the license activation date. Licensee can extend licenses for additional one-year periods (each a "Renewal Term").
|
|
21
21
|
The Deployment Licenses is on a per Application basis with the following licensing options available:
|
|
22
|
-
2.3.1 Per
|
|
23
|
-
One
|
|
22
|
+
2.3.1 Per End-User Computer License
|
|
23
|
+
One End-User Computer License allows access to a same-origin Application (same protocol, same host, and same port) to use the functionalities provided by the Software from one unique End-User Computer.
|
|
24
24
|
2.3.2 Per Server License
|
|
25
25
|
One Server License is required to deploy the Application to one Server. Servers apply to both physical and virtual servers and include but are not limited to production servers all of which require licensing: failover servers, development servers that are also used for testing purposes, quality assurance servers, testing servers, and staging servers. Continuous integration servers (build servers) and localhost development servers don't require additional licenses.
|
|
26
26
|
Per-server license is only for on-premises server deployment and is not applicable for cloud deployments. Please refer to section 2.4 below for applicable licensing if you are providing a cloud hosted/service application.
|
|
@@ -34,6 +34,7 @@ Applicable and additional licensing options can be discussed with sales@dynamsof
|
|
|
34
34
|
Dynamsoft's annual software maintenance and technical support plan benefits are posted on Dynamsoft's website (www.dynamsoft.com) and Dynamsoft reserves the right to amend and modify its technical support policies and annual maintenance plan from time to time, at its sole discretion.
|
|
35
35
|
4. EFFECT OF TERMINATION
|
|
36
36
|
Upon the expiration of subscription licenses, all rights granted to the Licensee under this Agreement (including but not limited to, the rights to use, and/or provide access to the Software) shall terminate unless renewed, and Licensee shall immediately: (a) cease incorporating the Software into the Application; (b) cease use of the Software (in any form, including partial copies in its possession or under its control), and (c) destroy and decommission all copies of the Software.
|
|
37
|
+
|
|
37
38
|
5. RESTRICTIONS
|
|
38
39
|
All rights reserved. Except as expressly permitted by this License Agreement or by applicable law you may not: (a) lease, loan, resell, assign, sublicense, or otherwise distribute the Software or any of the rights granted by this License Agreement without the express written permission of Dynamsoft; (b) use the Software to provide or operate Application Service Provider (ASP), service bureau, marketing, training, outsourcing services, or consulting services, or any other commercial service related to the Software or to develop training materials; (c) modify (even for purposes of error correction), adapt, or translate the Software or create derivative works there from except as necessary to configure the Software using the menus, options and tools provided for such purposes and contained in the Software; (d) in any way reverse engineer, disassemble or decompile the Software (including reverse compiling to ensure interoperability) or any portion thereof except to the extent and for the express purposes authorized by applicable law notwithstanding this limitation; (e) use the Software to develop a product which is competitive with any Dynamsoft Corporation product offerings; (f) use unauthorized keycode(s); (g) disclose any Software benchmark results to any third party without Dynamsoft prior written approval, (h) permit third party access to, or use of the Software except as expressly permitted herein, and (i) distribute or publish keycode(s). If you wish to exercise any right to reverse engineer to ensure interoperability in accordance with applicable law, you shall first provide written notice to Dynamsoft and permit Dynamsoft, at its discretion, to make an offer to provide information and assistance reasonably required to ensure Software interoperability with your other products for a fee to be mutually agreed upon (if any).
|
|
39
40
|
Your product is targeted to end users. The end-user application you develop using the Software must not be another development tool and/or SDK.
|
|
@@ -47,9 +48,12 @@ Dynamsoft and/or its suppliers retain all right, title and interest in and to th
|
|
|
47
48
|
7. WARRANTIES AND DISCLAIMERS
|
|
48
49
|
THIS SOFTWARE AND THE ACCOMPANYING FILES ARE SOLD "AS IS" WITHOUT WARRANTY OF ANY KIND EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. ANY USE BY YOU OF THE SOFTWARE IS AT YOUR OWN RISK.
|
|
49
50
|
NO LIABILITY FOR CONSEQUENTIAL DAMAGES. UNDER NO CIRCUMSTANCE SHALL DYNAMSOFT BE LIABLE FOR ANY DAMAGES WHATSOEVER ARISING FROM THE USE OR INABILITY TO USE DYNAMSOFT PRODUCTS.
|
|
50
|
-
8.
|
|
51
|
+
8. ASSIGNMENT
|
|
52
|
+
Neither party may assign any rights or obligations arising under this Agreement, whether by operation or law or otherwise, without the prior written consent of the other party; except that Dynamsoft may assign this Agreement without your consent in connection with a merger, acquisition, corporate reorganization, or sale of all or substantially all of its assets or shares. This Agreement shall inure to the benefit of and shall be binding on the successors and assignees of the parties.
|
|
53
|
+
9. CONFLICT OR INCONSISTENCY
|
|
51
54
|
Unless expressly agreed otherwise, in the event of any conflict or inconsistency between the terms and conditions of this Agreement and any terms or conditions set forth in any purchase order or other document relating to the transactions contemplated by this Agreement, the terms and conditions set forth in this Agreement shall prevail.
|
|
52
|
-
|
|
55
|
+
10. APPLICABLE LAWS
|
|
53
56
|
This Agreement shall be construed, and the legal relations between the parties hereto shall be determined as follows: (a) If Licensee's head office is located in the United States, in accordance with the laws of the State of Delaware, and the federal laws of the United States; or (b) If Licensee's head office is located anywhere in the world except the United States, in accordance with the laws of the Province of British Columbia and the federal laws of Canada applicable therein; and (c) The United Nations Convention on Contracts for the International Sale of Goods and any conflicts of law principles and the Uniform Computer Information Transactions Act (where enacted) shall not apply to the Agreement. Any disputes pertaining to this Agreement requiring judicial action will only take place in the Province of British Columbia, Canada.
|
|
54
|
-
|
|
55
|
-
The Licensee shall (a) comply with all applicable laws and regulations, including all import and export laws and all anti-bribery laws, (b) avoid deceptive, misleading or unethical practices, and (c) conduct business in a manner that always reflects favorably on the Dynamsoft Products and Dynamsoft's goodwill and reputation, and (d) promptly notify Dynamsoft of any complaint or adverse claim about the Software of which Licensee becomes aware.
|
|
57
|
+
11. BUSINESS PRACTICES
|
|
58
|
+
The Licensee shall (a) comply with all applicable laws and regulations, including all import and export laws and all anti-bribery laws, (b) avoid deceptive, misleading or unethical practices, and (c) conduct business in a manner that always reflects favorably on the Dynamsoft Products and Dynamsoft's goodwill and reputation, and (d) promptly notify Dynamsoft of any complaint or adverse claim about the Software of which Licensee becomes aware.
|
|
59
|
+
|
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
[Dynamic Web TWAIN](https://www.dynamsoft.com/web-twain/overview/) is a cross-platform scanning SDK designed for web document management applications. With just a few lines of JavaScript code, you can develop robust web applications to scan documents, edit images and save them to file systems. To see it in action, please visit <a href="https://demo.dynamsoft.com/web-twain/" target="_blank">**this online demo**</a>
|
|
7
7
|
|
|
8
|
-
Note: Dynamic Web TWAIN SDK **
|
|
8
|
+
Note: Dynamic Web TWAIN SDK **v19.1** is built in this package. For more detail, check the [Version Info](#versions).
|
|
9
9
|
|
|
10
10
|
## Table of Contents
|
|
11
11
|
- [Supported Environments](#supported-environments)
|
|
@@ -35,8 +35,6 @@ Note: Dynamic Web TWAIN SDK **v18.5.1** is built in this package. For more detai
|
|
|
35
35
|
- Windows
|
|
36
36
|
- Linux
|
|
37
37
|
- macOS
|
|
38
|
-
- Android
|
|
39
|
-
- iOS (Remote scanner)
|
|
40
38
|
|
|
41
39
|
### Supported CPU Architectures
|
|
42
40
|
- x86/x64
|
|
@@ -65,8 +63,6 @@ Note: Dynamic Web TWAIN SDK **v18.5.1** is built in this package. For more detai
|
|
|
65
63
|
If you do not have a physical scanner to test on Windows, you can install a virtual scanner.
|
|
66
64
|
- [Virtual Scanner for Windows](https://download.dynamsoft.com/tool/twainds.win32.installer.2.1.3.msi)
|
|
67
65
|
|
|
68
|
-
Read more [here](https://www.dynamsoft.com/web-twain/docs/getstarted/hardware.html?ver=latest#no-scanner-to-test).
|
|
69
|
-
|
|
70
66
|
## Deployment
|
|
71
67
|
|
|
72
68
|
Dynamic Web TWAIN relies on the files in the `/dist/` folder to work. Make sure to put these files on your server and correctly refer to them by specifying the path with `ResourcesPath` (relative and absolute paths are both fine).
|
|
@@ -82,7 +78,7 @@ If you are making use of the `CDN` [jsDelivr](https://cdn.jsdelivr.net/npm/dwt),
|
|
|
82
78
|
<html>
|
|
83
79
|
<head>
|
|
84
80
|
<title>Hello World</title>
|
|
85
|
-
<script src="dist/dynamsoft.webtwain.min.js"></script>
|
|
81
|
+
<script src="https://unpkg.com/dwt@latest/dist/dynamsoft.webtwain.min.js"></script>
|
|
86
82
|
</head>
|
|
87
83
|
<body>
|
|
88
84
|
</body>
|
|
@@ -98,12 +94,12 @@ If you are making use of the `CDN` [jsDelivr](https://cdn.jsdelivr.net/npm/dwt),
|
|
|
98
94
|
<html>
|
|
99
95
|
<head>
|
|
100
96
|
<title>Hello World</title>
|
|
101
|
-
<script src="dist/dynamsoft.webtwain.min.js"></script>
|
|
97
|
+
<script src="https://unpkg.com/dwt@latest/dist/dynamsoft.webtwain.min.js"></script>
|
|
102
98
|
</head>
|
|
103
99
|
<body>
|
|
104
100
|
<script type="text/javascript">
|
|
105
|
-
Dynamsoft.DWT.ResourcesPath = "dist";
|
|
106
|
-
Dynamsoft.DWT.ProductKey = '
|
|
101
|
+
Dynamsoft.DWT.ResourcesPath = "https://unpkg.com/dwt@latest/dist";
|
|
102
|
+
Dynamsoft.DWT.ProductKey = 'DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9';
|
|
107
103
|
Dynamsoft.DWT.Containers = [{ ContainerId: 'dwtcontrolContainer', Width: 270, Height: 350 }];
|
|
108
104
|
</script>
|
|
109
105
|
</body>
|
|
@@ -125,14 +121,14 @@ If you are making use of the `CDN` [jsDelivr](https://cdn.jsdelivr.net/npm/dwt),
|
|
|
125
121
|
<html>
|
|
126
122
|
<head>
|
|
127
123
|
<title>Hello World</title>
|
|
128
|
-
<script src="dist/dynamsoft.webtwain.min.js"></script>
|
|
124
|
+
<script src="https://unpkg.com/dwt@latest/dist/dynamsoft.webtwain.min.js"></script>
|
|
129
125
|
</head>
|
|
130
126
|
<body>
|
|
131
127
|
<input type="button" value="Scan" onclick="AcquireImage();" />
|
|
132
128
|
<div id="dwtcontrolContainer"></div>
|
|
133
129
|
<script type="text/javascript">
|
|
134
|
-
Dynamsoft.DWT.ResourcesPath = "dist";
|
|
135
|
-
Dynamsoft.DWT.ProductKey = '
|
|
130
|
+
Dynamsoft.DWT.ResourcesPath = "https://unpkg.com/dwt@latest/dist";
|
|
131
|
+
Dynamsoft.DWT.ProductKey = 'DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9'; // Put your own key here
|
|
136
132
|
Dynamsoft.DWT.Containers = [{ ContainerId: 'dwtcontrolContainer', Width: 270, Height: 350 }];
|
|
137
133
|
window.onload = function () {
|
|
138
134
|
Dynamsoft.DWT.Load();
|
|
@@ -168,7 +164,7 @@ If you are making use of the `CDN` [jsDelivr](https://cdn.jsdelivr.net/npm/dwt),
|
|
|
168
164
|
|
|
169
165
|
## Features
|
|
170
166
|
|
|
171
|
-
###
|
|
167
|
+
### Dynamic Web TWAIN Service for Scanner
|
|
172
168
|
|
|
173
169
|
| Features | Windows | Linux | macOS|
|
|
174
170
|
| ------------- |:-------------:| -----:| -----:|
|
|
@@ -197,37 +193,37 @@ https://www.dynamsoft.com/Products/WebTWAIN_License.aspx
|
|
|
197
193
|
|
|
198
194
|
## Versions
|
|
199
195
|
|
|
200
|
-
>`
|
|
196
|
+
>`Dynamic Web TWAIN Service (DynamicWebTWAINService.exe, 64bit)`
|
|
201
197
|
>
|
|
202
|
-
>**
|
|
198
|
+
>**v19.1** (build version 1, 9, 0, 0428)
|
|
203
199
|
>
|
|
204
|
-
>`
|
|
200
|
+
>`Dynamic Web TWAIN Service Manager (DWASManager_19000318.dll, 64bit)`
|
|
205
201
|
>
|
|
206
|
-
>**
|
|
202
|
+
>**v19.1** (build version 19, 0, 0, 0318)
|
|
207
203
|
>
|
|
208
|
-
>`Device Manager (
|
|
204
|
+
>`Device Manager (DeviceManager_19100428.dll, 64bit)`
|
|
209
205
|
>
|
|
210
|
-
>**
|
|
206
|
+
>**v19.1** (build version 19, 1, 0, 0428)
|
|
211
207
|
>
|
|
212
|
-
>`Dynamic Web TWAIN (
|
|
208
|
+
>`Dynamic Web TWAIN (dwt_19.1.0.0428.dll, 64bit)`
|
|
213
209
|
>
|
|
214
|
-
>**
|
|
210
|
+
>**v19.1** (build version 19, 1, 0, 0428)
|
|
215
211
|
>
|
|
216
|
-
>`Dynamsoft PDF Rasterizer (
|
|
212
|
+
>`Dynamsoft Image encryption and decryption & PDF Rasterizer (DMCodecx64.dll, 64bit)`
|
|
217
213
|
>
|
|
218
|
-
>**
|
|
214
|
+
>**v19.1** (build version 12, 0, 0, 0318)
|
|
219
215
|
>
|
|
220
|
-
>`Dynamsoft Barcode Reader (dbrx64_9.6.
|
|
216
|
+
>`Dynamsoft Barcode Reader (dbrx64_9.6.2.0318.dll, 64bit)`
|
|
221
217
|
>
|
|
222
|
-
>**v9.6.1** (build version 9, 6,
|
|
218
|
+
>**v9.6.1** (build version 9, 6, 2, 0318)
|
|
223
219
|
>
|
|
224
220
|
>`Dynamsoft Webcam Addon (DynamicWebcamx64_15.0.0.0625.dll, 64bit)`
|
|
225
221
|
>
|
|
226
|
-
>**
|
|
222
|
+
>**v19.1** (build version 15, 0, 0, 0625)
|
|
227
223
|
>
|
|
228
|
-
>`Dynamsoft Upload Module (UploadModule_1.
|
|
224
|
+
>`Dynamsoft Upload Module (UploadModule_1.9.0.0318.dll, 64bit)`
|
|
229
225
|
>
|
|
230
|
-
>**
|
|
226
|
+
>**v19.1** (build version 1, 9, 0, 0318)
|
|
231
227
|
|
|
232
228
|
## Changelog
|
|
233
229
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|