Uses of Interface
org.nuxeo.ecm.core.convert.extension.Converter
-
Packages that use Converter Package Description org.nuxeo.ecm.core.convert.extension org.nuxeo.ecm.core.convert.plugins.text.extractors Plugins that provide some sort of document transformation / text extraction.org.nuxeo.ecm.core.convert.service Implementation of the Conversion Service (seeConversionService
).org.nuxeo.ecm.liveconnect.google.drive.converter org.nuxeo.ecm.platform.convert.plugins org.nuxeo.ecm.platform.importer.random org.nuxeo.ecm.platform.picture.convert org.nuxeo.ecm.platform.preview.converters org.nuxeo.ecm.platform.threed.convert org.nuxeo.ecm.platform.thumbnail.converter org.nuxeo.ecm.platform.video.convert org.nuxeo.template.deckjs -
-
Uses of Converter in org.nuxeo.ecm.core.convert.extension
Subinterfaces of Converter in org.nuxeo.ecm.core.convert.extension Modifier and Type Interface Description interface
ExternalConverter
Interface that must be implemented by Converter that depend on an external service.Classes in org.nuxeo.ecm.core.convert.extension that implement Converter Modifier and Type Class Description class
ChainedConverter
SpecificConverter
implementation that acts as a converters chain.Fields in org.nuxeo.ecm.core.convert.extension declared as Converter Modifier and Type Field Description protected Converter
ConverterDescriptor. instance
Methods in org.nuxeo.ecm.core.convert.extension that return Converter Modifier and Type Method Description Converter
ConversionServiceManager. getConverter(String converterName)
Converter
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 Converter Modifier and Type Class Description class
BaseOfficeXMLTextConverter
Base class that contains SAX based text extractor fallbackclass
DOCX2TextConverter
Docx to text converter: parses the Open XML text document to read its content.class
FullTextConverter
Converter that tries to find a way to extract full text content according to input mime-type.class
Html2TextConverter
Extract the text content of HTML documents while trying to respect the paragraph structure.class
MD2TextConverter
Markdown to text converter.class
MSOffice2TextConverter
class
OOo2TextConverter
Based on Apache JackRabbit OOo converter.class
PDF2TextConverter
class
PPTX2TextConverter
Pptx to text converter: parses the Open XML presentation document to read its content.class
RFC822ToTextConverter
class
RTF2TextConverter
class
XL2TextConverter
class
XLX2TextConverter
class
XML2TextConverter
class
XmlZip2TextConverter
XML 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 Converter Modifier and Type Method Description static Converter
ConversionServiceImpl. 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 Modifier and Type Class Description class
GoogleDriveBlobConverter
Converter that relies onBlobProvider
conversions. -
Uses of Converter in org.nuxeo.ecm.platform.convert.plugins
Classes in org.nuxeo.ecm.platform.convert.plugins that implement Converter Modifier and Type Class Description class
CommandLineBasedConverter
Base class to implementConverter
based onCommandLineExecutorService
.class
CommandLineConverter
Generic converter executing a contributed command line.class
Image2PDFConverter
class
IWork2PDFConverter
iWork2PDF converter.class
LibreOfficeConverter
LibreOffice converter to be used when using thesoffice
command line.class
Md2HtmlConverter
Markdown to HTML converterclass
PDF2HtmlConverter
Pdf2Html converter based on the pdftohtml command-line executable.class
PDF2ImageConverter
Pdf2Image converter based on imageMagick's convert command-line executable.class
UTF8CharsetConverter
class
WordPerfect2TextConverter
class
Zip2HtmlConverter
Zip2Html converter. -
Uses of Converter in org.nuxeo.ecm.platform.importer.random
Classes in org.nuxeo.ecm.platform.importer.random that implement Converter Modifier and Type Class Description class
PartialTextExtractor
-
Uses of Converter in org.nuxeo.ecm.platform.picture.convert
Classes in org.nuxeo.ecm.platform.picture.convert that implement Converter Modifier and Type Class Description class
ConvertToPDFPictureConverter
class
CropPictureConverter
class
ResizePictureConverter
class
RotationPictureConverter
-
Uses of Converter in org.nuxeo.ecm.platform.preview.converters
Classes in org.nuxeo.ecm.platform.preview.converters that implement Converter Modifier and Type Class Description class
HtmlPreviewConverter
-
Uses of Converter in org.nuxeo.ecm.platform.threed.convert
Classes in org.nuxeo.ecm.platform.threed.convert that implement Converter Modifier and Type Class Description class
BaseBlenderConverter
Base converter for blender pipeline.class
BatchConverter
Batch conversion for 3D document types Generate thumbnail render, Collada version and LOD versionsclass
Collada2glTFConverter
Conversion from Collada to glTF formatclass
ColladaConverter
Conversion from any supported 3D type to Colladaclass
LodsConverter
Level of details converter for 3D document typeclass
RenderConverter
Render converter 3D document type to PNG -
Uses of Converter in org.nuxeo.ecm.platform.thumbnail.converter
Classes in org.nuxeo.ecm.platform.thumbnail.converter that implement Converter Modifier and Type Class Description class
AnyToThumbnailConverter
Base converter choosing the correct convert to generate a thumbnail according to the Blob's mime type.class
ThumbnailDocumentConverter
Converter 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 Converter Modifier and Type Class Description class
BaseVideoConversionConverter
Base class for converters doing video conversions.class
MP4Converter
Deprecated.since 5.9.5.class
OggConverter
Deprecated.since 5.9.5.class
ScreenshotConverter
Extract a JPEG screenshot of the video at a given time offset (position).class
StoryboardConverter
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
VideoConversionConverter
Generic video convert configured by converter parameters contributions.class
WebMConverter
Deprecated.since 5.9.5. -
Uses of Converter in org.nuxeo.template.deckjs
Classes in org.nuxeo.template.deckjs that implement Converter Modifier and Type Class Description class
DeckJSPDFConverter
-