You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by Florence Deforge <fl...@europe.planete-inter.fr> on 2002/10/01 18:36:44 UTC

external-graphic corrupted

Hi 
I have an xsl-fo spec which inserts some gif files into a pdf
the xsl looks like 
   <fo:block>
    <fo:external-graphic>
     <xsl:attribute name="src">
      <xsl:value-of select="image"/>
     </xsl:attribute>
    </fo:external-graphic>
   </fo:block>

Well images are sort of corrupted, that is, part of them doesn't appear. For instance I have charts with axes, and axes will not appear. The images are not scaled, the source file is ok...

What could I do to debug this ? I'm currently running fop 0.20.4, but had the same pb with fop 0.20.2

Thanks for ideas