最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

asp.net - Create web application to scan document - Stack Overflow

programmeradmin3浏览0评论

work on asp 08 C#.I would like to develop a web application that scan documents into the following format(pdf,tiff,jpg,gif.etc) .My scanned images/file will be at client puter.

work on asp 08 C#.I would like to develop a web application that scan documents into the following format(pdf,tiff,jpg,gif.etc) .My scanned images/file will be at client puter.

Share Improve this question asked May 29, 2010 at 5:41 shamimshamim 6,77821 gold badges92 silver badges151 bronze badges 0
Add a ment  | 

3 Answers 3

Reset to default 5

Have you tried using an 3rd party scanning control such as LeadTools? I have used those controls in the past and worked wonderfully.

Brining in a scanned document through the browser goes beyond the basic functionality of the browser.

If you must stick with ASP.NET, you might consider writing an ActiveX control (IE only, I think) that can handle the scanning and interact with your web page.

You might also consider Silverlight. Although I don't think it can handle the scanning directly, you should be able to interface with COM ponents installed on the system to handle scanned streams.

The wording is sort of ambiguous. Is the scanner on your side or the client's side? I understand that the result of the scan is saved on your client's side.


I assume that the scanner is on the client's side...

You can't access peripherals [ie: a scanner] via standard JavaScript... You can take advantage of ActiveX for IE only.

Why not write a small winforms application in c# and let your client download that?

By the way, if the client has a scanner on his/her side, the scanner will likely have e with software to manipulate the scanner...

发布评论

评论列表(0)

  1. 暂无评论