-1

I have used mpdf for my codeigniter Project to print ticket with header image and it is working in my local machine while I moved source to test server, the images are not displaying in generated PDF.

Is the Permission issue? Is the invalid SSL issue?

Cœur
  • 37,241
  • 25
  • 195
  • 267

1 Answers1

0

I faced the issue once. You may use the image extension .jpg. It seems mpdf in some live server only accepts .jpeg images. Check with .jpeg images

Note: Don't just manually change the extension. The mime type should be of jpeg image(image/jpeg).

Arun
  • 3,640
  • 7
  • 44
  • 87