Package io.scanbot.sdk.docprocessing.compose
See: Description
-
Class Summary Class Description BaseComposerFactory Provides implementation of Composer DummyComposer Composer which always throws IOException on compose PdfRendererInput Input for the PDF rendering process PagesInput Allows to set PDF rendering input as a list of pages BitmapInput Allows to set PDF rendering input as a bitmap UrisInput Allows to set PDF rendering input as a bitmap InternalComposerCache Implementation of the composer cache which uses a sub directory in the internal cache dir of the app JpegComposer SimpleComposer Compose all pages into one pdf document -
Interface Summary Interface Description Composer Composes given Document and Page into file(s) ComposerCache Allows to keep track of cache files for composer ComposerFactory Provides implementation of Composer