![]() |
|
|
|
#1 |
|
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 <fo 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 -- Keith Davies "Always code as if the guy who ends up maintaining your code is a psychopath who knows where you live." http://www.kjdavies.org/ -- Damian Conway Keith Davies |
|
|