Hi,
I am facing a problem with FPDF while generating the PDF file with images as explained here
. Finally I found the reason for this issue but I am not sure how to fix that one, can anybody suggest some good solution to handle that issue.
This problem is due to the allow_url_fopen
setting of my server, if I enable that setting then the FPDF library is generating the PDF file with images also without any errors.
I am using this FPDF library for one of my client sites, he(client) disabled the 'allow_url_fopen' setting for security reasons and he is not intersted to enable that setting. how can I solve this issue with out enabling that setting of my server.
Any solution for this issue is appreciable, please help me to solve this issue.
Thanks in advance ...