Dynamic Web TWAIN 19.2

Released: Aug 26, 2025

19.2 中的更新

特性

  • Redesigned the service configuration page.
    • Moved settings of host, firewall and Bonjour service to the new external access tab.
    • Added domain binding for the service.
    • For security reasons, the settings cannot be modified through the web page unless EnableWebSetup is set to true in DSConfiguration.ini (requires admin privileges).
  • Improved the performance of the webcam add-on.
  • Added support for IsBlankImageAsync() on Linux/Mac.
  • Added requestFocusForScanningUI parameter for RESTful API.
  • Added file name and type for drag-and-dropped files in the OnPostLoad event.
  • Renamed disableFocusOutline to focusOutlineEnabled.
  • Improved PDF image extraction to take the transformation info (mainly mirroring) into consideration.
  • Added back support for Remote Scan with the following methods renamed:
    • getDynamsoftService() changed to getServices().
    • setDefaultDynamsoftService() changed to setDefaultService().
    • getDefaultDynamsoftService() changed to getDefaultService().

修补程序

  • Opening links in the service installation dialog will no longer open a blank window.
  • Fixed the spelling of ChangeContrastAsync().
  • Fixed a bug where GetSelectedImagesSize() returned 0 for images imported from PDFs. This issue occurred when loading a PDF with preserveUnmodifiedOnSave enabled and executing SelectAllImages().