Dynamic Web TWAIN 17.2

Released: Jan 20, 2022

17.2 버젼 업데이트

기능

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.
  • [HTML5 & WASM] Added new method createTemplate() to create document scanner template.

Improved Features

  • Improved the mobile document capture in WASM mode.
  • Added CM_RENDERALLWITHANNOTATION convert mode to EnumDWT_ConvertMode to support loading PDFs with annotations.
  • Modified DynamicImage.dll (DynamicImagex64.dll) to improve encoding and decoding mode of TIFF files.
  • Updated Barcode Reader library to version 8.6.

수정사항

  • Fixed a bug where the image displayed in the thumbnail may be inconsistent with that on the canvas when switching tags through FilterImageByTag.
  • Fixed a bug that Dynamic Web TWAIN object could not be initialized when using iframe in Edge.
  • [HTML5 on macOS] Fixed a bug where IfDuplexEnabled may not work for some scanners.
  • [HTML5 on macOS & Linux] Fixed a bug where calling LoadDibFromClipboard does not work after calling CropToClipboard.