php - dompdf and img tag, image wont show -


here html before $dompdf->render() , $dompdf->output() called:

<img src="http://www.example.com/images/logo.png" /> 

all other invoices display image fine when viewing in browser, or printing it, or emailing html. when click 'generate pdf' inside of our application, renders invoice in pdf, except logo missing. have put debugging line in email me raw html sends render(), , looks fine me.

does have idea why dompdf won't display image?

an idea: if providing full uri image treated external, defined costant dompdf_enable_remote must set true.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -