// Convert the document to the selected format
//---------------------------------------------
logger.info("Converting from " + aInputFile.getPath() + " to " + aOutputFile.getPath());
converter.convert(aInputFile, aOutputFile);
logger.info("Conversion complete");
}
public static File extractContentXml(File aOdtFile, String aTargetDirectory) throws ZipException, IOException