public SimpleComposer(@NotNull
io.scanbot.sdk.persistence.DocumentStoreStrategy documentStoreStrategy,
@NotNull
io.scanbot.sdk.persistence.PageFileStorage pageFileStorage,
@NotNull
ComposerCache composerCache,
@NotNull
io.scanbot.sdk.persistence.fileio.FileIOProcessor fileIOProcessor)
Compose all pages into one pdf document
public void composeDocument(@NotNull
io.scanbot.sdk.entity.Document document,
@NotNull
PdfRendererInput input,
@NotNull
ComposerConfig composerConfig)
Composes given Document and Page into file(s)
IOException - in case of any IO or access failure