Question
Failure with PDF generation from a template with large file
I'm evaluating the usage of Adobe PDF API to create large PDF files based on a template.
While it works with small amount of data, when tryig to use the template with large amount of data (~11K records) I am getting an error:
1. "/operation/documentgeneration" operaton success
2. when looking at the status in "/operation/documentgeneration/.../status" (the link returned form the previous step) I get this response:
{
"error": {
"code": "INTERNAL_SERVER_ERROR",
"message": "Fatal error, Please check logs for details.",
"status": 500
},
"status": "failed"
}
It works well with few records, but failed with large amount of records.
Does anyone had a success to generate large PDF files via API from templates? by "large" I mean with a lo of pages (~300 pages)
