Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.ecm.core.convert.extension.Converter

Packages that use Converter
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 (see ConversionService). 
org.nuxeo.ecm.platform.convert.plugins   
org.nuxeo.ecm.platform.picture.convert   
org.nuxeo.ecm.platform.preview.converters   
 

Uses of Converter in org.nuxeo.ecm.core.convert.extension
 

Subinterfaces of Converter in org.nuxeo.ecm.core.convert.extension
 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
 class ChainedConverter
          Specific Converter implementation that acts as a converters chain.
 

Methods in org.nuxeo.ecm.core.convert.extension that return Converter
 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
 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 MSOffice2TextConverter
           
 class OOo2TextConverter
          Based on Apache JackRabbit OOo converter.
 class PDF2TextConverter
           
 class PPT2TextConverter
          Deprecated. subsumed by MSOffice2TextConverter
 class RFC822ToTextConverter
           
 class Word2TextConverter
          Deprecated. subsumed by MSOffice2TextConverter
 class XL2TextConverter
           
 class XLX2TextConverter
           
 class XML2TextConverter
           
 

Uses of Converter in org.nuxeo.ecm.core.convert.service
 

Methods in org.nuxeo.ecm.core.convert.service that return Converter
static Converter ConversionServiceImpl.getConverter(String converterName)
           
 

Uses of Converter in org.nuxeo.ecm.platform.convert.plugins
 

Classes in org.nuxeo.ecm.platform.convert.plugins that implement Converter
 class CommandLineBasedConverter
          Base class to implement Converter based on CommandLineExecutorService.
 class JODBasedConverter
           
 class Md2HtmlConverter
          Markdown to HTML converter
 class PDF2HtmlConverter
          Pdf2Html converter based on the pdftohtml command-line executable.
 class PDF2ImageConverter
          Pdf2Image converter based on imageMagick's convert command-line executable.
 class WordPerfect2TextConverter
           
 class Zip2HtmlConverter
          Zip2Html converter.
 

Uses of Converter in org.nuxeo.ecm.platform.picture.convert
 

Classes in org.nuxeo.ecm.platform.picture.convert that implement Converter
 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
 class HtmlPreviewConverter
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.