Package com.logicaldoc.core.conversion
Class ImageConverter
java.lang.Object
com.logicaldoc.core.conversion.AbstractFormatConverter
com.logicaldoc.core.conversion.ImageConverter
- All Implemented Interfaces:
- FormatConverter
Converter to convert image files in PDF
- Since:
- 7.7
- Author:
- Marco Meschieri - LogicalDOC
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionImplementations should return the list of the required parameters.voidinternalConvert(String sid, Document document, File src, File dest) Methods inherited from class com.logicaldoc.core.conversion.AbstractFormatConverterconvert, convert, equals, getExtension, getParameter, getParameters, hashCode, isEnabled, loadParameters, setEnabled
- 
Constructor Details- 
ImageConverterpublic ImageConverter()
 
- 
- 
Method Details- 
internalConvert- Throws:
- IOException
 
- 
getParameterNamesDescription copied from interface:FormatConverterImplementations should return the list of the required parameters. A parameter is stored in the context as converter.SimpleClassName.parameter = value- Specified by:
- getParameterNamesin interface- FormatConverter
- Overrides:
- getParameterNamesin class- AbstractFormatConverter
- Returns:
- list of the configuration parameters
 
 
-