K
Keith Davies
Hi All,
a friend wants to create a PDF (using XSL-FO) that contains a watermark
that covers the entire page.
<fo:block background-image='...'> surrounding the content of the flow
almost works, except that it covers *only* where there is content as
opposed to the entire page.
A common technique for achieving this goal is to put the watermark in
the header or footer, positioned such that it will fill the entire page.
How is this done in XSL-FO, and/or is there a better way?
The current attempt has
<foage-region extent='0in' overflow='visible' />
in the page master, then
<fo:static-content>
<fo:block>
<fo:external-graphic src='...' />
</fo:block>
</fo:static-content>
in the page-sequence (all things pointing to each other appropriately,
etc.).
I think I'm just missing something here, but can't see what it is.
Keith
a friend wants to create a PDF (using XSL-FO) that contains a watermark
that covers the entire page.
<fo:block background-image='...'> surrounding the content of the flow
almost works, except that it covers *only* where there is content as
opposed to the entire page.
A common technique for achieving this goal is to put the watermark in
the header or footer, positioned such that it will fill the entire page.
How is this done in XSL-FO, and/or is there a better way?
The current attempt has
<foage-region extent='0in' overflow='visible' />
in the page master, then
<fo:static-content>
<fo:block>
<fo:external-graphic src='...' />
</fo:block>
</fo:static-content>
in the page-sequence (all things pointing to each other appropriately,
etc.).
I think I'm just missing something here, but can't see what it is.
Keith