Link to home
Start Free TrialLog in
Avatar of Balshe
Balshe

asked on

Full Scanning Program using ADF

Hi

i Need a full Program that uses the scanner's Auto document feeder(ADF) and show the scanned pictures on the form as thumbnails.
Also i want to set the number of documents to scan, and after that the scanner should stop.
i don't want the scanner source select to be shown to the user, i want it to be selected from code. or at least once
all the scanned Pictures should be saved as files in a temporary folder specified in Code.
i don't want to use any outside component unless it's free and downloadable.
i also want to be able to select if i want to scan from the ADF or the flat pad.

I have windows XP SP2, using HP Scanjet 8300 Series, I'm Using Delphi 6.0

points will go directly to the first working program with my requirements


Appreciate your Help, thanks in advance and best regards,
Avatar of Balshe
Balshe

ASKER

i forgot to say if it is possible to specify the resolution and the scan mode(Gray scale, black & white,24 bit color,...)
Hi,

Nearly a complete application you're asking, no ? A clone of the HP utility provided with the hardware. ;)

first go to:
http://delphitwain.sourceforge.net/
"Delphi Twain is my latest contribution to the Delphi community. This library consists in a implementation of Twain features for Borland Delphi tool."

Have a look at about on this subject:

http://delphi.about.com/od/graphics/l/aa030299.htm

and

http://www.twain.org/index.html



You can also download a compo from jedi: ftp://ftp.delphi-jedi.org/api/twain19.zip
(http://www.delphi-jedi.org/apilibrary.html)

and why not
http://www.efg2.com/Lab/Library/Delphi/Graphics/ImageProcessing
http://support.leadtools.com/SupportPortal/cs/forums/11/ShowForum.aspx (a forum)

http://www.koders.com/info.aspx?c=ProjectInfo&pid=9ZDXKG4FQBYWAL84NWVLEFLDMG
(unit+demo) - sourceforge project no more maintained
TScanner, a component interface to a TWAIN compliant scanner.
Copyright (C) 2000, Oliver George


Avatar of Balshe

ASKER

Dear Bernani,

i already have visited these sites, I've downloaded Delphi Twain, but i didn't know how to select the scanner source(Flatpad or ADF), the example generates some errors when you try to use the"Send Command" Screen and i don't know why.

www.Twain.org i couldn't get any use of it, besides there is a lot of documents and i don't have enough time to read them, and this is why i asked for a full project.


ftp://ftp.delphi-jedi.org/api/twain19.zip , the link is not working

Lead tools is not for free

i need a full source project that does what i need.
ASKER CERTIFIED SOLUTION
Avatar of bernani
bernani
Flag of Belgium 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
Avatar of Balshe

ASKER

i've made it work, but now i'm facing another problem, my Scanner supports Duplex ADF(it's cabable of scanning both sides of the paper) but i couldn't get his functionality to work .. any ideas?

thanks

Forced accept.

Computer101
EE Admin