开发者

Scanning in .NET using MODI (Microsoft Office Document Imaging)

开发者 https://www.devze.com 2023-01-10 15:27 出处:网络
I\'m looking to leverage MS Office scanning functionality in my .NET application. Although I know that MODI COM objects can be accessed in .NET, I\'m not sure how to make that. All I need is scanning

I'm looking to leverage MS Office scanning functionality in my .NET application. Although I know that MODI COM objects can be accessed in .NET, I'm not sure how to make that. All I need is scanning to file and getting path of that file.

I don't need any OCR.开发者_运维百科


If you just need scanning, not OCR, you don't need MODI. Just use TWAIN or WIA.

Here are two codeproject articles explaining more details:

http://www.codeproject.com/KB/dotnet/twaindotnet.aspx

http://www.codeproject.com/kb/dotnet/wiascriptingdotnet.aspx

This one talks a little bit about MODI

http://www.codeproject.com/KB/office/modi.aspx

0

精彩评论

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