HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › HTML/CSS rendering issues › PDF rendition appears to not honor CSS › Re: Re: PDF rendition appears to not honor CSS
August 25, 2009 at 17:39
#27484
Thank you for the update.
We typically do reference the CSS external files via relative URLs. It’s curious, because the images are also loaded via unauthenticated SSL, but they always seem to render in the PDF. There also seems to be some sort of caching at play, which is very frustrating. I’ve disabled the PD4ML cache with:
HashMap map = new HashMap();<br />
map.put("pd4ml.cache.enable","false");<br />
pd4ml.setDynamicParams(map);
I’m testing with both IE v7 an FF 3.5.2.
I’ll try the custom resource loader.