0

Im trying to convert a PPT file to PDF using unoconv from a PHP script. Some of the PPT are failing to convert.

Command: unoconv --export Quality=95 -f pdf '<file.pptx>'

unoconv version

unoconv 0.7
Written by Dag Wieers <dag@wieers.com>
Homepage at http://dag.wieers.com/home-made/unoconv/

platform posix/linux
python 3.8.10 (default, Nov 14 2022, 12:59:47)
[GCC 9.4.0]
LibreOffice 6.4.7.2

Error:

unoconv: RuntimeException during export phase:
Office probably died. Binary URP bridge disposed during call
Traceback (most recent call last):
  File "/usr/bin/unoconv", line 1285, in <module>
    die(exitcode)
  File "/usr/bin/unoconv", line 1138, in die
    if convertor.desktop.getCurrentFrame():
uno.DisposedException: Binary URP bridge already disposed

Im expecting the to be converted from PPT to PDF

0 Answers0