Hi all, I am having an issue where i need to run open office as a service in fedora 8 non gui linux box. This is an application server. So i have done some research to run the service. I installed the latest open office (3.2) and tried the command
$ soffice -headless -accept="socket,host=127.0.0.1,port=8100;urp;" -nofirststartwizard So the service started to run. And i used a JODconverter to send doc files to the service and the get the pdf which is converted the doc file. But the conversion does not happen. I got to know that i have to use open office -headless rpm for this purpose. But when i m following that method, it needs lot of dependencies which is like more than 100. So if any one can you direct me to correct way or any suggestions or anything please feel free to share with me. Thanks in Advance Kasun
