Adobe AIR - 控制扫描仪
我想请问您是否有任何解决方案如何使用 Adobe AIR 本地扫描文档。我听说可以使用 NativeProcess API 来实现,但我不知道如何做到。
I want to ask you if there is any solution how to scan documents natively using Adobe AIR. I have heard that it can be achieved using NativeProcess API but I'm not sure how to do it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
NativeProcess 只是允许您通过命令行控制其他应用程序。
我发现执行 JAR 文件的人可以直接与硬件设备通信,但您需要首先找到一些能够与扫描仪通信的可执行文件,然后才能考虑如何处理该应用程序通过 AIR 返回的内容。
NativeProcess simply allows you to control other applications via the command line.
I found references to people executing JAR files that are able to communicate directly with hardware devices, but you need to first find some executable that is capable of communicating with a scanner before you can think about how to handle what that application returns with AIR.