Hiya, Having trouble with external graphics which are jpg's being rendered with the AWT Previewer. Using exactly the same xsl pointing to an equivilent gif/bmp seems to render fine. The strange thing is that looking at the preview window with Debug on, you can see it has gathered the image size (the block around it isn't the default size), so it has found the file, and attempted to render it atleast.
<fo:external-graphic src="url(http://localhost:80/project/images/cook3.jpg)" text-align="center" display-align="center"/> Using FOP (embedded) in another app to produce pdf output seems to work fine! although using the PNG/TIFF output mimics the previewer by not displaying the images, but having blank space of their exact size (i believe the site says that PNG/TIFF output is derrived from the same rendering code as the previewer). Everything compiled under jdk 1.5 Anyone ever had this problem before? Running the viewer from a debugging ide doesn't show Any warnings/errors about difficulties getting/rendering the image. Any help is apprechiated :) Craig -- View this message in context: http://www.nabble.com/AWT-Previewer-external-remote-jpg-file-no-rendering-tf3223962.html#a8954846 Sent from the FOP - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
