Price fails to fetch images if they are served by a 3rd party host by IP address and port.
When Prince sees it:
It pukes the following message in the console and does not embed the image in the PDF:
If I move our images to the same host that serves HTML and replace links with relative ones, i.e. "/statics/image12.gif" then it works, but in production we'll be using a CDN so that's not an option.
When Prince sees it:
<img src="http://192.168.1.15:7010/statics/image12.gif"></img>
It pukes the following message in the console and does not embed the image in the PDF:
prince: http://192.168.1.15:7010/statics/image12.gif: warning: Could not load PNG file
If I move our images to the same host that serves HTML and replace links with relative ones, i.e. "/statics/image12.gif" then it works, but in production we'll be using a CDN so that's not an option.