You might want to do something like this:
http://localhost:9080/servlet/MyServlet>
Where the servlet (MyServlet) streams the image object
More info at:
http://java.webdeveloper.com/tutorials/FOP/article.html
Regards
Ram
-
To
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
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 et