redbrad0 Posted April 8, 2008 Share Posted April 8, 2008 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.