I did the embedding with with the image tag: <image x="0" y="300" width="100" height="100" xlink:href="data:image/jpeg;base64,/9j/4AAQSDBgNDRg...more.base64.encoded.data...lR2M//9k=" />
All you need is a Base64 Endcoder (according to your setup one in Java, there are many around, but i do not know if there is one public accessible in the batik-framework)
There is a Base64 encoder stream:
org.apache.batik.util.Base64EncoderStream
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]