| Interface | Description |
|---|---|
| FormatFilter |
Public interface for any class which transforms or converts content/bitstreams
from one format to another.
|
| SelfRegisterInputFormats |
Interface to allow filters to register the input formats they handle
(useful for exposing underlying capabilities of libraries used)
|
| Class | Description |
|---|---|
| Brand |
Class to attach a footer to an image using ImageMagick.
|
| BrandedPreviewJPEGFilter |
Filter image bitstreams, scaling the image to be within the bounds of
thumbnail.maxwidth, thumbnail.maxheight, the size we want our thumbnail to be
no bigger than.
|
| ExcelFilter | |
| HTMLFilter | |
| ImageMagickImageThumbnailFilter |
Filter image bitstreams, scaling the image to be within the bounds of
thumbnail.maxwidth, thumbnail.maxheight, the size we want our thumbnail to be
no bigger than.
|
| ImageMagickPdfThumbnailFilter | |
| ImageMagickThumbnailFilter |
Filter image bitstreams, scaling the image to be within the bounds of
thumbnail.maxwidth, thumbnail.maxheight, the size we want our thumbnail to be
no bigger than.
|
| JPEGFilter |
Filter image bitstreams, scaling the image to be within the bounds of
thumbnail.maxwidth, thumbnail.maxheight, the size we want our thumbnail to be
no bigger than.
|
| MediaFilter |
Abstract class which defines the default settings for a *simple* Media or Format Filter.
|
| MediaFilterCLITool |
MediaFilterManager is the class that invokes the media/format filters over the
repository's content.
|
| MediaFilterServiceImpl |
MediaFilterManager is the class that invokes the media/format filters over the
repository's content.
|
| PDFBoxThumbnail |
Create JPEG thumbnails from PDF cover page using PDFBox.
|
| PDFFilter | |
| PoiWordFilter |
Extract flat text from Microsoft Word documents (.doc, .docx).
|
| PowerPointFilter | |
| WordFilter |
Copyright © 2017 DuraSpace. All rights reserved.