You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by Mark Donnelly <ma...@strategixsoftware.com> on 2004/11/02 20:12:13 UTC

Transparent image in footer

I have placed an image in my document footer. 

Im wondering how I can make the image transparent or at least in the
background so that it does not overwrite content that drifts into the footer
area?

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-user-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-user-help@xml.apache.org


RE: Transparent image in footer

Posted by "Andreas L. Delmelle" <a_...@pandora.be>.
> -----Original Message-----
> From: Mark Donnelly [mailto:mark.donnelly@strategixsoftware.com]
>

Hi,

> I have placed an image in my document footer.
>
> Im wondering how I can make the image transparent or at least in the
> background so that it does not overwrite content that drifts into
> the footer area?
>

Haven't tried myself, so not sure if it really works, but the compliance
page indicates full support for the 'background-image' property, so try:

<fo:simple-page-master ...>
  ...
  <fo:region-after region-name="footer"
                   background-image="{your-image-here}" />

You may have to preprocess (resize) the image in order to get the needed
results.


HTH!

Andreas



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-user-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-user-help@xml.apache.org