PDF Template with image
I wanted to integrate an image in a PDF -Template.
I have the image in my xml-data source and managed, how it is explained for an RTF-template to integrate it with an <fo:instream-foreign-object content-type="image/gif" height="1.91 cm" width="1.91 cm">
<xsl:value-of select="//IMAGE"/> in the help text of a text box.
In the documentation for a PDF-Template, you don't find how to integrate an image. Is this also possible?
Thank you for help.