Link to home
Start Free TrialLog in
Avatar of Shashidhar_Shenoy
Shashidhar_Shenoy

asked on

Integrate a scanner with in my Web Application

Hello Everyone,
I am building a web application that needs to have some web pages with the ability to possibly integrate with a scanner, read the scanned document, display it on the web page and then upload it in a suitable format on the server. So I want to know what could I need to do that. Do I require an external API or a third party dll or something else. I would be really grateful if anyone of you could atleast give me a few links to the required resources. Thanks a lot
Avatar of krunal_shah
krunal_shah

Avatar of Shashidhar_Shenoy

ASKER

Hi Krunal,

Thanks for those links. These links have good information about how to scan in a windows application. However I need to be able to scan through my asp.net web pages.

Given below are some of the questions that I have about the links that you posted.

1. In the first link (http://www.codeproject.com/KB/aspnet/Web_Twain.aspx) the author is trying to run an executable through a javascript code. If I have to do this then I will have to rely on every client machine to have that exe in the same path. Also the author mentions something about deploying the NetMasters .Net Twain Image scanner which is a windows application in a web page which is something I did not understand.

2. The other link (http://www.dynamsoft.com/Products/WebTWAIN_Overview.aspx) of course looks like a solution to me for web scanning, but I would like to check out if there is any other way where I won't have to do any purchasing.

I would really appreciate it if you could provide me a solution to my above questions.
ASKER CERTIFIED SOLUTION
Avatar of Shashidhar_Shenoy
Shashidhar_Shenoy

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial