TCPDF remote image loading problem
Posted
by Leonard Austin
on Stack Overflow
See other posts from Stack Overflow
or by Leonard Austin
Published on 2010-04-21T23:56:30Z
Indexed on
2010/04/22
0:03 UTC
Read the original article
Hit count: 337
Hi,
Im trying to load a remote image into a pdf generated by tcpdf however I can't seem to get it to work?
The rest of the pdf loads fine and it looks like to trying to retrieve the image however it just does print to the page?
The code I am using is:
$pdf->Image("http://media.domain.com/logo.jpg", 0, 0, 100, 150, 'JPEG', '', 'T', true, 72,'','','','','','','');
Any help on this would be a massive help,
Thanks,
© Stack Overflow or respective owner