Closed DonBoscoMushi closed 3 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
Tried to convert doc to pdf but it says "Convertion Failure! Contact Server Admin." I used same codes as in documentation
Im using Laravel 8, in a server