Tagged Questions

3
votes
7answers
233 views

Interfacing with the end-user’s scanner from a webapp (web/scanner integration)

Consider the following scanning procedure in a typical document handling webapp: The user scans a document using a scanner connected to his/her computer The scanned image is save …
0
votes
2answers
136 views

Web TWAIN scanning solution for ASP.Net?

Hello, I know some of you will discourage scanning through a web page, unfortunately, it is a requirement. I want to view my options in the situation, and maybe, some of you may …
1
vote
3answers
151 views

Simulating a TWAIN Device

Our company is using some software that ONLY accepts input from an "Imaging Device" i.e. a TWAIN device (e.g. scanner). The problem is that we are receiving our files digitally, s …
2
votes
1answer
211 views

php script to acquire an image from a Twain source (scanner)

i look a script that do this , that can acquire an image from scanner and upload it to server i work in LAMP environment . i know this company: http://www.chestysoft.com/ximage/ …
2
votes
3answers
193 views

Twain question: is it possible to scan just one document from feeder?

I am playing with the code from http://www.codeproject.com/KB/dotnet/twaindotnet.aspx I am having a problem because twain returns control only after all documents in feeder are sc …
0
votes
1answer
104 views

TWAIN Browser Plugin

Does anyone know of a good TWAIN browser plugin to scan images and send to a web application? If it includes features such as deskew it would be even better. Thanks!
1
vote
2answers
265 views

How do I set the DPI of a scan using TWAIN in C++

I am using TWAIN in C++ and I am trying to set the DPI manually so that a user is not displayed with the scan dialog but instead the page just scans with set defaults and is stored …
1
vote
5answers
561 views

Delphi Twain issue help

Using the DelphiTwain files from http://delphitwain.sourceforge.net/ and am getting some weird behavior. After each scan a little more memory is being held onto. After an hour …
1
vote
3answers
1k views

C# TWAIN interaction

Hello, I'm trying to set up a C# application which uses TWAIN example from http://www.codeproject.com/KB/dotnet/twaindotnet.aspx This works fine except that I need to cast Form t …
0
votes
1answer
2k views

WIA Twain support C#

How can I use WIA and Twain in C#? The TWIAIN/C# example found at http://www.codeproject.com/KB/dotnet/twaindotnet.aspx Throws an exception at line 59 on TwainLib.cs "an attempt wa …
2
votes
3answers
767 views

Can one listen a twain (Maybe WIA) scanner?

I am evaluating VintaSoft .net control and Atalasoft DotTwain Image Capture. And I am very but very lost with the most of the definitions and keywords. So I am asking this because …
27
votes
33answers
5k views

Delphi Free and Open Source Components that are still maintained.

It would be good to compile a new inventory here of Delphi FOSS components that are very useful, also with rare and difficult to find functionality and still maintained for the lat …
4
votes
5answers
1k views

How do I check if the scanner is plugged in (C#, .NET TWAIN)

Hi. I use .NET TWAIN from http://www.codeproject.com/KB/dotnet/twaindotnet.aspx?msg=1007385#xx1007385xx in my application. When i try to scan image when scanner is not plugged in …
6
votes
8answers
652 views

.NET Scanning API

Is there any free or commercial component written in .NET (no COM interop) that will work with most twain scanners?
5
votes
3answers
775 views

Getting Java and TWAIN to play together nicely

I'm working on building an app to scan directly from TWAIN scanner to a Java applet. I'm already aware of Morena and JTwain, but they cost money. I need free. I could re-invent the …