Package com.logicaldoc.conversion
Class IllustratorConverter
java.lang.Object
com.logicaldoc.core.conversion.AbstractFormatConverter
com.logicaldoc.conversion.EnterpriseAbstractFormatConverter
com.logicaldoc.conversion.IllustratorConverter
- All Implemented Interfaces:
- com.logicaldoc.core.conversion.FormatConverter
Converts an Illustrator drawing into PDF document. the drawing must be saved
 with the PDF compatibility option.
- Since:
- 7.5.2
- Author:
- Marco Meschieri - LogicalDOC
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidinternalConvert(String sid, com.logicaldoc.core.document.Document document, File src, File dest) Methods inherited from class com.logicaldoc.core.conversion.AbstractFormatConverterconvert, convert, equals, getExtension, getParameter, getParameterNames, getParameters, hashCode, isEnabled, loadParameters, setEnabled
- 
Constructor Details- 
IllustratorConverterpublic IllustratorConverter()
 
- 
- 
Method Details- 
internalConvertpublic void internalConvert(String sid, com.logicaldoc.core.document.Document document, File src, File dest) throws IOException - Throws:
- IOException
 
 
-