Dynamic Web TWAIN 릴리스

Released: Mar 31, 2015

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

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

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

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

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

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

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

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

Released: Sep 9, 2011

6.3.1 버젼 업데이트

  • Improved the memory management for ActiveX 64-bit Edition
  • Added LogLevel property to capture more exceptions
  • Other minor fixes and tweaks

Released: Jun 20, 2011

6.3 버젼 업데이트

  • Supports both 32-bit and 64-bit TWAIN binaries (ActiveX Edition only)
  • Support for Firefox 4
  • Added the OnPostLoad event which is triggered after executing LoadImage/LoadImageEx
  • Optimized the LoadDibFromClipboard method
  • Optimized the image editor