Link to home
Start Free TrialLog in
Avatar of Mohammad Alsolaiman
Mohammad AlsolaimanFlag for Saudi Arabia

asked on

free scanner TWAIN can be operated with a Web application

Hi, I would like to have a free scanner TWAIN can be operated with a Web application in C Sharp.
please help me.
Avatar of hdhondt
hdhondt
Flag of Australia image

Scanners are hardware, and they do not come free of charge...

If you are willing to pay, most scanners are TWAIN compatible.
Avatar of Mohammad Alsolaiman

ASKER

I'm sorry, maybe I couldn't tell the right expression.
I had deal with a several maybe(dll,ocx,SDK,twain,command line…etc) I don't know the right description for it , I had use it  with desktop/windows applications only. So I can acquire the scanner twain installed to your machine and get the scanned image to my application.
For example see please , dynamsoft Dynamic Web TWAIN, which is not free of charge http://www.dynamsoft.com/Products/WebTWAIN_Overview.aspx
And here is the command line software I'm using in my desktop apps from Irfanview
Example code of my ms access desktop app:
Shell ("c:\program files\irfanview\i_view32.exe /batchscan=(InOutGroup,1,1,2,1," & Trim(GetDBPath) & "InOutGroup,jpg,0)")

Open in new window

I hope I could describe my need very well.
Please help
SOLUTION
Avatar of Joe Winograd
Joe Winograd
Flag of United States of America image

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
Hi Joe,
I think I need your help
I was able to download "TWAIN sample Data Source and Application" I install it,
Run it, everything is OK, but nothing seems to me to do with code?
Please if u could  help me ware to find a description of how to use it with my code.
ASKER CERTIFIED SOLUTION
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
thank u very much Joe. U so helpful .
You're welcome. Sounds like a fascinating project!
thanks a lot joe
You're welcome, Mohammad. Good luck on the project!