BI Publisher (MOSC)

MOSC Banner

Embed pdf / excel / word files in a RTF template

edited Aug 28, 2019 4:39PM in BI Publisher (MOSC) 4 commentsAnswered

Hello, I am able to embed images (that are blobs) in a report using an RTF template with:

<fo:instream-foreign-object content-type="image/jpg"> 

<xsl:value-of select="//ATTACHMENT_DATA" />

</fo:instream-foreign-object>  

however, I want to embed PDF, WORD and EXCEL documents also. I tried following:  

<fo:instream-foreign-object content-type="application/pdf">

<xsl:value-of select="//ATTACHMENT_DATA" />

</fo:instream-foreign-object>  

Does not appear to work. Is there a way to embed these file types into a report?

Mark Wood

mark.wood1@ey.com

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center