ncjoes / office-converter

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

Convertion Failure! Contact Server Admin. LibreOffice 7.2.2 Linux #36

Closed DonBoscoMushi closed 2 years ago

DonBoscoMushi commented 2 years ago

Tried to convert doc to pdf but it says "Convertion Failure! Contact Server Admin." I used same codes as in documentation

use NcJoes\OfficeConverter\OfficeConverter;

$converter = new OfficeConverter('test-file.docx');
$converter->convertTo('output-file.pdf'); 

Im using Laravel 8, in a server

DonBoscoMushi commented 2 years ago

Tried to convert doc to pdf but it says "Convertion Failure! Contact Server Admin." I used same codes as in documentation

use NcJoes\OfficeConverter\OfficeConverter;

$converter = new OfficeConverter('test-file.docx');
$converter->convertTo('output-file.pdf'); 

Im using Laravel 8, in a server

after a long day i just decided to run yum install libreoffice-writer

👍 --- it works now