Sorry for spamming, but did a bit more testing. I outputted the executed command and when running this manually from the shell I got the further message: "ERROR: connection failed. Please make sure OpenOffice.org is running and listening on port 8100."
Do I need to install OpenOffice and run this in the background somehow for this to work? Is there anything about this in the documentation?
[Update]
It works when starting OpenOffice in Background with:
[code]soffice --headless --accept="socket,port=8100;urp;" &[/code]
But I could not find anything about this on this page. Is this really necessary, or is the another way?
Best,
Daniel[/quote]
OpenOffice is used by TransformAdv method to transform DOCX to PDF and other docs format. You can check how to start OpenOffice in TransformDocAdv.php class.
Regards.