I need to have an overlay on the page that will display an image across it, something like:
However, this is only visible on the first page after the PDF is generated with Prince.
I had a look at this question, and used the suggested workaround. The problem with that approach is that the overlay is only applied where there is content whereas I want the overlay to apply to the whole page, regardless of the content size on a given page.
Is there a way to do this? We're using 10r3.
<div id='overlay' style='position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: url(demo.png) repeat left top; z-index: 9999;'></div>
However, this is only visible on the first page after the PDF is generated with Prince.
I had a look at this question, and used the suggested workaround. The problem with that approach is that the overlay is only applied where there is content whereas I want the overlay to apply to the whole page, regardless of the content size on a given page.
Is there a way to do this? We're using 10r3.