Click here to Skip to main content
15,881,173 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi Developers,

In my current document management web project, i need to scan the document from the client side (web browser). I hope, the TWAIN tool will help for my requirement.
Kindly suggest me, if there is any other technology to be suite for this. And it should support for all type of scanner device. Otherwise please provide me some of references to interact with any hardware device via browser.

Thank you in advance.
Posted

1 solution

You can't do that only with ASP.Net,
But you can go for SilverLight,
Here is an example about how to scan an image with SilverLight from WIA supported devices:
http://10rem.net/blog/2010/04/14/scanning-an-image-from-silverlight-4-using-wia-automation

This example is about running solverlight out of browser, I am not sure if you can do same thing from user's browser or not. But i don't think this could be possible.

So I only can think about ActiveXs that are only supported by IE. Or Java applets.
Google them. You can find good results for JTWIN and TWIN ActiveX
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900