这是 Windows 7 Enterprise 上的 LO 6.0.7.3。LO 的所有其他实例都已关闭(我在 Linux 中发现这很重要。)
以下是非输出示例:
C:\Users\[snip]>"C:\Program Files\LibreOffice\program\swriter.exe" --cat "Some file.docx"
C:\Users\[snip]>
C:\Users\[snip]>"C:\Program Files\LibreOffice\program\swriter.exe" --version
C:\Users\[snip]>
它在 --help 输出中,因此您认为它应该可以工作。
--cat Dump text content of the following files to console
(implies --headless). Cannot be used with --convert-to.
谢谢
答案1
这些选项未显示在 Libre Office 帮助页面上,该页面讨论了命令行选项和 Windows。
至于为什么它们不可用,询问的地方是 自由办公室论坛。
答案2
我也很想知道--cat
。
这可能是 LibreOffice 中的一些旧死代码,或者是一个错误,正确的做法是举报在问题跟踪器中。(我没有看,但我敢打赌已经有一个未解决的问题。)
然而,
path\to\soffice --writer --convert-to txt filename.ext
可能会做你所期望的事情--cat
。