Oracle Analytics Publisher

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

How to manage dimensions of an image within a BIP report when generating output in Excel format?

Received Response
62
Views
2
Comments
User_PND51
User_PND51 Rank 1 - Community Starter
edited Jan 3, 2024 7:50PM in Oracle Analytics Publisher

I have successfully managed to retrieve an image from the file system, and while I am able to display it in a standardized size of my choosing (e.g. width="300px" height="160px") within a PDF using the following formatting

Copy code
<fo:instream-foreign-object content-type="image/PNG" width="300px" height="160px"><?IMAGE_DATA?></fo:instream-foreign-object><?END IF?> 

However, I am encountering difficulties replicating this control and formatting when attempting to display the image in an Excel output.

Answers