Skip to content

There are many costly solutions available for accessing scanner from web browser, here I am trying to develop similar solution which is free and open source.

License

Notifications You must be signed in to change notification settings

aptajosh/WebClientScan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebClientScan

I was searching for solution such that from browser event like button click will trigger scan command and client side scanner get invoked and scan the document. Though I didn't get direct solution anywhere I got reference from code project article which help me a lot i.e. https://www.codeproject.com/Articles/493333/Client-Side-Printing-Scanning-in-NET. So here is a final solution.

References