HTML5 / JavaScript Scanning Library for Modern Browsers - Chrome, Firefox, Safari, Internet Explorer & Edge
With Dynamic Web TWAIN HTML5 Scanning SDK, you can interact with scanners, cameras, built-in mobile cameras and other TWAIN compatible peripherals in HTML5 compatible browsers.
The TWAIN HTML5 SDK is specifically addressing the phasing out of ActiveX and NPAPI plugins used by the browsers. Now you can control scanners via the browsers with the new HTML5/JavaScript library without the need to install an ActiveX control or plug-in extension.
Try Online DemoThis demo also utilizes ActiveX edition of Dynamic Web TWAIN to support full-range browsers. Edition comparison ›
Extend the existing functionalities to iOS and Android devices with the mobile edition. Allow mobile users to load, edit, save, upload files, and capture images from the camera right in mobile browsers.
As demonstrated in the above illustration, there are three core modules in Dynamic Web TWAIN HTML5 scanning SDK:
You can easily use the following JavaScript code to scan images with the Dynamic Web TWAIN SDK:
function AcquireImage() { var DWObject = Dynamsoft.WebTwainEnv. GetWebTwain('dwtcontrolContainer'); DWObject.IfShowUI = false; DWObject.SelectSource(); DWObject.OpenSource(); DWObject.AcquireImage(); }
- Web Scanning with Dynamsoft's Dynamic Web TWAIN HTML5 SDK.
Get White Paper