Monday 12 August 2013

OpenOffice & ImageMagick Integration




download  libreoffice4.0.tar 
then copy it to /appl/tomcat/apps/ap
extract it with this command tar jxvf libreoffice4.0.tar.bz2

with the following command you can start the libreoffice server:

/appl/tomcat/apps/ap/libreoffice4.0/program/soffice --headless --accept="socket,host=localhost,port=8100;urp" --nofirststartwizard --nologo --nolockcheck &


#enable openoffice integration
openoffice.server.enabled=true 
openoffice.server.host=localhost
openoffice.server.port=8100
openoffice.cache.enabled=true


ImageMagick:

to install ImageMagick type the following command as root.
yum install ImageMagick



 If the source as RPM: 
rpm -Uvh ImageMagick-6.8.6-4.x86_64.rpm



xuggler.enabled=true
imagemagick.enabled=true
imagemagick.global.search.path[unix]=/usr/bin

No comments:

Post a Comment