JavaScript Image Scanning Library
Questions tagged [dynamic-web-twain]
22 questions
0
votes
2 answers
How to refill C:\Windows\twain_32 folder?
I have one computer who has only wiatwain.ds in this folder at it fails to work with WebTwain app for web applications (No drivers found).
Also there is one another computer where folder has a lot of files and everything worked fine.
But after…

Валера Стригун
- 27
- 1
- 8
0
votes
1 answer
Populate an array of Scanner Sources for Select Options with AngularJS
I am working on a web interface for scanning and uploading documents that uses AngularJS client side, and Dynamsoft's Dynamic Web TWAIN to interface with the scanner.
I'm trying to populate a

red_dorian
- 327
- 1
- 6
- 18
0
votes
0 answers
Dynamic web twain integrate with Aurelia Js
Am new to Aurelia Js i need to integrate scanner into my project. Now, i trying to integrate dynamic web twain but i don't have a idea to start with Aurelia framework.Any kind of idea to achieve this will be appreciated. Thanks.
Right now - I added…

sibi
- 635
- 3
- 8
- 26
0
votes
2 answers
How do i get the scanned image from Scanner as an input for HTML File input field using web twain?
How do i get the image output from Scanner as a file input for HTML File Input field. I am using the dynasoft web twain api for scanning the images.http://www.dynamsoft.com/Support/DWTGuide/Dynamic%20Web%20TWAIN%20SDK.html#Manual
Snippet to acquire…

stp
- 147
- 1
- 7
0
votes
1 answer
How to implement Scanning functionality using Twain in ASP.Net
I have to implement the scanning functionality in ASP.Net MVC.
After googling, I found that it is possible from TWAIN API which will support most of the drivers.
References:
1.Link 1
2.Link 2
Could anybody share some sample code for an ASP.Net MVC…

Chiranjeevi
- 161
- 1
- 4
- 22
-1
votes
1 answer
TWAIN video capturing
I tried to implement a video capture program in c# with TWAIN and a Leica DFC295 camera.
The problem I have is the Twain lib on internet only allows me to capture an image from the camera and is not able to capture the video directly from the…