License
Trial License
Request trial license
You can request a trial license of Dynamic Web TWAIN via our customer portal or contacting support.
Update trial license
You can set the new key via the ProductKey
API.
-
Open
dynamsoft.webtwain.config.js
from your local project or searchProductKey
to locate the code for license setting. -
Update
ProductKey
in the code.Dynamsoft.DWT.ProductKey = 't0076lQAAAGNcO61He******'; // update the ProductKey with yours
-
Refresh your scan page and try again.
Full license
You can find all the full licenses you own via our customer portal.
Depending on the type of full license you are using, you can add/update the full license via the ProductKey
or organizationID
API (available for Dynamic Web TWAIN v17.0+).
Update ProductKey
If you are using a ProductKey, you can search ProductKey
to locate the code for license setting which resides in the dynamsoft.webtwain.config.js
file for most cases.
Dynamsoft.DWT.ProductKey = 't0076lQAAAGNcO61He******'; // update the ProductKey with yours
If you have multiple license keys, separate them with semicolons like below:
Dynamsoft.DWT.ProductKey = 't0076lQAAAGNcO61He******;t0076lQAAAGNcO61He******';
Update organizationID
If you are using an organizationID, you can simply update the organizationID
in your code.
Dynamsoft.DWT.organizationID = "123456"; // replace the number 123456 with YOUR-ORGANIZATION-ID
As of version 17.3, you can use the ProductKey
API to specify an organizationID.
Dynamsoft.DWT.ProductKey = "123456"; // replace the number 123456 with YOUR-ORGANIZATION-ID
Note: ProductKey and organizationID cannot be used together.
License Agreement
View the Dynamic Web TWAIN License Agreement.