This is an archived forum post. The information may be outdated. Contact us if you have any questions.

Images not displaying

rmorlok wrote on 2014-05-20:
I'm trying to convert the following URL to a PDF using the API:

http://app.docalyticsdev.com/docs/metrics/5326d00f-980f-11e3-98a4-59559a6b6d93/nonce/1400593717887?ea_pg=metrics_print&eauth=IVlbGa8ZWa625ItTmmIGSD%2FgiCw%3D&end=2014-12-31&print=true&start=2014-01-01

Everything is working except the images on page 2 are not showing up. The show up when I force Chrome to print media and when I do a print preview in Chrome. They are not background images, but rather <img> tags (though granted, with <div>s overlaid).

Do you know why the images aren't displaying?
rmorlok wrote on 2014-05-20:
I was able to resolve the issue. The problem was a div with a higher z-index with an opacity setting. I'm still not clear why the print-preview didn't show this as the final version ended up, though.