twain - How do I use Java with the Google Chrome browser -
i implemented scanner application using twain jar acquire image. working fine chrome browser have seen after chrome 45 version plugin not support java. there alternative way solve problem work chrome browser. using 32 bit java windows os , twain 2.x version jar.
as newer builds of google chrome don't support npapi (netscape plugin interface used firefox) , there's no pepper (new plugin interface google chrome) plugin java option implement scanning portion of application standalone program scan image , pass web application e.g. using websocket or local http server embedded it. drawback user need install , run application before he/she can scan anything.
if target browsers on windows believe there efforts bring driver-less scanning on twain scanners html5 browsers. it's called webtwain , can find more information here: http://www.dynamsoft.com/products/webtwain_features.aspx#scan
Comments
Post a Comment