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?