vote up 0 vote down star

Hi I want to put an image into the pdf file I'm making using TCPDF. It is an image generated by an online API so I cannot store in my webhost. But when I put the image url for creating i'm getting error while generating the PDF file.

flag

1 Answer

vote up 0 vote down

TCPDF can only use images saved on your webhost - local files, as it needs a physical path to the image in order to include it in the document. The only way you could grab an image from HTTP to be used for TCPDF would be to use cURL, which is something I have only used for text and html, but have no experience grabbing images with, but I'm sure there's a way it can be done.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.