Re: fo:external-graphic

Hello,

When displaying an image you can use something like this:
<fo:external-graphic src="cat.gif" width="99px" height="109px" />

All the attributes are contained within the element.

Hope this helps.

Regards

Tanzila

  ----- Original Message ----- 
  From: Hong Jiang 
  To: www-xsl-fo@w3.org 
  Sent: Wednesday, April 03, 2002 4:37 PM
  Subject: fo:external-graphic


  Hi All,
   
  I use the following code in my xsl to display a image,
        <xsl:element name="fo:external-graphic">
         <xsl:attribute name="src">images/pdf/logo.gif</xsl:attribute>
         <xsl:attribute name="content-width">123px</xsl:attribute>
         <xsl:attribute name="content-height">31px</xsl:attribute>
         <xsl:attribute name="width">auto</xsl:attribute>
         <xsl:attribute name="height">auto</xsl:attribute>
         <xsl:attribute name="scaling">auto</xsl:attribute>
       </xsl:element>
  The content-width and content-height are the same as the original image. But when I print out the pdf page, the image is much bigger than the original one. It seems all attributes of the element did not work, except the src.
   
  Can anybody tell me how can I get a image with the original size?
   
  Thanks,
   
  Hong Jiang

Received on Wednesday, 3 April 2002 11:24:13 UTC