jodconverter

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 Mbps bandwidth, we have three servers that print to this server hosting the open office service. 1. Amazon Cloud server (staging) takes abou...

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 working and I really don't understand why. When I run /usr/local/bin/java -jar jodconverter-2.2.2/lib/jodconverter-cli-2.2.2.jar on an .xls ...

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 an exception if I don't set the java.library.path method using -D when running java. The...

Free Java library for converting existing PDF to PDF/A

Hi. 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 source / free Java libraries I can use to do this? I have found these open source libraries so far, but none of which has support for conv...