Receive image from scanner

Closed
0
0

Dear support,

Is it possible to call a scanner and receive the image in a Wisej application, thanks a lot.

  • You must to post comments
0
0

Hi Ben,

Good point. I found this Commercial Soluton on the web. It’s a bit on the expensive side. I guess you could find other less expensive solutions.

  • You must to post comments
0
0

Hi Tiago & Luca,

Thanks for kindly reply and help, can you please provide example for using scanner service to capture scanner images, thanks a again.

Regards,

Ben

  • You must to post comments
0
0

To complement Luca’s answer, I’d say ActiveX is supported only by Internet Explorer and Applets are supported only by IE and Firefox. Anyway there are (not so) fresh news about Applets: Oracle are deprecating Applets on Java 9. Have a look at Moving to a Plugin-Free Web.

There are solutions that use a scanner service to capture scanner images. Since Java 7 there is Java™ Web Start. This is kind’a Microsoft ClickOnce. The problem with ClickOnce is that it only runs on Windows. But this didn’t stop Google from using ClickOnce for the Chrome installer.

  • You must to post comments
0
0

Hi Ben,

Anything that is possible with javascript can be done in Wisej. Unfortunately browsers don’t let you use periferals. There are APIs for the camera, the geolocation device, mic, and audio, but nothing for a scanner since it would need a custom driver.

There are commercial libraries that provide either an ActiveX or Applet or a local server that responds to ajax requests from javascript. Any of those library would work well with Wisej.

Best,

Luca

  • You must to post comments
Showing 4 results