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

public class IllustratorConverter extends EnterpriseAbstractFormatConverter
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 Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    internalConvert(String sid, com.logicaldoc.core.document.Document document, File src, File dest)
     

    Methods inherited from class com.logicaldoc.core.conversion.AbstractFormatConverter

    convert, convert, equals, getExtension, getParameter, getParameterNames, getParameters, hashCode, isEnabled, loadParameters, setEnabled

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • IllustratorConverter

      public IllustratorConverter()
  • Method Details