I am using tcpdf to generate PDF report. I want to print images on the PDF report but I have the URL for the images, example https://myserver.com/media/4410/field.jpg
When I use this in Image() function of tcpdf. It does not show any image. The images are not on the same server where I am running my php script to generate PDF reports. How can I access these images and display them on the PDF. Why the URL is not working. Please suggest. What am I doing wrong.