Hi
I need to resize some gif images which are to be displayed in a pdf doc.
I tried to insert the following code inside a block or a table-cell :
<fo:external-graphic width="75%" height="75%" text-align="center">
<xsl:attribute name="src">
<xsl:text>file:</xsl:text>
<xsl:value-of select="image"/>
</xsl:attribute>
</fo:external-graphic>
Whatever percentage or absolute size is set, the graphic is displayed with
same size (which is not the original size as well).
Could anyone advice please ?
Thanks in advance
Florence
|