Uses of Interface
org.nuxeo.ecm.core.convert.extension.Converter
Packages that use Converter
Package
Description
Plugins that provide some sort of document transformation / text extraction.
Implementation of the Conversion Service
(see
ConversionService).-
Uses of Converter in org.nuxeo.ecm.core.convert.extension
Subinterfaces of Converter in org.nuxeo.ecm.core.convert.extensionModifier and TypeInterfaceDescriptioninterfaceInterface that must be implemented by Converter that depend on an external service.Classes in org.nuxeo.ecm.core.convert.extension that implement ConverterModifier and TypeClassDescriptionclassSpecificConverterimplementation that acts as a converters chain.Fields in org.nuxeo.ecm.core.convert.extension declared as ConverterMethods in org.nuxeo.ecm.core.convert.extension that return ConverterModifier and TypeMethodDescriptionConversionServiceManager.getConverter(String converterName) ConverterDescriptor.getConverterInstance() -
Uses of Converter in org.nuxeo.ecm.core.convert.plugins.text.extractors
Classes in org.nuxeo.ecm.core.convert.plugins.text.extractors that implement ConverterModifier and TypeClassDescriptionclassBase class that contains SAX based text extractor fallbackclassDocx to text converter: parses the Open XML text document to read its content.classConverter that tries to find a way to extract full text content according to input mime-type.classExtract the text content of HTML documents while trying to respect the paragraph structure.classMarkdown to text converter.classclassBased on Apache JackRabbit OOo converter.classclassPptx to text converter: parses the Open XML presentation document to read its content.classclassclassclassclassclassXML zip to text converter: parses the XML zip entries to read their content. -
Uses of Converter in org.nuxeo.ecm.core.convert.service
Methods in org.nuxeo.ecm.core.convert.service that return ConverterModifier and TypeMethodDescriptionstatic ConverterConversionServiceImpl.getConverter(String converterName) -
Uses of Converter in org.nuxeo.ecm.liveconnect.google.drive.converter
Classes in org.nuxeo.ecm.liveconnect.google.drive.converter that implement Converter -
Uses of Converter in org.nuxeo.ecm.platform.convert.plugins
Classes in org.nuxeo.ecm.platform.convert.plugins that implement ConverterModifier and TypeClassDescriptionclassBase class to implementConverterbased onCommandLineExecutorService.classGeneric converter executing a contributed command line.classclassiWork2PDF converter.classLibreOffice converter to be used when using thesofficecommand line.classMarkdown to HTML converterclassPdf2Html converter based on the pdftohtml command-line executable.classPdf2Image converter based on imageMagick's convert command-line executable.classclassclassZip2Html converter. -
Uses of Converter in org.nuxeo.ecm.platform.importer.random
Classes in org.nuxeo.ecm.platform.importer.random that implement Converter -
Uses of Converter in org.nuxeo.ecm.platform.picture.convert
Classes in org.nuxeo.ecm.platform.picture.convert that implement ConverterModifier and TypeClassDescriptionclassclassclassclass -
Uses of Converter in org.nuxeo.ecm.platform.preview.converters
Classes in org.nuxeo.ecm.platform.preview.converters that implement Converter -
Uses of Converter in org.nuxeo.ecm.platform.thumbnail.converter
Classes in org.nuxeo.ecm.platform.thumbnail.converter that implement ConverterModifier and TypeClassDescriptionclassBase converter choosing the correct convert to generate a thumbnail according to the Blob's mime type.classConverter bean managing the thumbnail conversion for picture documents -
Uses of Converter in org.nuxeo.ecm.platform.video.convert
Classes in org.nuxeo.ecm.platform.video.convert that implement ConverterModifier and TypeClassDescriptionclassBase class for converters doing video conversions.classExtract a JPEG screenshot of the video at a given time offset (position).classConverter to extract a list of equally spaced JPEG thumbnails to represent the story-line of a movie file using the ffmpeg commandline tool.classGeneric video convert configured by converter parameters contributions. -
Uses of Converter in org.nuxeo.template.deckjs
Classes in org.nuxeo.template.deckjs that implement Converter