Forum


Replies: 6   Views: 2097
Docx to pdf conversion on windows server with libreoffice
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 admin  · 14-10-2020 - 16:56

Hello,

check-conversionplugin.php uses is_readable (https://www.php.net/manual/en/function.is-readable.php) from PHP to check if it can access the main soffice exec.

Please check your server logs and follow the steps explained on https://www.phpdocx.com/documentation/conversion-plugin/debugging-libreoffice to debug it. We recommend you to test it using PHP CLI, to check if the problem comes from the path or the web server that is blocking PHP to read external or executable files.

Regards.