我正在尝试使用unoconv
将docx转换为pdf,但是在运行Error: Unable to connect or start own listener. Aborting.
时却得到了unoconv -f pdf 1234.docx
。
因此,必须有一些侦听器。然后,我通过unoconv --listener
启动了侦听器。
我尝试了ps aux | grep soffice
,发现了soffice.bin。
所以我再次尝试了unoconv -f pdf 1234.docx
。它仍然给了我同样的错误:Error: Unable to connect or start own listener. Aborting.
我在这里做错了什么?
最佳答案
在尝试使用unoconv之前,您必须杀死所有soffice.bin进程。我不必执行任何“ unoconv --listener”命令。
关于ms-office - 尝试转换时unoconv无法正常工作。引发错误:无法连接或启动自己的监听器。堕胎,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/9259975/