Thanks for Downloading Dynamic Web TWAIN 30-Day Trial!
Your download will start shortly. If your download does not begin, click here to retry.
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
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******';
License Agreement
View the Dynamic Web TWAIN License Agreement.