Background image/watermark positioning problem

View: New views
2 Messages — Rating Filter:   Alert me  

Background image/watermark positioning problem

by IMRANKHAN :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

HI,

I want a image or a word to be appear as watermark or background of all the pages but place centrally.

I tried
<fo:block  font-family="Arial"
                                  font-size="12pt" text-align="center"
                                  background-image="url(com/xmltopdf/convertor/image/confidential.gif)"
                                  background-repeat = "no-repeat"
                                  background-position ="center"
                                  >
                <xsl:apply-templates/>
       </fo:block>
where background-image is confidential.gif image but i am not able to place the image at the center of the page.

i tried background-position, background-position-horizontal, background-position-vertical

thanks
imran

Re: Background image/watermark positioning problem

by knoxor :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I've been trying to display a watermark myself without much success. I've come across the following which may help you:

http://www.velocityreviews.com/forums/t169937-xslfo-watermark.html

and

http://forum.java.sun.com/thread.jspa?threadID=499595&messageID=2360197

At the minute , I can't even get the image to display...

good luck


IMRANKHAN wrote:
HI,

I want a image or a word to be appear as watermark or background of all the pages but place centrally.

I tried
<fo:block  font-family="Arial"
                                  font-size="12pt" text-align="center"
                                  background-image="url(com/xmltopdf/convertor/image/confidential.gif)"
                                  background-repeat = "no-repeat"
                                  background-position ="center"
                                  >
                <xsl:apply-templates/>
       </fo:block>
where background-image is confidential.gif image but i am not able to place the image at the center of the page.

i tried background-position, background-position-horizontal, background-position-vertical

thanks
imran