Uses of Interface
com.logicaldoc.core.conversion.FormatConverter
Packages that use FormatConverter
Package
Description
Machinery for converting documents to different formats.
-
Uses of FormatConverter in com.logicaldoc.core.conversion
Classes in com.logicaldoc.core.conversion that implement FormatConverterModifier and TypeClassDescriptionclassAbstract format converter.classA base class for those converters that operate on compressed archivesclassConverter to convert PDF into imageclassConverter to convert image files in PDFclassConverter to convert Markdown files to PDF or HTMLclassA converter that simply copies the source to the destinationclassA converter that always convert into a static PDF that says 'not available'classConverter to convert image files in PDFclassConverts a PST file in it's listingclassConverts a Rar file in it's listingclassConverts a 7z file in it's listingclassConverts a Tar file in it's listingclassConverter to convert XML filesclassConverts a Zip file in it's listingMethods in com.logicaldoc.core.conversion that return FormatConverterModifier and TypeMethodDescriptionFormatConverterManager.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 FormatConverterModifier and TypeMethodDescriptionFormatConverterManager.getAllConverters()Returns the list of possible convertersFormatConverterManager.getAvailableConverters(String inFileName, String outFileName) Returns the list of possible converters for a given in and out formatFormatConverterManager.getConverters()