Uses of Interface
com.logicaldoc.core.conversion.FormatConverter
-
Packages that use FormatConverter Package Description com.logicaldoc.core.conversion Machinery for converting documents to different formats. -
-
Uses of FormatConverter in com.logicaldoc.core.conversion
Classes in com.logicaldoc.core.conversion that implement FormatConverter Modifier and Type Class Description class
AbstractFormatConverter
Abstract format converter.class
GhostscriptConverter
Converter to convert PDF into imageclass
ImageConverter
Converter to convert image files in PDFclass
NoConversionConverter
A converter that simply copies the source to the destinationclass
NotAvailableConverter
A converter that always convert into a static PDF that says 'not available'class
P7MConverter
Converter to convert image files in PDFclass
XMLConverter
Converter to convert XML filesclass
ZipConverter
Converts a Zip file in it's listingMethods in com.logicaldoc.core.conversion that return FormatConverter Modifier and Type Method Description FormatConverter
FormatConverterManager. getConverter(String inFileName, String outFileName)
Loads the proper converter for the passed file names.Methods in com.logicaldoc.core.conversion that return types with arguments of type FormatConverter Modifier and Type Method Description Collection<FormatConverter>
FormatConverterManager. getAllConverters()
Returns the list of possible convertersList<FormatConverter>
FormatConverterManager. getAvailableConverters(String inFileName, String outFileName)
Returns the list of possible converters for a given in and out formatMap<String,List<FormatConverter>>
FormatConverterManager. getConverters()
-