I'm looking at print renderers. Can this be done? 

Input like sample instream.fo:
        <fo:instream-foreign-object>
        <svg:svg width="20" height="20">

Generation of print renderer output is started by method 
renderForeignObjectArea:

- The foreign SVG object has rendered itself as image by Batik.
      The method renderForeignObjectArea has to tell Batik
        o the image format 'JPG', area size, resolution, ....
        o the SVG tree passed by FOP
        o Batik returns the image in memory.    

- The rendering method inserts the image with required control info into the 
output stream.

Sounds quite powerful - is there such an easy way?  

Johannes U. Anderegg

mailto:Anderegg,[EMAIL PROTECTED]


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

Reply via email to