Forum


Replies: 1   Views: 2301
Problem when i try to convert a docx to pdf in cleantemp.inc on line 47
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by deciphercredit  · 11-01-2018 - 18:10

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!