Skip to main content
paulm1677332
Inspiring
March 12, 2024
Question

PDF generation query

  • March 12, 2024
  • 1 reply
  • 262 views

Hi,

We have functionality where we store a mapped pdf in AWS, then when we want to create a pdf with our own values, we read in the binary and use cfpdfform with action populate, then use cfpdfformparam to populate our values. This works fine but when we want to create a lot at the same time, we create them, add them to a directory then do a cfpdf action="merge" on that directory to get what we need. Dependant on the amount i'm getting timeouts if its anything around the 100 mark. Just wondering is there an alternative way of doing it. We're using CF2018. Is there anything in more recent releases which make life easier with pdf generation?

 

Thanks

 

This topic has been closed for replies.

1 reply

BKBK
Community Expert
Community Expert
April 2, 2024

If everything worked fine, except for timeouts, then it might help to just increase the value of request-timeout in the ColdFusion Administrator.