I've tried to create a demo for converting the doc file to PDF with Libreoffice, but it can't work successfully. How should I do is right?Here are my code.
use Breadlesscode\Office\Converter;
$file = './aaa.doc';
Converter::file($file)
->save('./demo.pdf');
In addition, the README.md has an error. The word 'conveter' of the composer command composer require breadlesscode/office-conveter is missing a 'r'. It should be 'converter'.
I've tried to create a demo for converting the doc file to PDF with Libreoffice, but it can't work successfully. How should I do is right?Here are my code.
In addition, the README.md has an error. The word 'conveter' of the composer command composer require breadlesscode/office-conveter is missing a 'r'. It should be 'converter'.
Thanks for your package!