I have a dynamically created PDF on a site that will not display on an iPad. It displays on computers and iPhones but not on the iPad. With error reporting on it gives the error:
Fatal error: Call to undefined function imagecreatefrompng() in pdf/tcpdf.php on line 8194
This is a GD library function that loads fine on all other platforms, so why is there an issue on the iPad? Shouldn’t this be handled by apache, if so how can I force it to load the lGD library? I am at a total loss for how to fix this! Any help would be greatly appreciated!
Thank you in advance.
I ended up commenting out the line in question. Not truly an answer to the question but it works without breaking anything.