Precise image placement in an RTF Temp - using "fo:instream-foreign-Object ..." — Oracle Analytics

Oracle Analytics Cloud and Server

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

Precise image placement in an RTF Temp - using "fo:instream-foreign-Object ..."

Received Response
193
Views
4
Comments

Summary

Precise image placement in an RTF Temp - using "fo:instream-foreign-Object ..."

Content

I need to place a signature graphic in a very precise location on our diplomas in order to get the signature aligned perfectly on the signature line of our pre-printed stock.

Inserting a standard image from file - I can specify the exact distance from top of page and right of page using the properties of the image.

However, I am trying to pull from a stored graphic in the database.  I can get a graphic in my template using the following code.

<fo:instream-foreign-object content-type=”image/jpg” height=”300 px” width=”400 px”><?H.CONTDATA?></fo:instream-foreign-object>

How do I precisely place this image 4.26 inches from the top of the page, and 1.1 inches from the left of the page.

Also can I specify the height and width of the image in inches?

Answers