从批处理文件与 Adob​​e Acrobat 对话

发布于 2024-11-16 02:56:49 字数 108 浏览 8 评论 0原文

我想打开一个 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 技术交流群。

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

发布评论

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

评论(1

£烟消云散 2024-11-23 02:56:49

您必须为 Windows Script Host 或 Powershell 编写一个脚本,该脚本将使用 Adob​​e 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.

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