Also have a look at JOD Converter:
https://github.com/jodconverter/jodconverter
Its hides the complexity of starting and stopping OpenOffice instances
and farming jobs out.
OpenOffice itself can be pretty brittle (corrupt settings,
non-responsiveness).
JOD Converter will start OpenOffice with cl
Hello,
about 10 years ago I have released OOo extensions written in Java that
were able to create and connect to the OOo context like this:
beg: source
import ooo.connector.BootstrapSocketConnector;
public XComponentContext bootstrapOffice(String officeDir) {
try {
return BootstrapSocket
Hi Team,
I'm trying to connect to OpenOffice through JAVA code. I'm Using
XComponentContext xContext = Bootstrap.bootstrap(), I am trying to get the
remote office component context of OpenOffice through Java. But it raises
the exception "no office executable". I've set the SDK path as shown in the