从批处理文件与 Adobe Acrobat 对话
我想打开一个 pdf 文件,然后将其另存为文本,然后关闭 Acrobat。
我想从命令行自动完成它,这样我就可以自动化它。有什么方法可以在 Windows 7 中通过命令行执行此操作吗?
I want to open a pdf file, then save it as a text and then close Acrobat.
I'd like to do it automatically from a command line so I can automate it. Is there any way to do it from a command line in Windows 7?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须为 Windows Script Host 或 Powershell 编写一个脚本,该脚本将使用 Adobe COM 对象自动执行该过程,或者(~~颤抖~~)启动 Acrobat Reader 并使用 SendKeys 控制它。
You would have to write a script for the Windows Script Host or Powershell which would automate the process using the Adobe COM objects or (~~shudder~~) launching Acrobat Reader and controlling it using SendKeys.