fo:external-graphic's src attribute points to a URI. When you say, you get the image file in the form of an InputStream, then is the execution going on in some program (a Java program?)? If yes, then you need to store the image data in the InputStream into some persistent format (like GIF, JPEG etc.), and make it available via a URI. Then you can provide the image URI to the fo:external-graphic element.
On 5/7/07, Venkat Gurukrishna <[EMAIL PROTECTED]> wrote:
Hi, I have the following requirement. I will be getting the image file in the form of an InputStream. That stream i need to include in the External-Graphics src attribute. Is it possible to use the Stream? Or is there any other way to implement this. Thanx in advance. Regards, Venkat
-- Regards, Mukul Gandhi --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
