Skip to content

Render PDF

Direct method

The direct method returns the PDF itself in the response, which is useful when the client should download the file immediately.

Synchronous method

The synchronous method returns a JSON payload containing fields such as documentUrl. This is useful if your application needs to store the hosted URL or process it further.

All rights reserved