public class JodConverterServiceImpl extends Object implements JodConverterService, org.picocontainer.Startable
| Constructor and Description |
|---|
JodConverterServiceImpl(org.exoplatform.container.xml.InitParams initParams) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
convert(File input,
File output,
String outputFormat)
Converts an input file into output one with a given output format.
|
void |
start() |
void |
stop() |
public void start()
start in interface org.picocontainer.Startablepublic void stop()
stop in interface org.picocontainer.Startablepublic boolean convert(File input, File output, String outputFormat) throws org.artofsolving.jodconverter.office.OfficeException
convert in interface JodConverterServiceinput - The input file.output - The output file.outputFormat - Format of the output file.org.artofsolving.jodconverter.office.OfficeExceptionCopyright © 2003–2019 eXo Platform SAS. All rights reserved.