Page 1 of 1

Problem with Preview 5.1.9

PostPosted:Tue Feb 28, 2012 12:01 pm
by luke
Hi

After migration from 5.1.8 to 5.1.9 I have a problem with documents preview. I can only preview the old documents but when I import new one to OpenKM I receive a message that there is a problem with conversion generation. Maybe I have to configure something after migration ? I run my backup copy of 5.1.8 and it works so I think it`s not ubuntu`s fault.

Any help will be appreciated.

Re: Problem with Preview 5.1.9

PostPosted:Tue Feb 28, 2012 12:51 pm
by luke
Sorry my mistake. Wrong configuration after migration. Now works like a charm :D

Re: Problem with Preview 5.1.9

PostPosted:Tue Mar 06, 2012 4:49 pm
by sstrauss87
can you show my your configuration i.e. path,pdf2swf,imagemagic,ocr? thank you!

Re: Problem with Preview 5.1.9

PostPosted:Wed Mar 07, 2012 10:14 am
by luke
Code: Select all
system.ghostscript.ps2pdf	String 	/usr/bin/ps2pdf 
system.imagemagick.convert	String 	/usr/bin/convert 
system.openoffice.path	String 	/usr/lib/openoffice 
system.swftools.pdf2swf	String 	/usr/bin/pdf2swf -T 9 -f ${fileIn} -o ${fileOut} 
system.ocr	String 	/usr/bin/tesseract ${fileIn} ${fileOut} 
I am using ubuntu 10.04

Re: Problem with Preview 5.1.9

PostPosted:Wed Mar 07, 2012 2:05 pm
by sstrauss87
Thanks!