LegacyPageStorage

Deprecated

Use new Document API instead.

Interface providing easy methods to work with Page image objects

Inheritors

Functions

Link copied to clipboard
abstract fun getDocumentImage(pageId: String): File

Provides File of the document image.

Link copied to clipboard
abstract fun getDocumentImagePreview(pageId: String): File

Provides File of the document preview image.

Link copied to clipboard
abstract fun getFilteredImagePreview(pageId: String, parametricFilter: ParametricFilter): File

Provides File containing page preview with applied ParametricFilter

Link copied to clipboard
abstract fun getFilteredImagePreviews(pageId: String): List<File>

Provides full list of Files containing page preview with applied filters

Link copied to clipboard
abstract fun getOriginalImage(pageId: String): File

Provides File of the original image.

Link copied to clipboard
abstract fun getOriginalImagePreview(pageId: String): File

Provides File of the original preview image.

Link copied to clipboard
abstract fun getPageDir(pageId: String): File

Provides directory to save image files for current Page

Link copied to clipboard
abstract fun getPagesDirectory(): File

Provides directory which store all pages

Link copied to clipboard
abstract fun getStoredPages(): List<String>

Provides List with all pageIds

Link copied to clipboard
abstract fun getUnfilteredDocumentImage(pageId: String): File

Provides File of the unfiltered document image.

Link copied to clipboard

Provides File of the unfiltered document preview image.