Dynamic Web TWAIN 12 released
Released: Sep 22, 2016
12 中的更新
特性
- Added a new method HTTPUpload which supports uploading files as binary as well as base64 string. The method also supports segmented uploading when handling big files. HTML5 edition only
- Added a new method ConvertToBase64 which supports converting one or more images to a base64 string. HTML5 edition only
- Added a new method SetHTTPHeader which supports adding a header to a HTTP Upload Post request. HTML5 edition only
- Added a new method GetImageURL which returns the direct URL of an image based on its index in the buffer. HTML5 edition only
- Added a new property IfAutoScroll which when set to false will stop the automatic scrolling of the viewer when scanning or loading images.
- Added a new security feature called Dynamsoft Authentication which requires more user interaction when dealing with local files or devices.
- Added MSI installers for both ActiveX and HTML5 editions.
- Improved the method ChangeImageSize by adding a new mechanism for the new option "Best Quality".
- Improved the way license verification is done and optimized the error messages for license issues.
- Improved the way a Web TWAIN object is created by adding global methods like Dynamsoft.WebTwainEnv.CreateDWTObject and Dynamsoft.WebTwainEnv.DeleteDWTObject.
- Improved the image editor's zooming feature by allowing it to zoom centered by the position of the mouse.
- Improved the way uploading is done by adding a MD5 to every upload Post request.