From 556b1313159d13bff3bf119d12b3a01cba6b2113 Mon Sep 17 00:00:00 2001 From: rebeccakak <65151532+rebeccakak@users.noreply.github.com> Date: Wed, 28 Jun 2023 14:12:36 +0800 Subject: [PATCH 1/2] Update can-i-install-dynamsoft-service-silently.md --- faq/can-i-install-dynamsoft-service-silently.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faq/can-i-install-dynamsoft-service-silently.md b/faq/can-i-install-dynamsoft-service-silently.md index 769afcf4..de2504ac 100644 --- a/faq/can-i-install-dynamsoft-service-silently.md +++ b/faq/can-i-install-dynamsoft-service-silently.md @@ -45,4 +45,4 @@ or sudo rpm -i path/to/DynamsoftServiceSetup.rpm ``` -And in a controlled environment, Dynamic Web TWAIN can be distributed to all clients in one go just like other similar programs. [Group Policy](https://docs.microsoft.com/en-us/troubleshoot/windows-server/group-policy/use-group-policy-to-install-software) is one such technology. +And in a controlled environment, Dynamsoft Service can be distributed to all clients in one go just like other similar programs. [Group Policy](https://docs.microsoft.com/en-us/troubleshoot/windows-server/group-policy/use-group-policy-to-install-software) is one such technology. From 53b8b0ffee22ed8e681b80cb5529640a501f465d Mon Sep 17 00:00:00 2001 From: ztyyLV <97287824+ztyyLV@users.noreply.github.com> Date: Wed, 28 Jun 2023 16:10:36 +0800 Subject: [PATCH 2/2] Update what-are-the-resources-files.md --- faq/what-are-the-resources-files.md | 70 ++++++++++++++--------------- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/faq/what-are-the-resources-files.md b/faq/what-are-the-resources-files.md index a999ca15..7d59a1f5 100644 --- a/faq/what-are-the-resources-files.md +++ b/faq/what-are-the-resources-files.md @@ -19,8 +19,8 @@ Resources files help you include Dynamic Web TWAIN in your application. The foll
-- [18.0 and 18.0-](#18min) - [v18.1+](#18plus) +- [From v16.0 to v18.0](#18min)
@@ -32,7 +32,11 @@ Resources files help you include Dynamic Web TWAIN in your application. The foll * dynamsoft.webtwain.initiate.js -> This file is the core of the Dynamic Web TWAIN library. +> This file is the core of the Dynamic Web TWAIN library. + +* dynamsoft.webtwain.initiate_cus.js + +> This file is the core of the Dynamic Web TWAIN customized library, please do not use it if there is no requirement. * dynamsoft.webtwain.install.js @@ -45,10 +49,6 @@ Resources files help you include Dynamic Web TWAIN in your application. The foll > This file contains the functionalities of the Dynamsoft Upload Module. - + dynamsoft.webtwain.addon.camera.js - - > This file contains the functionalities of the Camera addon. - + dynamsoft.webtwain.addon.pdf.js > This file contains the functionalities of the PDF Rasterizer addon. @@ -61,15 +61,6 @@ Resources files help you include Dynamic Web TWAIN in your application. The foll > This file contains the functionalities of the Barcode addon. - + dbrjs - - > These files are meant for the barcode reader addon for using by the Camera addon. - - - dbr.js - - dbr-7.4.0.1.full.wasm - - dbr-7.4.0.1.full.wasm.js - - dbr-7.4.0.1.worker.js - * dist > Under this directory are the installers for the Dynamsoft Service which needs to be manually installed on each client machine that uses the Dynamic Web TWAIN library as a service. @@ -100,16 +91,11 @@ Resources files help you include Dynamic Web TWAIN in your application. The foll > - PDF read & write > - Viewer & UI - - dynamsoft.imageio.js - - dynamsoft.imageio_wasm-.js - - dynamsoft.imagecore-.wasm - - dynamsoft.imageio-.wasm - - dynamsoft.imageProc-.wasm - - dynamsoft.pdfReader-.wasm - - dynamsoft.pdfWriter-.wasm - - dynamsoft.viewer.css - - dynamsoft.viewer.js - - dynamsoft.webtwain.css + - dynamsoft.lts.js + - dynamsoft.webtwain.activex.js + - dynamsoft.webtwain.viewer.css + - dynamsoft.webtwain.viewer.viewer.js + - dynamsoft.webtwain.viewer.js
@@ -123,11 +109,7 @@ Resources files help you include Dynamic Web TWAIN in your application. The foll * dynamsoft.webtwain.initiate.js -> This file is the core of the Dynamic Web TWAIN library. - -* dynamsoft.webtwain.initiate_cus.js - -> This file is the core of the Dynamic Web TWAIN customized library, please do not use it if there is no requirement. +> This file is the core of the Dynamic Web TWAIN library. * dynamsoft.webtwain.install.js @@ -140,6 +122,10 @@ Resources files help you include Dynamic Web TWAIN in your application. The foll > This file contains the functionalities of the Dynamsoft Upload Module. + + dynamsoft.webtwain.addon.camera.js + + > This file contains the functionalities of the Camera addon. + + dynamsoft.webtwain.addon.pdf.js > This file contains the functionalities of the PDF Rasterizer addon. @@ -152,6 +138,15 @@ Resources files help you include Dynamic Web TWAIN in your application. The foll > This file contains the functionalities of the Barcode addon. + + dbrjs + + > These files are meant for the barcode reader addon for using by the Camera addon. + + - dbr.js + - dbr-7.4.0.1.full.wasm + - dbr-7.4.0.1.full.wasm.js + - dbr-7.4.0.1.worker.js + * dist > Under this directory are the installers for the Dynamsoft Service which needs to be manually installed on each client machine that uses the Dynamic Web TWAIN library as a service. @@ -182,11 +177,16 @@ Resources files help you include Dynamic Web TWAIN in your application. The foll > - PDF read & write > - Viewer & UI - - dynamsoft.lts.js - - dynamsoft.webtwain.activex.js - - dynamsoft.webtwain.viewer.css - - dynamsoft.webtwain.viewer.viewer.js - - dynamsoft.webtwain.viewer.js + - dynamsoft.imageio.js + - dynamsoft.imageio_wasm-.js + - dynamsoft.imagecore-.wasm + - dynamsoft.imageio-.wasm + - dynamsoft.imageProc-.wasm + - dynamsoft.pdfReader-.wasm + - dynamsoft.pdfWriter-.wasm + - dynamsoft.viewer.css + - dynamsoft.viewer.js + - dynamsoft.webtwain.css