Page 1 of 1

error in preview - .xls, .doc, .txt

PostPosted:Mon Jul 25, 2016 12:21 pm
by ahussain
Dear Team,
getting the attached error while .xls, .doc, .txt preview.

I have installed open officem pdftoswf.

system.openoffice.path String C:\Program Files (x86)\OpenOffice 4\program\soffice.bin
system.swftools.pdf2swf String C:\Program Files (x86)\SWFTools\pdf2swf.exe -f -T 9 -t -G -s storeallcharacters ${fileIn} -o ${fileOut}
system.pdfimages String C:\openkm-6.3.1-community\tomcat\bin\pdfimages.exe -j -f ${firstPage} -l ${lastPage} ${fileIn} ${imageRoot}

Version: community 6.3.1

Re: error in preview - .xls, .doc, .txt

PostPosted:Thu Jul 28, 2016 8:33 pm
by jllort
This value is wrong
Code: Select all
system.openoffice.path String C:\Program Files (x86)\OpenOffice 4\program\soffice.bin 
should be
system.openoffice.path String C:\Program Files (x86)\OpenOffice 4

Re: error in preview - .xls, .doc, .txt

PostPosted:Sun Jul 31, 2016 7:14 am
by ahussain
"system.openoffice.path String C:\Program Files (x86)\OpenOffice 4\program\soffice.bin
should be
system.openoffice.path String C:\Program Files (x86)\OpenOffice 4"


It worked!

Thank you