| Author |
Java Applet with Scanner Access
|
Stuart Wallace
Greenhorn
Joined: Feb 16, 2012
Posts: 1
|
|
I need to write a java applet that can access the local users Scanning device, E.G a Flatbed scanner.
I'd like to know if this was possible without using any external libarys? If not i'd love any suggestions.
^-^ Thanks
|
 |
Paul Clapham
Bartender
Joined: Oct 14, 2005
Posts: 16482
|
|
Whether it's an applet or an application, you are going to need something beyond the standard Java API. I haven't paid attention to trends in scanners for a while, but it used to be that scanners operated according to a spec named TWAIN. And a long time ago there used to be code which interfaced between Java and TWAIN devices. Whether it still exists, or whether newer examples of such things now exist, I don't know.
|
 |
Darryl Burke
Bartender
Joined: May 03, 2008
Posts: 4163
|
|
Stuart, welcome to the Ranch! We don't have too many rules here, but we do ask that you BeForthrightWhenCrossPostingToOtherSites
http://www.java-forums.org/java-applets/55498-applet-hardware-access.html
|
luck, db
There are no new questions, but there may be new answers.
|
 |
 |
|
|
subject: Java Applet with Scanner Access
|
|
|