我在jaunty上安装了openoffice headless,但unoconv无法通过SSH工作。有什么想法吗?
unoconv: UnoException during conversion in <class '__main__.com.sun.star.task.ErrorCodeIOException'>:
ERROR: The provided document cannot be converted to the desired format. (code: 1287)我开始
unoconv -l & 在此之前
发布于 2011-09-07 14:27:25
首先检查u转换的文档是否为支持的格式,如果不起作用,终止现有的unoconv并使用unoconv --listner &重启监听器。
https://stackoverflow.com/questions/3671554
复制相似问题