ncjoes / office-converter

PHP Wrapper for LibreOffice
MIT License
197 stars 75 forks source link

Only Fail convert images and XLS, DOCS WORK (Convertion Failure! Contact Server Admin.) #37

Closed LiThaM closed 2 years ago

LiThaM commented 2 years ago

Hi people,

I am getting this error when I select an image or excel, the rest works like DOCS. I attach the code that I use. ERROR:

exception: "NcJoes\\OfficeConverter\\OfficeConverterException"
file: "/Users/alejandrocastronantes/Documents/Trabajo/gestor-documental/vendor/ncjoes/office-converter/src/OfficeConverter/OfficeConverter.php"
line: 54
message: "Convertion Failure! Contact Server Admin."

ME CODE:

 use NcJoes\OfficeConverter\OfficeConverter;

  function convertToPdf($pathDocument, $newNameDocument)
     {
         $newNameFile = str_replace(' ', '_', $newNameDocument);
         $converter = new OfficeConverter($pathDocument);
       $converter->convertTo($newNameFile);
       return $newNameFile;
     }
LiThaM commented 2 years ago

Any one help Me?

gabrielsperezz commented 2 years ago

You need to install libreoffice on its sever

LiThaM commented 2 years ago

Nice tip, need apt-get install libreoffice