lowriter convert-to html 崩溃与多个文件

Posted

技术标签:

【中文标题】lowriter convert-to html 崩溃与多个文件【英文标题】:lowriter convert-to html crashes with multiple files 【发布时间】:2017-10-16 13:35:02 【问题描述】:

我需要将多个.rtf-文件转换为html。我认为 libre office 命令行套装 (lowriter) 可以:

lowriter --headless --convert-to html *.rtf

但是程序在文件号 249(从大约 380)处完成(或崩溃?)而没有任何错误消息。我不知道为什么。由于lowriter 似乎没有一个好的错误日志(根据Arnon Weinberg 的***-post),可能.rtf 文件之一已损坏并且程序崩溃。但lowriter 不会说。这可能吗?

【问题讨论】:

【参考方案1】:

我没有解决方案,但有一个适合我的解决方法:

for f in *.rtf; do lowriter --headless --convert-to html $f; done

如果有人可以确认或解释我的问题并提出解决方案,我很高兴知道!

【讨论】:

以上是关于lowriter convert-to html 崩溃与多个文件的主要内容,如果未能解决你的问题,请参考以下文章

LibreOffice:使用 --convert-to 将 PDF 转换为纯文本

libreoffice --convert-to xls 改为写入 OpenDocument 格式

使用 --headless --convert-to 标志使用 libreoffice 将 .doc(x) 转换为 PDF/A-1a 格式

Web API 无法执行 soffice.exe --convert-to pdf 命令

LO Writer:PDF 导出时表格边框消失 [关闭]

在“基本”OpenOffice 编程中传递数组