| Interface | Description |
|---|---|
| Composer |
Composes given Document and Page into file(s)
|
| ComposerCache |
Allows to keep track of cache files for composer
|
| ComposerConfig | |
| ComposerFactory |
Provides implementation of
interface Composer |
| Class | Description |
|---|---|
| BaseComposerFactory |
Provides implementation of
interface Composer |
| DummyConfig | |
| InternalComposerCache |
Implementation of the composer cache which uses a sub directory in the internal cache dir of the app
|
| JpegComposer | |
| PdfConfig | |
| PdfRendererInput |
Input for the PDF rendering process
|
| PdfRendererPagesInput |
Allows to set PDF rendering input as a list of pages
|
| PdfRendererUriInput |
Allows to set PDF rendering input as a bitmap
|
| SimpleComposer |
Compose all pages into one pdf document
|