Hi Guys.
I try to convert a file a docx to pdf like this:
$docx = new \Phpdocx\Transform\TransformDocAdvOpenOffice();
$docx->transformDocument(public_path().'/file.docx','test.pdf',public_path());
and i have this problem:
PHP Warning: opendir(/home/server/project/public/tempOdt_5a57a6d89123c.odt): failed to open dir: No such file or directory in /home/server/project/vendor/phpdocx/Classes/Phpdocx/Clean/CleanTemp.inc on line 47
I use openoffice.
Thanks!