Package com.logicaldoc.core.conversion
Machinery for converting documents to different formats. The
most important class here is
The package also contains concrete implementations for a few file types
FormatConverter
The package also contains concrete implementations for a few file types
- Since:
- 1.0
-
Interface Summary Interface Description FormatConverter Implementations of this interface are specialized classes that perform conversion from a source format to a target format. -
Class Summary Class Description AbstractFormatConverter Abstract format converter.FormatConverterManager Manager class used to handle format converters.GhostscriptConverter Converter to convert PDF into imageImageConverter Converter to convert image files in PDFNoConversionConverter A converter that simply copies the source to the destinationNotAvailableConverter A converter that always convert into a static PDF that says 'not available'P7MConverter Converter to convert image files in PDFXMLConverter Converter to convert XML filesZipConverter Converts a Zip file in it's listing