public class LocalConversionTask extends AbstractLocalOfficeTask
DEFAULT_LOAD_PROPERTIES, loadProperties
Constructor and Description |
---|
LocalConversionTask(org.jodconverter.job.SourceDocumentSpecs source,
org.jodconverter.job.TargetDocumentSpecs target,
java.util.Map<java.lang.String,java.lang.Object> loadProperties,
FilterChain filterChain,
java.util.Map<java.lang.String,java.lang.Object> storeProperties)
Creates a new conversion task from a specified source to a specified target.
|
Modifier and Type | Method and Description |
---|---|
void |
execute(org.jodconverter.office.OfficeContext context) |
addPropertiesToMap, closeDocument, getLoadProperties, loadDocument
public LocalConversionTask(org.jodconverter.job.SourceDocumentSpecs source, org.jodconverter.job.TargetDocumentSpecs target, java.util.Map<java.lang.String,java.lang.Object> loadProperties, FilterChain filterChain, java.util.Map<java.lang.String,java.lang.Object> storeProperties)
source
- The source specifications for the conversion.target
- The target specifications for the conversion.loadProperties
- The load properties to be applied when loading the document. These
properties are added after the load properties of the document format specified in the
source
arguments.filterChain
- The filter chain to use with this task.storeProperties
- The store properties to be applied when storing the document. These
properties are added after the store properties of the document format specified in the
target
arguments.