Thanks for Downloading Dynamic Web TWAIN 30-Day Trial!
Your download will start shortly. If your download does not begin, click here to retry.
View all FAQs about Project Deployment and End-user Installation
How do I know which SDK version I am using?
Introduction
Due to Dynamic Web TWAIN being a long-standing and popular product among enterprises, customers who have integrated Dynamic Web TWAIN may be using various versions. To provide better technical support, customers will need to provide the SDK version number they are using to help Dynamsoft understand the situation more accurately. This article will outline several methods to assist users in finding the current SDK version they are using.
Resolution
-
Method 1
If you are not using NPM to manage Dynamic Web TWAIN resources, you can try to find and open the “dynamsoft.webtwain.config.js” file in your project. At the very top of the file, you can see the version number noted by Dynamsoft in the comments.
If you are using NPM to manage Dynamic Web TWAIN resources, you can try to find and open the “dynamsoft.webtwain.min.js” file in your project. At the very top of the file, you can see the version number noted by Dynamsoft in the comments.
- Method 2
For versions 17.0 and above, you can retrieve the current SDK version by running the code “
Dynamsoft.DWT.JSVersion
”.For versions prior to 17.0, you can obtain the current SDK version by executing the code “
Dynamosft.WebTwainEnv.JSVersion
” - Method 3
Let’s take Windows as a example, to find the version of Dynamsoft Service on Windows, you can follow these steps:
- Open the Control Panel.
- In the Control Panel, click on the “Uninstall a Program” option.
- Look for “Dynamsoft Service” in the list of installed programs.
- The version of Dynamsoft Service should be displayed in the program list.
If you need further assistance, please contact Dynamsoft Support.