You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
first of all many thanks for your work, I appreciate it very much.
I successfully installed unoconv on my server CentOS 6.5 and I am able to correctly transform files from the command line, using my root user.
Now I have set up a script to make the conversion from PHP, but I can not get it work.
I installed the latest libreoffice packages (via yum install libreoffice) and downloaded the latest version of your script and I am running SELinux in permissive mode.
I tried to change the shabang first line of the script to put the right path to python but in my installation there is no python interpreter under /usr/lib64/libreoffice/program.
Hi,
first of all many thanks for your work, I appreciate it very much.
I successfully installed unoconv on my server CentOS 6.5 and I am able to correctly transform files from the command line, using my root user.
Now I have set up a script to make the conversion from PHP, but I can not get it work.
I installed the latest libreoffice packages (via yum install libreoffice) and downloaded the latest version of your script and I am running SELinux in permissive mode.
I tried to change the shabang first line of the script to put the right path to python but in my installation there is no python interpreter under /usr/lib64/libreoffice/program.
Any hints?