Synchronous generation

PDFMonkey main generation mechanism is asynchronous. You queue the document for generation and then wait for a webhook call or call our API in a loop until the generation is complete.

With sync generation feature, you can skip all the webhook/loop thing and call a single endpoint to generate a document and get an answer only when its done generating.

Last updated