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
Most times, any issue with using php-unoconv actually lies in the interaction between unoconv, the libreoffice/openoffice, and the operating system's python modules.
I think to increase more adoption for this php-unoconv, it is good to add more documentation around the area of installing unoconv, libreoffice/openoffice, and the operation system.
I can contribute to the use of this in Ubuntu 14.04 64-bit Server edition using Python 2.7
git clone directly from the unoconv repo. Forget about ever using the packages standard unoconv. It is usually broken.
Look for the output.txt and you should expect to see something like this:
Verbosity set to level 4
DEBUG: Connection type: socket,host=127.0.0.1,port=2002,tcpNoDelay=1;urp;StarOffice.ComponentContext
DEBUG: Existing listener not found.
DEBUG: Launching our own listener using /opt/openoffice4/program/soffice.bin.
Input file: full_path_to_input.docx
DEBUG: Terminating OpenOffice instance.
DEBUG: Waiting for OpenOffice instance to exit.
Even if you don't see this, there will be some useful error messages that you can use to google your way out of this. I highly recommend that php-unoconv include this as a function somewhere for testing purposes. I couldn't have solved the issue without this logger. The logger example given did not set verbosity to vvvv
Once you can get unoconv to work, it is matter of using php-unoconv
The text was updated successfully, but these errors were encountered:
Most times, any issue with using php-unoconv actually lies in the interaction between unoconv, the libreoffice/openoffice, and the operating system's python modules.
I think to increase more adoption for this php-unoconv, it is good to add more documentation around the area of installing unoconv, libreoffice/openoffice, and the operation system.
I can contribute to the use of this in Ubuntu 14.04 64-bit Server edition using Python 2.7
testunoconv.php
php-unoconv
The text was updated successfully, but these errors were encountered: