【发布时间】:2012-03-04 19:44:40
【问题描述】:
我正在尝试使用 unoconv 将 docx 转换为 pdf,但是当我运行 unoconv -f pdf 1234.docx 时得到 Error: Unable to connect or start own listener. Aborting.。
所以,一定有一些听众。然后我通过unoconv --listener启动了监听器。
我试了ps aux | grep soffice,找到了soffice.bin。
所以我又试了unoconv -f pdf 1234.docx。它仍然给了我同样的错误:Error: Unable to connect or start own listener. Aborting.
我在这里做错了什么?
【问题讨论】:
标签: ms-office openoffice.org docx libreoffice file-conversion