Uses of Interface
org.nuxeo.ecm.core.convert.extension.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
Modifier and TypeInterfaceDescriptioninterface
Interface that must be implemented by Converter that depend on an external service.Modifier and TypeClassDescriptionclass
SpecificConverter
implementation that acts as a converters chain.Modifier and TypeMethodDescriptionConversionServiceManager.getConverter
(String converterName) ConverterDescriptor.getConverterInstance()
-
Uses of Converter in org.nuxeo.ecm.core.convert.plugins.text.extractors
Modifier and TypeClassDescriptionclass
Base class that contains SAX based text extractor fallbackclass
Docx to text converter: parses the Open XML text document to read its content.class
Converter that tries to find a way to extract full text content according to input mime-type.class
Extract the text content of HTML documents while trying to respect the paragraph structure.class
Markdown to text converter.class
class
Based on Apache JackRabbit OOo converter.class
class
Pptx to text converter: parses the Open XML presentation document to read its content.class
class
class
class
class
class
XML zip to text converter: parses the XML zip entries to read their content. -
Uses of Converter in org.nuxeo.ecm.core.convert.service
Modifier and TypeMethodDescriptionstatic Converter
ConversionServiceImpl.getConverter
(String converterName) -
Uses of Converter in org.nuxeo.ecm.liveconnect.google.drive.converter
-
Uses of Converter in org.nuxeo.ecm.platform.convert.plugins
Modifier and TypeClassDescriptionclass
Base class to implementConverter
based onCommandLineExecutorService
.class
Generic converter executing a contributed command line.class
class
iWork2PDF converter.class
LibreOffice converter to be used when using thesoffice
command line.class
Markdown to HTML converterclass
Pdf2Html converter based on the pdftohtml command-line executable.class
Pdf2Image converter based on imageMagick's convert command-line executable.class
class
class
Zip2Html converter. -
Uses of Converter in org.nuxeo.ecm.platform.importer.random
-
Uses of Converter in org.nuxeo.ecm.platform.picture.convert
Modifier and TypeClassDescriptionclass
class
class
class
-
Uses of Converter in org.nuxeo.ecm.platform.preview.converters
-
Uses of Converter in org.nuxeo.ecm.platform.threed.convert
Modifier and TypeClassDescriptionclass
Base converter for blender pipeline.class
Batch conversion for 3D document types Generate thumbnail render, Collada version and LOD versionsclass
Conversion from Collada to glTF formatclass
Conversion from any supported 3D type to Colladaclass
Level of details converter for 3D document typeclass
Render converter 3D document type to PNG -
Uses of Converter in org.nuxeo.ecm.platform.thumbnail.converter
Modifier and TypeClassDescriptionclass
Base converter choosing the correct convert to generate a thumbnail according to the Blob's mime type.class
Converter bean managing the thumbnail conversion for picture documents -
Uses of Converter in org.nuxeo.ecm.platform.video.convert
Modifier and TypeClassDescriptionclass
Base class for converters doing video conversions.class
Extract a JPEG screenshot of the video at a given time offset (position).class
Converter to extract a list of equally spaced JPEG thumbnails to represent the story-line of a movie file using the ffmpeg commandline tool.class
Generic video convert configured by converter parameters contributions. -
Uses of Converter in org.nuxeo.template.deckjs