Subrata Hazra <[email protected]> wrote:

> Can anybody help me with step-by-step guide for writing own FOP extension.
> I want to write some extension where fop will output an image parsing fo
> document like this

> <fo:block>
> <ns:img xmlns="some URI" width="100" height="100">
> <ns:bar height="10">bar1</bar>
> <ns:bar height="10">bar2</bar>
> </ns:img>

> Internally I want to generate BufferedImage from Graphics2D then forward the
> same to FOP.

Depending on your workflow, have you looked into generating
the image with XSLT as SVG to be included with
<fo:instream-foreign-object>?

Tim


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

Reply via email to