Re: OpenOffice Executable Not found

2023-09-08 Thread Tim Anderson
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

Re: OpenOffice Executable Not found

2023-09-08 Thread Marcin Gutman
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