Dynamic Web TWAIN Releases

Released: Sep 9, 2015

Updates in 11.1

  • HTML5 Edition - Added support for Microsoft Edge browser.
  • Windows Edition - Added QR Code Reader Add-on.
  • Mac Edition - Added Webcam, 1D Barcode Reader and QR Code Reader Add-ons.
  • 1D Barcode Add-on - Now supports reading Industrial 2 of 5 barcodes.

Released: Jul 24, 2015

Updates in 11

  • Added HTML5 support for Safari v7+, Chrome v27+ and Firefox v27+ on Mac OS X 10.6 or later.
  • Added HTML5 support for Internet Explorer 10 and 11 on Windows.
  • Added a method to check the ErrorString property when the SelectSource method fails, after a specified number of milliseconds. This prevents the scan page from being unresponsive when the selected device is not connected.
  • Improved performance of built-in image viewer when viewing images in 1 * 1 view mode.
  • Added events and methods to display...

Released: Mar 31, 2015

Updates in 10.2

  • Now includes functionality for image capture from Webcams.
  • Mac OS X 64-bit functionality for native scanning or the use of 64-bit TWAIN drivers.

Released: Mar 10, 2015

Updates in 10.1

  • New 1D Barcode Reader Add-on to support reading Code39 and Code128 barcodes.
  • Added JavaScript IntelliSense.
  • Added BufferMemoryLimit property to set how much physical memory is allowed for storing images.

Released: Oct 20, 2014

Updates in 10.0.1

  • Enhanced robustness of WebSocket connection. The new version will automatically try re-building the connection in case it is inadvertently closed due to network problems.
  • Better support for Chrome 38, such as downloading large files using the HttpDownload method.

Released: Sep 19, 2014

Updates in 10

  • HTML5 WebSocket SDK enables TWAIN scanning in Chrome and Firefox 27+ on Windows, without the need to install a plugin or extension.
  • Added Disk Caching mechanism that enables high volume document scanning.
  • Reduce the size of TIFF files significantly by using JPEG compression.
  • Improved image editing features like ChangeBitDepth and GrayScale.
  • Added HTML5 Image Viewer.
  • Added progress bar when loading, saving, uploading downloading multiple images.

Released: Aug 30, 2013

Updates in 9.1

  • Improved IE user experience when using a separate process for document scanning.
  • Native scanning support for Mac allows users to directly acquire images without installing a TWAIN driver.
  • Fixed bug where OnPostTransfer event was not triggered in some cases.

Released: Apr 16, 2013

Updates in 9.0

  • Check if a certain file exists on the local disk.
  • Acquire images using an independent process which greatly improves robustness.
  • Get the skew angle of an image using its index in buffer.
  • No need to generate a LPK file to verify licenses. Developers only need to generate a product key with the Licensing Manager installed with Dynamic Web TWAIN.
  • Set the maximum number of threads for uploading and downloading using POST.
  • No need to install/enable Microsoft Licensed Class Manager.

Released: Jul 20, 2012

Updates in 8.0

  • New add-on Barcode (1D) supports 1D barcode recognition
  • New add-on Barcode (2D) supports 2D barcode recognition
  • New add-on OCR (Optical Character Recognition) performs OCR on documents in different languages and converts them to searchable text and PDFs
  • GetImageXResolution and GetImageYResolution method to read the resolution from the scanned image(s)
  • SetDPI method to Change DPI (dots per inch) for the specified image
  • ShowFileDialog method and OnGetFilePath event shows the "save file dialog" and...

Released: Mar 14, 2012

Updates in 7.0

  • Improved image decoder for ActiveX x86 edition using GDI+ to decode the image
  • Added the support for simple annotation
  • Added FTPUploadDirectly, HTTPUploadThroughPostDirectly and HTTPUploadThroughPutDirectly methods to upload all types of local files without encoding/decoding
  • Added HTTPDownloadDirectly and FTPDownloadDirectly methods to download files to local without encoding/decoding
  • Improved the performance of image rotate method