Web Demos

BARCODE READER SDK DEMO

Explore the flexibe barcode reading settings to optimize for your specific usage scenario.

WEB TWAIN SDK DEMO

Try the most popular web scanner features: scan images, import local images and PDF files, edit, save to local, upload to database, and etc.

BARCODE READER JAVASCRIPT DEMO

Transform any camera-equipped devices into real-time, browser-based barcode and QR code scanners.

MRZ SCANNER WEB DEMO

Detects the machine-readable zone of a passport, scans the text, and parses into human-readable data.

APP STORE DEMOS

BARCODE READER SDK FOR IOS

BARCODE READER SDK FOR ANDROID

VIEW MORE DEMOS >
Dev Center
Table of contents

Upgrade

This upgrade section talks about how to upgrade Dynamic Web TWAIN to the latest version.

IMPORTANT

Please be aware of the following namespace changes introduced in version 17.0.

v17.0+ v16.2-
Dynamsoft.DWT Dynamsoft.WebTwainEnv
Dynamsoft.DWT.EnumDWT_ Dynamsoft.EnumDWT_
Dynamsoft.DBR.EnumBarcodeFormat Dynamsoft.EnumBarcodeFormat

More barcode enumeration can be found here

Please review our changelog for all breaking changes.

Please refer to this list for all deprecated features.

Update the resources files

The resources files refer to the Resources folder in the installation directory, C:\Program Files (x86)\Dynamsoft\Dynamic Web TWAIN SDK 17.0. For more details, you can check here

Regular Web application

Uninstall the old version

  • Windows: Search Dynamic Web TWAIN in Control Panel -> Programs and Features , and remove all the relevant components there.

  • macOS: Execute Applications > Dynamsoft > Dynamic Web TWAIN SDK {Version Number} > Uninstall.pkg

Install the new version

You can use the official installer to install the new verion.

Download SDK

Replace the resources files

If you haven’t renamed the official folder, the resources files should reside in a folder named “Resources”. In this step, copy the new resources files and replace the old ones. The new files are typically found in the following location after the installation

  • Windows: C:\Program Files (x86)\Dynamsoft\Dynamic Web TWAIN SDK {Version Number}\
  • macOS: Applications > Dynamsoft > Dynamic Web TWAIN SDK {Version Number}

Applications that make use of the dwt package

If your application uses a framework or library like Angular , React , Vue , etc., the upgrade is easier as you just need to install the new version to replace the old one. For example

npm install dwt

or

yarn add dwt

You may want to update the types definition as well

npm install @types/dwt

or

yarn add @types/dwt

Update the Product Key

The Product Key needs to be updated when your current license is no longer valid (expired, for example) or when you upgrade across major versions. The Product Key is set using the global API Dynamsoft.DWT.ProductKey and the change is only effective before creating WebTwain instances

In most cases, you can just make the change in the file dynamsoft.webtwain.config.js .

// If you have multiple license keys, just separate them with semicolons.
Dynamsoft.DWT.ProductKey = 't0076lQAAAGNcO61He******;t0076lQAAAGNcO61He******';

If it is set elsewhere, you need to find it and replace it. For example, if you are making use of the dwt package (dynamsoft.webtwain.min.js or dynamsoft.webtwain.min.mjs), the file dynamsoft.webtwain.config.js doesn’t exist and you should already have the above line of code in your own JavaScript where you can update the license when needed.

But if you are using Per Client Device License , you need to use organizationID

Dynamsoft.DWT.organizationID = "123456"; // replace the number 123456 with YOUR-ORGANIZATION-ID. 
//Note: organizationID and ProductKey cannot be used together

Please note that this licensing model is only supported from DWT 17.0 and needs to be used with Dynamsoft License Server (DLS for short). See more about What is a DLS

Update Dynamsoft Service on the client-side

Service mode

Starting in version 16.*, Dynamsoft Service is designed to be backward compatible (unfortunately, just as far back as 16.0). The compatibility is done in two ways

  • For minor versions like 16.1 to 16.2, if the newer version of Dynamsoft Service has been installed on a desktop, websites utilizing both the newer version and the older version can work without reinstallation of Dynamsoft Service
  • For major versions like 16.* to 17.*, the newer version will be installed to a different directory which can coexist with the service directory of the old version. The user can choose to uninstall the old version if necessary

That means, once you, as the maintainer, have finished upgrading your application to a newer Dynamic Web TWAIN on the server side, the clients could face one of two situations

  • If the clients have installed the same or even newer minor version of Dynamsoft Service themselves (probably from another application that uses Dynamic Web TWAIN ), they don’t need to do anything;
  • If the clients never installed Dynamsoft Service or have an older version or a different new major version of it, they will be required to do a reinstallation of Dynamsoft Service. The process is described here

WASM mode

By comparison, if Dynamic Web TWAIN runs only in the WASM mode, the clients don’t need to install anything themselves as the WASM browsers will take care of the upgrade process. What the clients may encounter is a slower-than-usual page load when they visit the application for the first time after the upgrade.

Once upgraded, the old WASM files will continue to exist in the browser as cached data until it’s purged by the browser or by the user.

Other Topics

Expand your application to mobile platforms

If you are upgrading to version 17 for mobile functionality (basically, DWT in WASM mode, there are some considerations to be made. As mobile support is one of the newest offerings from Dynamsoft, not all of the old DWT features are fully available at present. That said, we are constantly working on increasing the supported mobile feature set, so we recommend reviewing our release notes, and if you have any questions, contact Dynamsoft Support

As an example for how some existing DWT features will work on mobile platforms

Scanning

This will become either capturing from mobile cameras or capturing from a Remote Windows machine in the LAN.

Loading

This will be either loading or capturing.

Saving

This will become an in-browser download operation as mentioned here

Editing

Similar to existing desktop functionality but the performance is not as good.

Uploading

Similar to existing desktop browser functionality but is limited to only one API HTTPUpload()

Viewing

Identical to current desktop browser functionality.

Barcode reading

Identical to current desktop browser functionality.

PDF Handling

Similar to current desktop browser functionality but the rasterizing feature depends on embeded fonts in the PDF file whereas the on desktop, the system fonts can also be used.

OCR

Client-side support is to be added in a later version.

Is this page helpful?

YesYes NoNo

In this article:

version 17.1.1

  • Latest Version
  • Version 17.2.1
  • Version 17.1.1
  • Version 17.0
  • Version 16.2
  • Version 16.1.1
Change +
© 2003–2022 Dynamsoft. All rights reserved.
Privacy Statement / Site Map / Home / Purchase / Support