C# get image from scannerhttp://forums.asp.net/t/1344025.aspx/1?C+get+image+from+scannerFri, 28 Nov 2008 10:59:48 -050013440252727214http://forums.asp.net/p/1344025/2727214.aspx/1?C+get+image+from+scannerC# get image from scanner Hi, I'm trying to develop a web application C# V2.0, which purpose is to have a button, which, onClick scans a document on an installed scanner on the PC, allows user to choose the directory to save the file, and finally stores file information on database (filename, path, extension, size...). The problem is making the scanner work. Is there any workarround to select the pc installed scanners, select one of them, and just click &quot;Scan&quot; to obtain the document scanned? THe code may be C#, VB.Net whatever. I've also found something about Twain, however I'm looking for something not very expensive, the most independent of buying third party applications the better. Any sugestions? Thanks a lot. 2008-11-05T21:18:28-05:002727954http://forums.asp.net/p/1344025/2727954.aspx/1?Re+C+get+image+from+scannerRe: C# get image from scanner <p>Microsoft Office has a tools called Microsoft Office Document Imaging (look for MODI samples). You&nbsp;can&nbsp;use them as&nbsp;COM I think.&nbsp;</p> <p>They are optional but I think they can do the trick. You will only need to first check if your clients have them installed. Then if they don't - you can prompt a message, if they do - you can use them to scan.</p> <p>Let me know if I pointed you in the right direction.</p> 2008-11-06T06:40:48-05:002772960http://forums.asp.net/p/1344025/2772960.aspx/1?Re+C+get+image+from+scannerRe: C# get image from scanner <p>&nbsp;</p> Thanks, I'll give it a shot then I'll give feedback. 2008-11-28T09:11:37-05:002773175http://forums.asp.net/p/1344025/2773175.aspx/1?Re+C+get+image+from+scannerRe: C# get image from scanner <p>&nbsp;I actually helped develop a solution to this.</p> <p>http://scanhelp.com/288int/artcopy/scriptingversion/index.html</p> <p>I am no longer at ScanHelp, and they have changed business models a little... but that comes with an 'sdk' which can be directly dropped into a webform for communication with a scanner on a local PC.</p> <p>It's been a couple years since I've looked into it, but I know what they had when I was there... was your answer.</p> <p>&nbsp;- Clarence <br> </p> 2008-11-28T10:59:48-05:00