Dynamic Web TWAIN
Adds new upload module and more.
Features
- 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. When enabled, the service can handle multiple client connections much better.
- Improved the file transfer mode to be able to transfer multiple files in one scan session.
- Added Unicode support to make it possible to access files which have special characters from non-English languages in its path or name.
- HTML5
- Added a JS-based SelectSource dialog to replace the system’s default dialog.
- Drag and drop one or multiple images in the viewer to rearrange them.
- Load images when they are dropped onto the viewer from the local disk.
- Added scan, load, and remove features to the image editor.
- Added a configuration IfCheck64bitServiceFirst in dynamsoft.webtwain.config.js which determines whether the JavaScript library checks the 64-bit Dynamsoft Service first. If 64-bit server is installed, this setting will speed up the initialization of the SDK.
- Added a configuration IfAddMD5InUploadHeader in dynamsoft.webtwain.config.js which determines whether the header dwt-md5 is added in HTTP posts.
- Added a configuration IfConfineMaskWithinTheViewer in dynamsoft.webtwain.config.js which determines whether the mask during SDK initialization or time-consuming operations covers the complete page or just the built-in viewer.
- Added configurations in dynamsoft.webtwain.config.js that enables you to set the display language for built-in prompts and image editor, etc.
- Added configurations in dynamsoft.webtwain.config.js to show/hide certain buttons on the image editor.
- When the viewer is set to the view mode of 1*1 or -1*-1, users can now select multiple areas on the image by drawing rectangles while pressing the CTRL button. These selected areas can be moved around too.
- Improved the event OnImageAreaSelected so that when it’s triggered, it will return the 1-based index of the rectangle which represents a selected area on the image. The event is triggered when a new area is selected or a selected area is moved.
- The HTML5 license can now be used to restrict the usage of the SDK in certain browsers.
- All Editions
- Rearranged the Resources folder in the installation directory which contains all the JavaScript library files and files for distribution. Removed the deprecated plug-in completely.
- ActiveX
- Updated the license verification module to be compatible with that of the HTML5 edition.