PDF Generation Template Editor
Open-source visual PDF generation engine with customizable templates and developer-friendly APIs.
Open-source visual PDF generation engine with customizable templates and developer-friendly APIs.
If a task processing times out (single file exceeds 5 minutes), we recommend the following:
Use the asynchronous request mode and follow the polling strategy below.
Recommended Polling Intervals:
| Phase | Interval | Description |
|---|---|---|
| Initial polling | 2-5 seconds | Initial polling cycle after task creation |
| Medium polling | 5-10 seconds | When task exceeds 30 seconds |
| Exponential backoff | Increasing (doubling) | Adaptive strategy when queue is busy |
Timeout threshold: Single file processing exceeding 5 minutes is considered a timeout. After timeout, try:
For details on async requests, see Request Modes.