Tagged Questions
JodConverter is a API that can remotely use a headless OpenOffice/LibreOffice instance to convert file formats.
5
votes
3answers
3k views
Free Java library for converting existing PDF to PDF/A
I am trying to convert PDF to PDF/A.
Currently I can do this using OpenOffice pdf viewer plugin together with Jodconverter 2. But this is pretty cumbersome to do.
Does anybody know of any open ...
3
votes
4answers
144 views
Weird bug in Java try-catch-finally
I'm using JODConverter to convert .xls and .ppt to .pdf format. For this i have code something like
try{
//do something
System.out.println("connecting to open office");
...
1
vote
1answer
87 views
jodconverter can't find officeHome, Using docsplit in centOS 5
I'm trying to set up a server that will do document conversions using docsplit. The machine I'm setting it up on is running centOS 5. When I try to do a basic conversion from the command line I get ...
1
vote
0answers
277 views
JODConverter: “could not obtain service: com.sun.star.ucb.FileContentProvider”
I write java-application, which show documents as web-pages; to convert it from any format to HTML I use JODConverter and I have some bug:
I try to run soffice as service by this procedure:
...
1
vote
2answers
1k views
Openoffice3/jodconverter stopped working
I have installed Openoffice.org3 on our server and it's running in headless
mode. We use it with jodconverter to convert word and excell files.
It used to work fine, but one day it just stopped ...
1
vote
1answer
219 views
How I can decrease time response from Open Office Service using JOD Coverter to Print to PDF?
We are currently using JOD Converter to send a word document to an open office service running in a different machine. The open office service is being hosted in a facility were they guarantee 100 ...
0
votes
1answer
184 views
docsplit/jodconverter openoffice issue on debian
I'm trying configure docsplit on a debian machine. After installing all of the dependencies I tried running a simple conversion form the command line to make sure it was working. I keep getting the ...
0
votes
1answer
96 views
jodconverter doesn't find soffice.bin
I'm trying to use JODConverter on top of jetty and sinatra. Whenever I fire up my Jetty server, which has the sinatra application deployed to it in a war. i get this exception (much cruft removed):
...
0
votes
3answers
194 views
How can I convert a document to landscape mode using a Java library?
I am writing a program in Java (I am using Ubuntu). I am using Jodconverter to convert the document to PDF. I have to convert the document to landscape mode but I have read that Jodconverter doesn't ...
0
votes
1answer
434 views
Open Source libraries for PDF to image conversion
Please suggest some good java libraries which can be used for a PDF file to image conversion.
I tried using PDFBox: http://pdfbox.apache.org/ but after conversion to image most of my text from the pdf ...
0
votes
1answer
612 views
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 ...