Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
How to display image in excel output through rtf file from MS Word 2013

Summary
How to display image in excel output through rtf file from MS Word 2013
Content
How to display image in excel output through rtf file from MS Word 2013
Answers
-
Hi,
In addition you have a third option, it would be to call the image stored on a subtemplate
1-Create a subtemplate (.RTF as well) , add your image between template tag Example <template:logo> image<?end template?>
2-Save it in your BI Publisher component folder
3-In your other RTF layout, call your subtemplate by adding the tag <?import:xdoxsl:///path to subtemplate.xsb?> Example: <?import:xdoxsl:///Components/vmerch_main_subtemplate.xsb?>
4-again on your main rtf layout call your image with this tag <?call:logo?>
I use this method to have a dynamic logo for each client.
Let me know if you need more help
Youssef
0 -
2 options .. place the image in on the template and this should carry over to the output, or second option is place the image on the server and reference the image URI in the template..
https://ediyanto83.wordpress.com/2014/05/08/how-to-display-images-on-oracle-apps-using-bi-publisher/
0