public interface BatchGeneratorService
BatchInput and BatchConfig| Modifier and Type | Method and Description |
|---|---|
BatchResult |
generateBatch(BatchInput input,
BatchConfig config) |
BatchResult generateBatch(BatchInput input, BatchConfig config) throws BatchException
input - BatchInput contains template and data for batch processingconfig - BatchConfig contains information like BatchType, PreProcessor, PostProcessorBatchResult contains the batch of documentsBatchException - in case the of validation failure.eg provided template path does not exist or template
does not support the expected rendering print,web or bothCopyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.