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
Precise image placement in an RTF Temp - using "fo:instream-foreign-Object ..."

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
-
It was a good idea - but I need to place the image behind some text. That doesn't work inside a table.
Any Other ideas?
0 -
May be try to put it inside a table and use table properties?
0 -
please check the following sample https://blogs.oracle.com/xmlpublisher/check-print-template
hope this helps
0 -
do you want the image to appear as watermark?
0