You could use a URIResolver to implement something like that.

See http://xmlgraphics.apache.org/fop/0.93/embedding.html

        Set a URIResolver for custom URI resolution. By supplying a JAXP
URIResolver you can add custom URI resolution functionality to FOP.     For
example, you can use Apache XML Commons Resolver to make use of
XCatalogs. Example:

                fopFactory.setURIResolver(myResolver); // myResolver is a
javax.          xml.transform.URIResolver

Peter

> -----Original Message-----
> From: Venkat Gurukrishna [mailto:[EMAIL PROTECTED]
> Sent: Monday, May 07, 2007 7:34 PM
> To: [email protected]
> Subject: External Graphic taking stream as source
> 
> 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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to