Uses of Class
org.apache.tika.xmp.convert.AbstractConverter
-
Packages that use AbstractConverter Package Description org.apache.tika.xmp.convert -
-
Uses of AbstractConverter in org.apache.tika.xmp.convert
Subclasses of AbstractConverter in org.apache.tika.xmp.convert Modifier and Type Class Description class
GenericConverter
Trys to convert as much of the properties in theMetadata
map to XMP namespaces.class
MSOfficeBinaryConverter
Tika to XMP mapping for the binary MS formats Word (.doc), Excel (.xls) and PowerPoint (.ppt).class
MSOfficeXMLConverter
Tika to XMP mapping for the Office Open XML formats Word (.docx), Excel (.xlsx) and PowerPoint (.pptx).class
OpenDocumentConverter
Tika to XMP mapping for the Open Document formats: Text (.odt), Spreatsheet (.ods), Graphics (.odg) and Presentation (.odp).class
RTFConverter
Tika to XMP mapping for the RTF format.
-