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 interfaceExternalConverterInterface 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 classChainedConverterSpecificConverterimplementation that acts as a converters chain.Fields in org.nuxeo.ecm.core.convert.extension declared as Converter Modifier and Type Field Description protected ConverterConverterDescriptor. instanceMethods in org.nuxeo.ecm.core.convert.extension that return Converter Modifier and Type Method Description ConverterConversionServiceManager. getConverter(String converterName)ConverterConverterDescriptor. 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 classBaseOfficeXMLTextConverterBase class that contains SAX based text extractor fallbackclassDOCX2TextConverterDocx to text converter: parses the Open XML text document to read its content.classFullTextConverterConverter that tries to find a way to extract full text content according to input mime-type.classHtml2TextConverterExtract the text content of HTML documents while trying to respect the paragraph structure.classMD2TextConverterMarkdown to text converter.classMSOffice2TextConverterclassOOo2TextConverterBased on Apache JackRabbit OOo converter.classPDF2TextConverterclassPPTX2TextConverterPptx to text converter: parses the Open XML presentation document to read its content.classRFC822ToTextConverterclassRTF2TextConverterclassXL2TextConverterclassXLX2TextConverterclassXML2TextConverterclassXmlZip2TextConverterXML 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 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 Modifier and Type Class Description classGoogleDriveBlobConverterConverter that relies onBlobProviderconversions. -
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 classCommandLineBasedConverterBase class to implementConverterbased onCommandLineExecutorService.classCommandLineConverterGeneric converter executing a contributed command line.classImage2PDFConverterclassIWork2PDFConverteriWork2PDF converter.classLibreOfficeConverterLibreOffice converter to be used when using thesofficecommand line.classMd2HtmlConverterMarkdown to HTML converterclassPDF2HtmlConverterPdf2Html converter based on the pdftohtml command-line executable.classPDF2ImageConverterPdf2Image converter based on imageMagick's convert command-line executable.classUTF8CharsetConverterclassWordPerfect2TextConverterclassZip2HtmlConverterZip2Html 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 classPartialTextExtractor -
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 classConvertToPDFPictureConverterclassCropPictureConverterclassResizePictureConverterclassRotationPictureConverter -
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 classHtmlPreviewConverter -
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 classBaseBlenderConverterBase converter for blender pipeline.classBatchConverterBatch conversion for 3D document types Generate thumbnail render, Collada version and LOD versionsclassCollada2glTFConverterConversion from Collada to glTF formatclassColladaConverterConversion from any supported 3D type to ColladaclassLodsConverterLevel of details converter for 3D document typeclassRenderConverterRender 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 classAnyToThumbnailConverterBase converter choosing the correct convert to generate a thumbnail according to the Blob's mime type.classThumbnailDocumentConverterConverter 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 classBaseVideoConversionConverterBase class for converters doing video conversions.classMP4ConverterDeprecated.since 5.9.5.classOggConverterDeprecated.since 5.9.5.classScreenshotConverterExtract a JPEG screenshot of the video at a given time offset (position).classStoryboardConverterConverter to extract a list of equally spaced JPEG thumbnails to represent the story-line of a movie file using the ffmpeg commandline tool.classVideoConversionConverterGeneric video convert configured by converter parameters contributions.classWebMConverterDeprecated.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 classDeckJSPDFConverter
-