dwt 17.2.1 → 17.2.2
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/README.md +20 -9
- package/dist/dist/DynamsoftServiceSetup-arm64.deb +0 -0
- package/dist/dist/DynamsoftServiceSetup-mips64el.deb +0 -0
- package/dist/dist/DynamsoftServiceSetup.deb +0 -0
- package/dist/dist/DynamsoftServiceSetup.msi +0 -0
- package/dist/dist/DynamsoftServiceSetup.pkg +0 -0
- package/dist/dist/DynamsoftServiceSetup.rpm +0 -0
- package/dist/dynamsoft.webtwain.min.js +154 -153
- package/dist/dynamsoft.webtwain.min.mjs +154 -153
- package/dist/src/dynamsoft.imageio_wasm-1.7.2.js +3 -3
- package/dist/src/dynamsoft.lts.js +27 -4
- package/dist/src/dynamsoft.pdfReader_wasm-1.7.2.js +3 -3
- package/dist/src/dynamsoft.viewer.css +2 -2
- package/dist/src/dynamsoft.viewer.js +2 -2
- package/dist/src/dynamsoft.webtwain.css +11 -9
- package/dist/src/fastcomp/dynamsoft.imageio_wasm-1.7.2.js +3 -3
- package/dist/types/Dynamsoft.d.ts +1 -1
- package/package.json +1 -1
- package/samples/1.AcquireImage.html +1 -1
- package/samples/10.ScanOrCapture.html +1 -1
- package/samples/11.mobilebrowsercapture.html +2 -1
- package/samples/2.CustomScan.html +1 -1
- package/samples/3.LoadAndSaveImages.html +1 -1
- package/samples/4.PDFRasterizer.html +1 -1
- package/samples/5.Edit.html +1 -1
- package/samples/6.Navigation.html +1 -1
- package/samples/7.Thumbnail.html +1 -1
- package/samples/8.OCRADocument.html +1 -1
- package/samples/9.ReadBarcode.html +1 -1
package/README.md
CHANGED
|
@@ -105,6 +105,7 @@ If you are making use of the `CDN` [jsDelivr](https://cdn.jsdelivr.net/npm/dwt),
|
|
|
105
105
|
<script type="text/javascript">
|
|
106
106
|
Dynamsoft.DWT.ResourcesPath = "dist";
|
|
107
107
|
Dynamsoft.DWT.ProductKey = 't0140cQMAA...';
|
|
108
|
+
Dynamsoft.DWT.Containers = [{ ContainerId: 'dwtcontrolContainer', Width: 270, Height: 350 }];
|
|
108
109
|
</script>
|
|
109
110
|
</body>
|
|
110
111
|
</html>
|
|
@@ -133,6 +134,7 @@ If you are making use of the `CDN` [jsDelivr](https://cdn.jsdelivr.net/npm/dwt),
|
|
|
133
134
|
<script type="text/javascript">
|
|
134
135
|
Dynamsoft.DWT.ResourcesPath = "dist";
|
|
135
136
|
Dynamsoft.DWT.ProductKey = 't0140cQMAA...'; // Put your own key here
|
|
137
|
+
Dynamsoft.DWT.Containers = [{ ContainerId: 'dwtcontrolContainer', Width: 270, Height: 350 }];
|
|
136
138
|
window.onload = function () {
|
|
137
139
|
Dynamsoft.DWT.Load();
|
|
138
140
|
};
|
|
@@ -223,23 +225,23 @@ https://www.dynamsoft.com/Products/WebTWAIN_License.aspx
|
|
|
223
225
|
|
|
224
226
|
>`Dynamsoft Service (DynamsoftService.exe, 64bit)`
|
|
225
227
|
>
|
|
226
|
-
>**v17.2** (build version 1, 7, 2,
|
|
228
|
+
>**v17.2.1** (build version 1, 7, 2, 0228)
|
|
227
229
|
>
|
|
228
|
-
>`Dynamsoft Service Manager (
|
|
230
|
+
>`Dynamsoft Service Manager (DWASManager_17210228.dll, 64bit)`
|
|
229
231
|
>
|
|
230
|
-
>**v17.2** (build version 17, 2,
|
|
232
|
+
>**v17.2.1** (build version 17, 2, 1, 0228)
|
|
231
233
|
>
|
|
232
|
-
>`Dynamic Web TWAIN (dwt_17.2.
|
|
234
|
+
>`Dynamic Web TWAIN (dwt_17.2.1.0228.dll, 64bit)`
|
|
233
235
|
>
|
|
234
|
-
>**v17.2** (build version 17, 2,
|
|
236
|
+
>**v17.2.1** (build version 17, 2, 1, 0228)
|
|
235
237
|
>
|
|
236
238
|
>`Dynamsoft PDF Rasterizer (DynamicPdfRx64_11.3.0.1026.dll, 64bit)`
|
|
237
239
|
>
|
|
238
|
-
>**v17.2** (build version 11, 3, 0, 1026)
|
|
240
|
+
>**v17.2.1** (build version 11, 3, 0, 1026)
|
|
239
241
|
>
|
|
240
242
|
>`Dynamsoft OCR Basic Engine (DynamicOCRx64_10.0.0.0618.dll, 64bit)`
|
|
241
243
|
>
|
|
242
|
-
>**v17.2** (build version 10, 0, 0, 0618)
|
|
244
|
+
>**v17.2.1** (build version 10, 0, 0, 0618)
|
|
243
245
|
>
|
|
244
246
|
>`Dynamsoft Barcode Reader (dbrx64_8.6.0.1026.dll, 64bit)`
|
|
245
247
|
>
|
|
@@ -247,12 +249,21 @@ https://www.dynamsoft.com/Products/WebTWAIN_License.aspx
|
|
|
247
249
|
>
|
|
248
250
|
>`Dynamsoft Webcam Addon (DynamicWebcamx64_15.0.0.0625.dll, 64bit)`
|
|
249
251
|
>
|
|
250
|
-
>**v17.2** (build version 15, 0, 0, 0625)
|
|
252
|
+
>**v17.2.1** (build version 15, 0, 0, 0625)
|
|
251
253
|
>
|
|
252
254
|
>`Dynamsoft Upload Module (UploadModule_1.7.2.1026.dll, 64bit)`
|
|
253
255
|
>
|
|
254
|
-
>**v17.2** (build version 1, 7, 2, 1026)
|
|
256
|
+
>**v17.2.1** (build version 1, 7, 2, 1026)
|
|
255
257
|
|
|
256
258
|
## Changelog
|
|
257
259
|
|
|
258
260
|
Check out the [release notes](https://www.dynamsoft.com/web-twain/docs/info/schedule/stable.html?product=dwt&utm_source=npm) of the Dynamic Web TWAIN library.
|
|
261
|
+
|
|
262
|
+
|
|
263
|
+
**Note**
|
|
264
|
+
|
|
265
|
+
If you are upgrading from the old versions to V17.1+, please add the following code after Dynamsoft.DWT.ProductKey to make [Dynamsoft.DWT.Load](https://www.dynamsoft.com/web-twain/docs/info/api/Dynamsoft_WebTwainEnv.html#load) take effect.
|
|
266
|
+
|
|
267
|
+
> Dynamsoft.DWT.Containers = [{ ContainerId: 'dwtcontrolContainer', Width: 270, Height: 350 }];
|
|
268
|
+
|
|
269
|
+
Otherwise, the initialization will fail.
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|