I've follow the tutorial and I've installed openoffice and I've run it in headless mode with:
$ /opt/openoffice.org3/program/soffice -headless -accept="socket,host=127.0.0.1,port=8100;urp;" -nofirststartwizard
The process is running:
$ ps -aux | grep soffice
lamador 12322 0.0 0.0 2236 560 pts/1 S+ 12:56 0:00 /bin/sh /opt/openoffice.org3/program/soffice -headless -accept=socket,host=127.0.0.1,port=8100;urp; -nofirststartwizard
lamador 12331 1.4 0.8 117728 35720 pts/1 Sl+ 12:56 0:00 /opt/openoffice.org3/program/soffice.bin -headless -accept=socket,host=127.0.0.1,port=8100;urp; -nofirststartwizard
If I run the OdfConverter 32-bit the output is:
$ lib/OdfConverter/32/OdfConverter /../Informe_2014-04-25-150654.docx
[ERROR][/var/www/.../Informe_2014-04-25-150654.docx] Conversion failed - Error during conversion
I'm using the generatePDF function. I've also tried with the transformDocx function, but when I execute in a script with the browser (not in the command line) it doesn't genereate any pdf file and I don't get any error.
Thank you so much.