Forum


Replies: 11   Views: 4416
Transform.php not working
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  · 11-04-2013 - 12:13

Hello,

OpenOffice for Linux OS is included in phpdocx pro + plugin and corporate versiones. But you can use any version of OpenOffice.

To run openoffice in headless mode execute this command:

$ lib/openoffice/program/soffice -headless -accept="socket,host=127.0.0.1,port=8100;urp;" -nofirststartwizard

lib/openoffice/program/soffice is the path to OpenOffice executable.

Regards.