Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion faq/can-i-install-dynamsoft-service-silently.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
70 changes: 35 additions & 35 deletions faq/what-are-the-resources-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Resources files help you include Dynamic Web TWAIN in your application. The foll

<div class="multi-panel-switching-prefix"></div>

- [18.0 and 18.0-](#18min)
- [v18.1+](#18plus)
- [From v16.0 to v18.0](#18min)

<div class="multi-panel-start"></div>

Expand All @@ -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

Expand All @@ -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.
Expand All @@ -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.
Expand Down Expand Up @@ -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-<version number>.js
- dynamsoft.imagecore-<version number>.wasm
- dynamsoft.imageio-<version number>.wasm
- dynamsoft.imageProc-<version number>.wasm
- dynamsoft.pdfReader-<version number>.wasm
- dynamsoft.pdfWriter-<version number>.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

<div class="multi-panel-end"></div>

Expand All @@ -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

Expand All @@ -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.
Expand All @@ -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.
Expand Down Expand Up @@ -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-<version number>.js
- dynamsoft.imagecore-<version number>.wasm
- dynamsoft.imageio-<version number>.wasm
- dynamsoft.imageProc-<version number>.wasm
- dynamsoft.pdfReader-<version number>.wasm
- dynamsoft.pdfWriter-<version number>.wasm
- dynamsoft.viewer.css
- dynamsoft.viewer.js
- dynamsoft.webtwain.css

<div class="multi-panel-end"></div>

Expand Down