gpt4 book ai didi

automation - LibreOffice Automation - 全部更新

转载 作者:行者123 更新时间:2023-12-03 09:40:31 28 4
gpt4 key购买 nike

有没有办法自动执行这些步骤?

  • 打开 LibreOffice ODT
  • 更新 TOC 和其他字段(例如通过菜单工具|更新|全部更新)
  • 保存并关闭文档

最佳答案

如果您使用的是 Windows,那么使用 Automa 可以很容易地实现这一点:

start("LibreOffice", r"c:\path\to\your\document.odt")
press(ALT + 't', 'u', 'u')
press(CTRL + 's')
press(ALT + F4)

您可以将这 4 行保存到扩展名为 .at 的文本文件中,然后使用 Automa 播放它。需要时。

如果您希望 Automa 能够找到标签、点击菜单等,您需要转到工具|选项|LibreOffice|辅助功能并勾选“支持辅助技术工具(需要重新启动程序)”复选框。然后,例如以下内容将成为可能:

start("LibreOffice", r"c:\path\to\your\document.odt")
click("Tools", "Update", "Update All")
press(CTRL + 's')
press(ALT + F4)

免责声明:我是 Automa 中的一员开发人员

关于automation - LibreOffice Automation - 全部更新,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17995737/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com