Dynamic Web TWAIN Releases

Released: Jan 20, 2022

Updates in 17.2

Features

Buffer

  • Organize images in a set. [HTML5 & WASM] Added new methods:
    • CreateFile().
    • OpenFile().
    • RemoveFile().
    • GetCurrentFileName().
    • GetFileInfoList().
    • GetTagListByIndex().

Editor

  • [HTML5 & WASM] Added new methods:
    • ChangeBrightnessAsync().
    • ChangeContrastAsnyc().

Camera

  • [WASM] Added new method scanDocument() to capture document(s).

Global

  • [HTML5] Added new method UpdateCert() to automatically update the client side certificate.

Viewer

  • [HTML5 & WASM] Added new property showCheckbox...

Released: Aug 19, 2021

Updates in 17.1.1

Features

  • Updated DSSCN2.exe and DSSCN2x64.exe to optimize scanner compatibility.
  • Improved Dynamsoft Service connection performance.
  • Improved LoadDibFromClipboard to make it more stable.

Fixes

  • Fixed a bug where operating system judged incorrectly when using Dynamic Web TWAIN with Electron.
  • Fixed a bug that drag and drop does not work when loading multiple files.

Released: Jun 15, 2021

Updates in 17.1

Features

  • Added organizationID property which can be used to fetch licenses belonging to a specified organization from the License Tracking Server. With this property licensing is now smoother and it is much easier to manage license changes.
  • The built-in viewer can now display thumbnails faster.
  • Installers for ARM x64 and MIPS x64 are now included in the package by default.
  • Separated the library into two distinctive modes: Desktop Service and WebAssembly for easier understanding and usage.
  • Added...

Released: Apr 20, 2021

Updates in 17.0

Features

  • Added support for 64-bit ARM and MIPS based computers.
  • Added support for trackable license types such as “Per Browser Client”. The related APIs are licenseServer, handshakeCode, sessionPassword and licenseException.
  • Added RemoveTag() method to remove a specified tag from one or multiple images.
  • Added GetTagList() method to return the status of all current tags.
  • Added PrintEx() method to support selective printing.
  • Added autoChangeIndex property which, when set to true, will make sure...

Released: Jan 18, 2021

Updates in 16.2

Features

  • Connection with the Dynamsoft Service is now maintained after the computer wakes from sleep or hibernation. (Only on Microsoft Windows or Apple macOS.)
  • Added a new event OnBufferChanged which is triggered when the buffer changes. For example:
    • New pages enter the buffer.
    • Existing pages are removed.
    • Existing pages are modified.
    • Existing pages are shifted.
    • Existing pages are filtered by a specified tag.
    • Page selection changes.
  • Added a configuration page to update the host or ports of the...

Released: Aug 13, 2020

Updates in 16.1.1

Features

  • Loading WASM for the Camera module is now optional (it was mandatory in 16.1) and is disabled by default.
  • The webcam/camera license is now considered a core license and can be used without a scan license.

Released: Aug 4, 2020

Updates in 16.1

Features

  • Added method that sets product key asynchronously.
  • Added methods GetSourceNamesAsync(), SelectSourceAsync(), SelectSourceByIndexAsync(), OpenSourceAsync(), CloseSourceAsync(), OpenSourceManagerAsync(), CloseSourceManagerAsync(), as asynchronous complements to their existing synchronous methods.
  • Support for showing both 64-bit TWAIN drivers and 32-bit TWAIN drivers at the same time.
  • Added APIs under Addon.Camera as a complement to the existing APIs under Addon.Webcam. Unlike the old APIs...

Released: Jun 17, 2020

Updates in 16.0

Features

  • New Cross-Platform Viewer - The revamped viewer’s cross-platform capability now extends to mobile browsers including Chrome 76+, Firefox 68+ on Android, and Safari 13.1+, Chrome 76+ on iOS. The extended set of APIs, brought over from the desktop version, allows mobile users to load, edit, save, upload files, and capture images from the camera in a mobile browser.
  • Compiled New WASM Modules - The Dynamic Web TWAIN core modules were originally developed in C++ during the desktop...

Released: Mar 5, 2020

Updates in 15.3.1

Fixes

HTML5

  • When reinstalling the Dynamsoft service, the service configuration file DSConfiguration.ini will now be replaced directly.
  • Fixed a bug where the scanner stops responding when you cancel the scan multiple times.
  • Fixed a bug where the scanner stops responding when the library tries to retrieve extended information that contains magnetic data.
  • Fixed a bug where images can‘t be selected in batches (CTRL/SHIFT + Click) after swapping the current tag.

Released: Jan 7, 2020

Updates in 15.3

Features

HTML5

  • Added a new configuration extendedImageInfoQueryLevel for the AcquireImage method that allows you to set up how the library queries extended image info items. In version 15.2, the default level would result in scanning failure or serious performance issues with some scanners.
  • Added a new method GetSourceNames(bool bIncludeDetails) that returns the list of available data sources as a string array. On Windows, when bIncludeDetails is set to true, this method returns more details...