开发者

Java Web Scanner [closed]

开发者 https://www.devze.com 2023-03-28 13:49 出处:网络
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one proble开发者_开发知识库m only b
Closed. This question needs to be more focused. It is not currently accepting answers.

Want to improve this question? Update the question so it focuses on one proble开发者_开发知识库m only by editing this post.

Closed 6 years ago.

Improve this question

I have a working java web app for document management. On document creation i have a file attachment option that works perfectly.

But now i'm supposed to implement the following functionality:

When user creates document from web browser he can press the button called "Scan" that will scan the document in his scanner (HP scanner or Cannon) create a pdf out of scanned pages and attach this pdf to document.

So it's an auto scan magic functionality.

Now is this even possibly? I know that some requirements are insane but i can't do anything about it, my employee is desperate to have this functionality in his web document management.

I'm frustrated and clueless of how can i implement this in java web app?


You have to develop a Java Applet to put in your web page, using a Java Twain Implementation such as JTwain.

0

精彩评论

暂无评论...
验证码 换一张
取 消