I am currently trying to retrieve an image within a BIP report intended for Excel output. Regrettably, I am facing difficulty in managing the dimensions (width and height) of these images. Consequently, the images are being displayed as originally stored by the client without the intended adjustments

i 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 **# <fo:instream-foreign-object content-type="image/PNG" width="300px" height="160px"></fo:instream-foreign-object> ** However, I am encountering difficulties replicating this control and formatting when attempting to display the image in an Excel output

0

There are 0 best solutions below