- Issue created by @mlncn
A site where the Webform submodule webform_entity_print is in use is getting PHP Fatal error: Allowed memory size of 268435456 bytes exhausted. There is probably a lot going on to use up 268 MB of RAM but one thing that jumped out is that the images that were uploaded to the webform appear to be included at their full uploaded resolution, not re-sized to a normal 8" print resolution. This easily produces 36MB PDFs even when it does work.
Add an optional setting to use an image style for embedded images.
Active
6.3
Code