Queue long-running conversions and process large batches when document generation needs to scale beyond single synchronous requests.
Async processing keeps apps responsive while batch processing helps with larger document runs and recurring jobs.
Ideal for statements, bulk invoices, scheduled reports, and workflows that generate many files at once.
This feature works alongside the core PDF generation flow, so teams can combine it with templates, storage delivery, password settings, and queued processing as needed.
A common setup is to trigger a conversion from the app, apply the relevant feature settings, and then return or store the generated file for the next step.