如何使用C ++操作扫描仪
我想知道如何使用Visual C ++启动和操作扫描程序。我的目的是使用SharePoint 2013,并且需要从扫描程序捕获扫描的文档并将其存储到文档库中。为此,有许多第三方供应商销售具有此功能的插件。但在我的情况下,我想为此目的创建一个插件,并希望在互联网上分发。
所以,如果有人知道我提出的问题,你可以请问一些有关此事的线索?
谢谢,
问候,
Chiranthaka
I want to know how can I start and operate scanner using Visual C++. The purpose is I'm using SharePoint 2013 and there is a requirement to capture scanned docs from the scanner and stored them into a document library. To do that there are many 3rd party vendors who sell plugins that have this capability. But in my case I want to create a plugin for this purpose and wish to distribute that in the Internet.
So if someone know about the matter I have raised could you please some clues about the matter?
Thanks,
Regards,
Chiranthaka
我认为你需要进入TWAIN:
TWAIN的C ++ Wrapper [ ^ ]
http://stackoverflow.com/questions/12515451/twain-example-c [ ^ ]
I think you need to get into TWAIN:
A C++ Wrapper for TWAIN[^]
http://stackoverflow.com/questions/12515451/twain-example-c[^]
查看以下链接
http://www.ucancode.net/Visual_C_MFC_Samples/Free-VC-TWAIN-Sample-Source-Code.htm [ ^ ]