Page 1 of 1

Overlay watermark to all pages.

Posted: Wed Oct 08, 2014 11:52 am
by Seong woong Kwon
Hi.

I make watermark all my pdf output, by using this xsl.

Code: Select all


<fo:static-content>
<xsl:template name="insertWaterMarkImage">
<fo:block-container absolute-position="fixed" top="50mm" left="-7mm">
<fo:block>
<fo:external-graphic src="url({concat($artworkPrefix, $WaterMarkImagePath)})" xsl:use-attribute-sets="image"/>
</fo:block>
</fo:block-container>
</fo:static-content>


this works well, but it printed background of page.

But i want to overlay (meaning over the top of all content) pages.

What should I change my xsl?


Best Regards,

Seongwoong Kwon.

Re: Overlay watermark to all pages.

Posted: Thu Oct 09, 2014 8:06 am
by Radu
Hi,

I'm not sure what to tell you, maybe you should try to register and post this question on the Apache FOP users list.

Regards,
Radu