mpdf is not displaying images.

mpdf is not displaying images.

par Pradnya Nale,
Nombre de réponses : 2

When i opening images in php file it working fine but when i generating pdf using mpdf

then images are not displaying.

pleas help me if any one know solution.

 

Moyenne des évaluations  -
En réponse à Pradnya Nale

Re: mpdf is not displaying images.

par Pradnya Nale,

Any one having idea about this error please comment.

En réponse à Pradnya Nale

Re: mpdf is not displaying images.

par Jaswant Tak,

Hi, instead of using actual image url in the <img src="?" /> use relative path something like ./image/path/myimage.png that should resolve the issue.

Cheers

Jaswant