I am trying to generate a ppt using PHPPresentation-https://github.com/PHPOffice/PHPPresentation which has all the slides with images. And the size of images can vary from 10-15mb or even more.. which is the requirement of project to have high quality image.
I have achieved it using PHPPresentation, but the problem is where the ppt size is getting too large, the server just gives a Internal server error-500 and exits the script on godaddy windows iis server.
So can anyone suggest how do i achieve this ? And not have errors for larger ppt size.