Lanzamientos de Dynamic Web TWAIN

Released: Sep 19, 2019

Actualizaciones en 15.2

Características

HTML5

  • Added the capability to add tags to images. The tags can then be used to filter the images. The new APIs are TagImages, ClearImageTags, SetDefaultTag and FilterImagesByTag.
  • Tidied up the Dynamsoft Service installer by removing redundant files.
  • Unified image decoding capabilities for JPEG and PNG on Windows, macOS and Linux.
  • Improved the speed of PDF decoding by loading the file as a whole instead of per page.

HTML5 on Windows

  • Improved Windows buffer management so that its...

Released: Aug 13, 2019

Actualizaciones en 15.1

Características

HTML5 on macOS

  • Added support for macOS 64-bit.

HTML5 on Windows

  • Improved the methods ConvertToBlob, ConvertToBase64 and image loading methods so that they can handle much bigger files.

HTML5 on Linux

  • Improved the image encode/decode functionalities on Linux so that it can encode/decode files just like Windows.

HTML5 on macOS and Linux

  • Added the OnPostTransferAsync event. The event serves as the asynchronous counterpart to the existing synchronous event OnPostTransfer. Information...

Released: Jun 27, 2019

Actualizaciones en 15

Características

HTML5 and Windows

  • Added a new method startScan which accepts a JSON object that specifies all the scan parameters. This makes it simpler and even faster to initiate a scan job. At the same time, you can specify how you want the scanned data to be processed by adding extra output parameters in the same JSON object.
  • Added a new event OnPostTransferAync as the asynchronous counterpart to the existing synchronous event OnPostTransfer. Information about the transferred image is...

Released: Jan 15, 2019

Actualizaciones en 14.3.1

Características

  • HTML5
    • Added several global settings which may help speed up the initialization process of the SDK. The settings are IfChekDCP, IfCheckDWT, IfDisableDefaultSettings and IsLicensePromptFriendly.
    • Improved built-in image viewer to be more responsive when navigating through images.
  • HTML5 and Windows
    • Improved TIFF compression algorithm when it's set to JPEG so that the resulting file size is significantly reduced.
  • ActiveX
    • Added method GetImagePartURL to work with the Barcode Reader...

Released: Oct 16, 2018

Actualizaciones en 14.2

Características

  • All Editions - Simplified the SDK installation process by putting multiple installers together. From this version on, you can get the Dynamsoft Service, Dynamic Web TWAIN and its PDF Rasterizer addon installed with one installer.
  • HTML5 - Improved ConvertToBlob method so that it can be called multiple times in a row.
  • File Uploader - Added a property FormField to allow adding extra fields when uploading.

Correcciones

  • HTML5 - Fixed a bug with the file DynamicSocket.dll to avoid...

Released: Sep 6, 2018

Actualizaciones en 14.1

Características

  • ActiveX and Windows
    • Improved the SelectSource() method so that it can also be used asynchronously.
  • File Uploader
    • Updated the upload module so that the information returned from the server can be accessed in the callback functions of an upload job.
    • Added the version number of the library to the name of the library so that different versions of the library can co-exist.

Correcciones

  • HTML5
    • Fixed a bug with the event OnInternetTransferPercentage which doesn't fire when...

Released: Jul 17, 2018

Actualizaciones en 14

Características

  • HTML5/Windows
    • Added new upload module to carry out upload jobs behind the scenes even after the browser is closed.
    • Added a new API GenerateURLForUploadData to generate a URL which will be used by the upload module to fetch the file/data to upload.
    • Added a 64-bit service, 64-bit scan module, and 64-bit PDF Rasterizer. However, the 32-bit service and modules are still installed by default.
    • Added Enhanced Mode to the service to optimize the performance for environments like Citrix...

Released: Apr 16, 2018

Actualizaciones en 13.4.1

Características

  • All Editions - Dynamic Web TWAIN is officially published on NPM.
  • HTML5 - Windows and Linux - Optimized scanner module for better compatibility with certain scanner models.
  • All Editions - Improved JavaScript library to work better with Angular 5.

Released: Mar 12, 2018

Actualizaciones en 13.4

Características

  • [HTML5] Optimized the installation process so that users who are not able to download Dynamic Web TWAIN module as a ZIP can now download it as a MSI file to install.

Correcciones

  • [HTML5] Fixed a bug where you see the progress bar displayed on the page for no reason when you use Dynamic Web TWAIN with other libraries or frameworks like the popular BootStrap.

Released: Jan 16, 2018

Actualizaciones en 13.3

Características

  • Updated PDF Rasterizer Add-on to support macOS, Linux and Windows.
  • [HTML5] Optimized memory usage by the Dynamsoft Service and the JavaScript library so that users can scan and process even more pages.
  • [HTML5] Optimized the scan module on Linux for a better user experience.
  • [HTML5] Updated the HTTPUpload*** methods so that they can be used in a for-loop.
  • [HTML5] Updated the installer of the Dynamsoft Service so that Firefox no longer needs to be restarted twice.
  • [HTML5] Added new...