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 classAbstractFormatConverterAbstract format converter.classCompressedArchiveConverterA base class for those converters that operate on comressed archivesclassGhostscriptConverterConverter to convert PDF into imageclassImageConverterConverter to convert image files in PDFclassNoConversionConverterA converter that simply copies the source to the destinationclassNotAvailableConverterA converter that always convert into a static PDF that says 'not available'classP7MConverterConverter to convert image files in PDFclassRarConverterConverts a Rar file in it's listingclassSevenZipConverterConverts a 7z file in it's listingclassTarConverterConverts a Tar file in it's listingclassXMLConverterConverter to convert XML filesclassZipConverterConverts a Zip file in it's listingMethods in com.logicaldoc.core.conversion that return FormatConverter Modifier and Type Method Description FormatConverterFormatConverterManager. 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()
-