我已阅读有关升级unoconv的其他帖子。
当我尝试使用命令
将PPT转换为PDF时出现以下错误 unoconv -f pdf hold.ppt
unoconv: RuntimeException during import phase:
Office probably died. Unsupported URL <file:///var/www/hold.ppt>: ""
我的版本是:
unoconv 0.6
Written by Dag Wieers <dag@wieers.com>
Homepage at http://dag.wieers.com/home-made/unoconv/
platform posix/linux2
python 2.7.3 (default, Feb 27 2014, 19:58:35)
[GCC 4.6.3]
LibreOffice 4.2
有没有人有任何想法?我已经设法让它在我的dev env上工作,这是debian并且实际上有LibreOffice3.5。
答案 0 :(得分:0)
我在Debian 10上遇到了同样的问题,请尝试以下2种选择:
~# soffice --headless --accept="socket,host=127.0.0.1,port=2002;urp;" --nofirststartwizard
现在运行命令
~# unoconv -f pdf hold.ppt