Hello Support.
We implemented pd4ml in our Website, now we are facing the Problem of getting no Images in Firefox and Chrome.
The Transformation is made with the Taglib, here is the Code:
Code:
<%@ taglib uri="/WEB-INF/tld/pd4ml.tld" prefix="pd4ml" %><%@ page pageEncoding="UTF-8" %><pd4ml:transform
screenWidth="800"
pageFormat="A4"
pageOrientation="portrait"
pageInsets="10,10,10,10,mm">
WEBSITE
</pd4ml:transform>
I added 3 Files:HTML.png -> Screen of the Site without transformation (HTML...)
IE.pdf -> PDF generated by IE 8.0.6001.18702 (with Image)
Firefox.pdf -> PDF generated by Firefox 3.6.13 (no Image)
Help or a Hint where to Search for the Solution would be appreciated.