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 PdfGeneratorInput Input for the PDF generation process PagesInput Allows to set PDF generation input as a list of pages DocumentInput Allows to set PDF generation input as a document BitmapInput Allows to set PDF generation input as a bitmap UrisInput Allows to set PDF generation input as list of urls 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