And yes, there are hard-coded paths in jodconverter, for
instance:
public static File getOfficeExecutable(File officeHome)
{
if (PlatformUtils.isMac()) {
return new File(officeHome,
"MacOS/soffice.bin");
} else {
return new File(officeHome,
"program/soffice.bin");
}
}Feel free to contribute code for managing other OS. --- Mailing list: [email protected] Forum: http://forum.nuxeo.org/f/1/
