PageStorageBase

abstract class PageStorageBase(pageStorageSettings: PageStorageSettings) : LegacyPageStorage

Deprecated

Use new Document API instead.

Provides File directories for saving pages

Inheritors

Constructors

Link copied to clipboard
constructor(pageStorageSettings: PageStorageSettings)

Functions

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

Provides File of the document image.

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

Provides File of the document preview image.

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

Provides File containing page preview with applied ParametricFilter

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

Provides full list of Files containing page preview with applied filters

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

Provides File of the original image.

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

Provides File of the original preview image.

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

Provides directory to save image files for current Page

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

Provides List with all pageIds

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

Provides File of the unfiltered document image.

Link copied to clipboard
open override fun getUnfilteredDocumentImagePreview(pageId: String): File

Provides File of the unfiltered document preview image.