可以通过 win32ole API 控制 Adobe Professional 9 吗?
正如标题所说..是否可以通过 win32ole API 控制 Adobe Professional 9,最好使用 Ruby 脚本。
我希望能够打开 PDF 文档并启用扩展注释功能,以便在 Adobe Reader 中打开文件时对文件进行注释,但我需要以编程方式执行此操作。
〜托德
As the title says.. Is it possible to control Adobe Professional 9 through the win32ole API, preferably by using Ruby scripts.
I want to be able to open a PDF document and enable the extended commenting features allowing for commenting the file when opened in Adobe Reader, but I need to do it programmatically.
~ ToRd
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
可以通过 win32ole API 控制 adobe professional。然而,由于缺乏描述性 API 信息,这并不是一件小事。我的一位同事通过使用 Delphi 实现了我所需要的。
It is possible to control adobe professional through the win32ole API. However, it is not trivial, due to the lack of descriptive API information. A co-worker of mine were able to achieve what I needed by using Delphi.