Image not displayed on pdf
问题 I'm trying to include an image into a pdf wich is generated via XSL using Apache Cocoon. I've read about the tag <fo:external-graphic> wich works fine when a image is stored on the local drive or when you request an image wich resides physically on any server. But what i need is to show in the pdf an image (codebar image) wich is generated dinamically by a jsp , that is to say, java generates the image and it will never be stored on the hard drive. The image is generated correctly by the jsp