Dev Center
You can request a trial license of Dynamic Web TWAIN via our customer portal or contacting support.
You can set the new key via the ProductKey
API.
Open dynamsoft.webtwain.config.js
from your local project or search ProductKey
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.
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+).
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******';
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
View the Dynamic Web TWAIN License Agreement.
latest version