Click here to Skip to main content
15,888,401 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi Everyone,

I need to write a .Net application that is capable of scanning documents into my app as an image.

Basically my app needs a button... pressing the button should be able to communicate with the scanner to scan the document and save it somehow and do various other things after it is scanned....

The thing is that I don't have the same type of scanner as the person who wants it. Is there a simulator (or fake scanner) of a scanner I can start testing my app on. And is these apps for free?

Thanks,
Chrispie
Posted
Updated 7-Sep-18 5:16am
Comments
Richard MacCutchan 18-Jan-12 9:09am    
Probably not, but a few seconds with Google should help you find out.

All scanners should comply with the TWAIN standard... it doesn't matter what model is being used to acquire the images as long as it meets this standard. You should be able to test with any scanner.

You will probably want to get a jumpstart by looking up code to communicate with a scanner. There is, for example, a project on this very website that will capture images.

.NET TWAIN image scanner[^]
 
Share this answer
 
Thanks Jason

I was not able to find any good virtual scanners that are for free. In the end I bought a cheap scanner to use.

It works perfect with the solution you gave in the link

Thanks a lot for your help :)
 
Share this answer
 

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