We have an api that generates a sort of "barcode" image that needs to be put on the bottom of each page. However, each image is unique and needs to be generated with some information from the xml document. I know I can do this by using a REST api call and putting a URL in the fo:graphic that dynamically generates the image. However, I'd rather do it right in the Java code that sets up the Driver. So, is this possible? Some thoughts I have, but don't know if they exist:
1. Can I get a callback that calls my Java code when a certain fo:graphic element is hit and let me dynamically put the XSL:FO content in there? This would allow me to dynamically generate the images on the fly and put the appropriate image content in . 2. Can I put custom xsl:fo elements in the document and then register my own "renderers" for dealing with those types? Any reccomendations and/or help would be greatly appreciated. Irv --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]