Forum


Replies: 7   Views: 3968
Input file doesn't exist while pdf conversion
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  · 29-09-2018 - 18:33

Hello,

The problem is that you are getting permission denied when running OdfConverter:

sh: /var/www/html/billing/classes/../lib/OdfConverter/64/OdfConverter: Permission denied

You need to set the correct rwx access to the file. Anyway, we recommend you to use the conversion plugin based on LibreOffice to get the best output and it doesn't use OdfConverter to do the conversions, (https://www.phpdocx.com/documentation/conversion-plugin/conversion-plugin-installation-and-set-up).

Regards.