Jump to content

Adding dynamic images to PDF File


redbrad0

Recommended Posts

I have the following code to add a image to a PDF file, but this is a static image. How can I add a dynamic image that is either generated by calling a URL or a PHP class that generates the PNG code?

 

Code to add static image

$this->image('/home/public_html/images/Logo_white.png', 420, 4, 150, 0, null, null);

Link to comment
https://forums.phpfreaks.com/topic/100156-adding-dynamic-images-to-pdf-file/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.