tags:

views:

56

answers:

2

I have a document storage application that I need to integrate with a scanner software or create one on my own. I have very limited funding so buying an expensive alternative isn't really an option.

I thought about just linking to the customer's scanning software's executable and opening it when they want to scan but that just seems like a bad way of doing it.

Anyone have any suggestions on how I do this?

Thanks as usual, Eroc

+3  A: 

IEvolution- free and I've delivered two successful scanning solutions using it.

Key to a robust solution is that you need a decent, up-to-date TWAIN/WIA driver for the scanner.

Keith Blows
I've downloaded it and will check it out. Thank you!
ErocM
+1  A: 

This article explains how to do TWAIN scanning in C#

http://www.codeproject.com/KB/dotnet/twaindotnet.aspx

It's fine for simple applications.

Disclaimer: I work for Atalasoft

We sell a TWAIN SDK that makes this a lot easier and has been tested on thousands of scanners.

http://www.atalasoft.com/products/dotimage/dottwain

Lou Franco
I checked out your dottwain integration and it looks idea but it's a little steep for what I am looking for. Have any discounts going on!?!? :D
ErocM
Btw I did try the codeproject one but I ran into issue after issue when I tried to integrate it into my project. I might have to struggle through it and try again...
ErocM
If IEvolution doesn't work out, get in touch. @Keith is right that up-to-date drivers are key. Use our http://inspectortwain.com to test your drivers or see who has been tested well in the past.
Lou Franco
Great, I will! Thank you!
ErocM