Questions tagged [jodconverter]

JodConverter is a API that can remotely use a headless OpenOffice/LibreOffice instance to convert file formats.

JodConverter is a Java API that can submit files via TCP/IP to a headless OpenOffice/LibreOffice instance. It is used for converting formats (example: Word to PDF).

A typical application is a web based application that needs to convert a batch of files submitted on the fly to PDF.

There are two major versions of this application:

The original
A fork, with more advanced features

93 questions
0
votes
1 answer

How to convert the excel file format xls and xlsx vice versa in java

I try to change the excel file format xls and xlsx vice versa in java by using jobconveter jar in Windows OS https://code.google.com/archive/p/jodconverter/ File xlsFile = new File("input/test.xls"); File xlsxFile = new…
AKZap
  • 1,181
  • 6
  • 17
  • 31
0
votes
1 answer

OpenMeetings not loading Office files (pptx, xlsx ...)

I have Apache OpenMeetings installed and functioning properly. I am not able to upload Office files to Whiteboard. I succeeded to upload PDF files. I installed JODconverter and updated the configuration to match the path. I installed the OpenOffice…
Johnny Zghaib
  • 518
  • 1
  • 12
  • 30
0
votes
1 answer

org.artofsolving.jodconverter.office.OfficeException: could not load document: asdf.doc

I want to do some document convert works use jodconverter & open office 4。 I have installed open office on my windows 7 at C:\Program Files (x86)\OpenOffice 4。 in task mgr I have seen the process of soffice.bin*32 when I run my demo to convert a doc…
doctor CUI
  • 11
  • 2
  • 5
0
votes
1 answer

JOD Converter connection refused on the first time

I'm using JODConverter to connect to OpenOffice 4 and convert rtf documents to pdf. It works all fine except for one strange issue, the first time when I try a conversion I get a Connection refused exception; it start to work from the second time. I…
Luca89
  • 99
  • 1
  • 4
  • 14
0
votes
1 answer

Access Libre office headless service of Unix on windows

I am running Libre Office as a headless service on unix machine to convert xlsx files to ods. JODConverter library is used to connect to service. The problem occurs when from Windows machine I try to convert the files. I am getting below…
hanumant
  • 1,091
  • 4
  • 15
  • 27
0
votes
0 answers

Open Office and JODConverter export word document to html

I use Open Office and JODConverter to export word documents to html and I would like to ask if -apart from the page number- there is other format information that is lost
0
votes
0 answers

JodConverter application is not working in webapplication

I am converting docx file to pdf file using JODconverter. The same code is working fine from standalnoe java application but its not working when I am using the same inside webapp and throwing SEVERE: Servlet.service() for servlet CmisWebClient…
Arvind
  • 1,207
  • 6
  • 27
  • 55
0
votes
1 answer

Jod Converter web application

I have a java application with jodConverter. I can convert all types of extensions to PDF and it works good but when I put it as web application a timeout occurs when converting big docs. The same computer has the web application and the normal…
0
votes
0 answers

unoil-3.0.1.jar is giving "Conversion to Dalvik format failed with error 1" error

I'm using jodconverter in my android app to convert doc files to pdf. I get "Conversion to Dalvik format failed with error 1" when i include all the jar files including unoil-3.0.1.jar. But if i remove unoil-3.0.1.jar that error won't be there. But…
smath8
  • 31
  • 2
  • 6
0
votes
0 answers

JODConverter converts files when the service is stopped?

I'm working with JODConverter bundled with Alfresco Enterprise 4.1.4 (I believe the JODConverter version is 3.2). I'm using it through the Alfresco RenditionService. I'm trying to recreate a timeout error by stopping JODConverter before sending a…
crownjewel82
  • 437
  • 2
  • 12
0
votes
1 answer

Use Openoffice "Export" option instead of "Save as" option in headless mode

Hi I am using JOD converter to convert documents to html. I have tested converting doc file to html using openoffice(desktop mode) in two ways. 1st way: Using Save as option The output file has lot of tags which are deprecated from HTML4. 2nd…
AahladParadigm
  • 203
  • 2
  • 8
0
votes
1 answer

Convert PPT to JPG using Jodconverter and openoffice.org

Hi everybody, I successfully installed java, tomcat, jodconverter and openoffice in my ubuntu system and converted the PPT to SWF and PPT to PDF. Everything went fine but I didn't see any option to convert ppt to jpg or png in the web…
Manish Jangir
  • 5,329
  • 4
  • 42
  • 75
0
votes
1 answer

JODConverter 3.0, OpenOffice, and JNI

I'm using JODConverter 3.0 to handle communicating with OpenOffice to convert documents. Everything is working fine except that JODConverter uses a Java library from OpenOffice that uses JNI to grab certain library files from the system. This throws…
William
  • 15,465
  • 8
  • 36
  • 32
0
votes
1 answer

JodConverter handle multiple request for converting documents

My Java web application installed in server 2008. Basically application convert doc files to pdf using jodCOnverter library (using openoffice service). i am using following code to convert document. String OpenOfficeConnString="C:\\Program Files…
Butani Vijay
  • 4,181
  • 2
  • 29
  • 61
0
votes
1 answer

Not able to start Open Office from JOD converter

I'm getting following exception while trying to connect to Open Office from JOD Converter: javax.servlet.ServletException: org.artofsolving.jodconverter.office.OfficeException: failed to start and connect …