Error calling a large image from RTF BI Publisher
Hello,
I'm using an RTF Template BI Publisher of Oracle EBS R12, that call an image generated by a RDF report. This RDF report use a function to convert the image BLOB to CLOB. The Output format of the RTF Template BI Publihser is PDF. The problem is, If the image JPG size is less than 25k the file PDF is generated normaly, in the other case when the JPG image is greather than 25k the PDF generation is aborted. In both case we'are using the same RTF Template.
I'm using the follow instruction into RTF Template BI Publisher:
<fo:instream-foreign-object content-type="image/jpg" xdofo:alt="An Image" height="0.3 cm" width="3 cm"><xsl:value-of select="//SIGNATURE"/></fo:instream-foreign-object>