public class PoiContentTransformer extends TikaPoweredContentTransformer
Apache Tika and
Apache POI to perform
conversions from Office documents.
PoiHssfContentTransformer handles the Excel
transformations (mostly for compatibility), while
this does all the other Office file formats.| Modifier and Type | Field and Description |
|---|---|
static java.util.ArrayList |
SUPPORTED_MIMETYPES
We support all the office mimetypes that the Tika
office parser can handle, except for excel
(handled by
PoiHssfContentTransformer |
LINE_BREAK, sourceMimeTypes, WRONG_FORMAT_MESSAGE_IDtransformerDebug| Constructor and Description |
|---|
PoiContentTransformer() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.tika.parser.Parser |
getParser()
Returns the correct Tika Parser to process
the document.
|
buildParseContext, getContentHandler, isTransformableMimetype, transformInternalcheckTransformable, getTransformationTime, recordTime, register, setProperties, setRegistry, toString, transform, transform, transformgetBeanName, getLimits, getLimits, getLimits, getMaxPages, getMaxSourceSizeKBytes, getMaxSourceSizeKBytes, getMimetypeLimits, getPageLimit, getReadLimitKBytes, getReadLimitTimeMs, getTimeoutMs, isPageLimitSupported, isTransformable, isTransformable, isTransformableSize, setBeanName, setLimits, setMaxPages, setMaxSourceSizeKBytes, setMimetypeLimits, setPageLimit, setPageLimitsSuported, setReaderLimits, setReadLimitKBytes, setReadLimitTimeMs, setTimeoutMs, setTransformerDebuggetMimetype, getMimetypeService, isExplicitTransformation, isSupportedTransformation, setExplicitTransformations, setMimetypeService, setSupportedTransformationsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisExplicitTransformationpublic static java.util.ArrayList SUPPORTED_MIMETYPES
PoiHssfContentTransformerprotected org.apache.tika.parser.Parser getParser()
TikaPoweredContentTransformerTikaAutoContentTransformer which
makes use of the Tika auto-detection.getParser in class TikaPoweredContentTransformerCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.