我可以在常规模式下将带有日期的csv文件转换为LibreOffice中的dbase。H_beg date和H_end_date完美地工作。
dbview thexport.dbf
H event id : 210721001
H name : CCCR WEEK NIGHT 072121
H tot sect : 1
H beg date : 20210721
H end date : 20210721
H rcv date :
H ent date :
H aff id : A6000220
H city : ROCHESTER
H state : NY
H z
我使用unoconv将不同的文件格式转换为pdf。它在我的本地机器上对所有格式都工作得很好。但是在我的ubuntu12.04服务器上,unoconv无法处理一些格式,比如xls,ppt,pptx等等,但是对于文档文件,它工作得很好。它显示以下ppt转换错误。
$unoconv -f pdf Googling.ppt
unoconv: UnoException during conversion in <class '__main__.com.sun.star.lang.IllegalArgumentException'>: Unsupported URL <
我无法使用unoconv来使用exec将.doc从php转换为PDF。以下是我所尝试的:
$output = exec("unoconv /opt/bitnami/apache2/htdocs/=".$fileData['name']);
error_log(print_r($output, TRUE));
当在控制台中运行时,这个命令工作得很好,但是当通过php运行时,它在错误日志中给出了以下内容:
python: /opt/bitnami/common/lib/libcrypto.so.1.0.0: no version information availa
如何将一批.xlsx文件转换为.xls格式?我更希望它是一种命令行解决方案,但是任何东西都比手动打开每一个并以新格式手动保存要好。
编辑
那么有什么办法可以避免这个错误吗?
errored: Leaking python objects bridged to UNO for reason pyuno runtime is not initialized,
(the pyuno.bootstrap needs to be called before using any uno classes)
python: tpp.c:63: __pthread_tpp_change_priority:
我正在尝试使用将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.
我在这里做错
我正在使用ubuntu和libreOffice。我已经安装了用于将*.odp文件转换为*.pdf的unoconv。当我从终端运行命令unoconv -f pdf myfile.odp时,它工作得非常好。我想用PHP的shell_exec()方法做同样的事情。因此,我编写了以下代码:
$output = shell_exec('unoconv -f pdf test.odp 2>&1');
echo $output;
但它显示了以下错误:
/usr/bin/python: /opt/lampp/lib/libz.so.1: no version informatio
我在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 &
在此之前
我已经成功地在我的ubuntu14.04 64位上安装了unoconv。
我想导出的第一页的.xlsx文件为图像,如png或jpg。
我试过了
unoconv -l & 9998 ## this is to start the python listener
unoconv -f png abc.xlsx
我得到了以下信息:
unoconv: UnoException during export phase:
Unable to store document to file:///var/virtual/abc.png (ErrCode 3088)
Properties: ((com