获取 Adob​​e Reader 实例当前打开的文档和视图中的页面

发布于 2024-12-10 11:50:50 字数 101 浏览 0 评论 0原文

我的应用程序需要知道当前在 adobe reader 中打开的文档是什么,以及当前查看的页面是什么。有可能查出来吗?

我的应用程序是 .net 应用程序,以管理员权限运行。

My app needs to know what is the document currently opened in adobe reader, and what is the current page in view. Is it possible to find that out?

My app is .net application, an runs with admin privileges.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

新一帅帅 2024-12-17 11:50:50

这可以使用 Adobe IAC 实现,它在 Windows 上基本上是 COM。

据我所知,您需要致电 GetActiveDoc () 在 Reader 实例上,然后调用 GetAVPageView() 在结果上,然后呼叫 GetPageNum()

This is possible using Adobe IAC which on Windows is basically COM.

From what I gather you need to call GetActiveDoc () on the Reader instance and then call GetAVPageView() on the result and then call GetPageNum().

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文