I know this has been discussed before but those threads have not helped me\
I am running OpenKM 6.2.5 build 8109
As suggested in the other threads
I have made changes to the configurations as follows
system.openoffice.path [C:\Program Files\LibreOffice 4\
system.openoffice.port 2002
system.openoffice.tasks 200
system.pdf.force.ocr Inactive
system.swftools.pdf2swf C:\Program Files\SWFTools\pdf2swf.exe -T 9 -f ${fileIn} -o ${fileOut}
and I am getting the following errors
Thanks in advance.
I am running OpenKM 6.2.5 build 8109
As suggested in the other threads
I have made changes to the configurations as follows
system.openoffice.path [C:\Program Files\LibreOffice 4\
system.openoffice.port 2002
system.openoffice.tasks 200
system.pdf.force.ocr Inactive
system.swftools.pdf2swf C:\Program Files\SWFTools\pdf2swf.exe -T 9 -f ${fileIn} -o ${fileOut}
and I am getting the following errors
Thanks in advance.
Code: Select all
014-05-01 21:15:04,122 [http-bio-0.0.0.0-8080-exec-6] ERROR com.openkm.servlet.frontend.ConverterServlet - Error in text/plain to P
DF conversion
com.openkm.core.ConversionException: Error in text/plain to PDF conversion
at com.openkm.util.DocConverter.doc2pdf(DocConverter.java:248)
at com.openkm.servlet.frontend.ConverterServlet.toPDF(ConverterServlet.java:221)
at com.openkm.servlet.frontend.ConverterServlet.toSWF(ConverterServlet.java:273)
at com.openkm.servlet.frontend.ConverterServlet.service(ConverterServlet.java:144)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)