JBoss.orgCommunity Documentation

JodConverter

JodConverter is used to convert documents into different office formats.

Package org.exoplatform.services.cms.jodconverter.JodConverterService

Method Param Return Description
convert(InputStream input, String formatInput, OutputStream out, String formatOutput) throws Exception;

input

formatInput

out

formatOutput

void Convert InputStream in the formatInput format to OutputStream with the formatOutput format. Deprecate: This method is not supported by JODConverter 3.0 anymore, please use convert(File, File, String) instead.
convert(File input, File output, String outputFormat) throws OfficeException;

input

output

outputFormat

boolean Convert input File to output File with the outputFormat.