Unable to run openoffice in headless mode
- by uswaretech
I want to automoate some PPT - PDF conversions, so I want to run openoffice in headless mode for scripting.
On my machine with X running I can start opemoffice in headless mode via
soffice -accept="socket,port=8100;urp;" -headless
This doesn't seem to work on a server with X not running.
$ soffice -accept="socket,port=8100;urp;" -headless…