<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 12 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='color:#000096'>I may be missing something but this works fine … it is the typical structure created by VisualXSL when importing backgrounds.<o:p></o:p></span></p><p class=MsoNormal><span style='color:#000096'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#000096'><fo:region-before</span><span style='color:#F5844C'> extent</span><span style='color:#FF8040'>=</span><span style='color:#993300'>"792pt"</span><span style='color:#F5844C'> region-name</span><span style='color:#FF8040'>=</span><span style='color:#993300'>"header-any"</span><span style='color:#F5844C'> background-image</span><span style='color:#FF8040'>=</span><span style='color:#993300'>"url(‘watermark.pdf’)"/> <!—extent is whatever you page height is --></span><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Another technique would be to modify the intermediate format to insert such an image as the start of each <page> element. We use this technique all the time when doing something like bookfolding, where an 8.5”x11” document is rendered as an 11x17 document with pages like (4,1),(2,3) (duplex print folded book). We just modify the XEP Intermediate format in a simple transform to combine pages (i.e copy content for page 4 and 1 into a new pages) and add a background 11x17 PDF that is for the book page.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Kevin Brown<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>RenderX<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'><p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> xep-support-bounces@renderx.com [mailto:xep-support-bounces@renderx.com] <b>On Behalf Of </b>Justin Lipton<br><b>Sent:</b> Tuesday, May 22, 2012 4:59 PM<br><b>To:</b> RenderX Community Support List<br><b>Subject:</b> [xep-support] Full page background image on each page<o:p></o:p></span></p></div><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Hi,<br><br>We need to have a background image that is effectively a full page watermark that needs to appear on each page.<br>The document also has headers so we can't use background-image as this swill only apply to the current region (will not extend to the header).<br>One solution that almost works is to use an absolutely positioned block-container with the image in the region after - this ensures that the image will appear on each page and covers all regions. The issue with this approach is that we cannot seem to get the image to appear under the region-body content even with the z-index on the block-container set to -1.<br>Any ideas on how to handle this type of scenario without having to carve up the background image?<br clear=all><o:p></o:p></p><div><div><div><p><span style='font-size:10.0pt;font-family:"Arial","sans-serif"'>Regards,<o:p></o:p></span></p><p><b><span style='font-size:10.0pt;font-family:"Arial","sans-serif"'>Justin Lipton</span></b><span style='font-size:10.0pt;font-family:"Arial","sans-serif"'><o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif"'><o:p> </o:p></span></p></div></div></div><p class=MsoNormal><br>!DSPAM:87,4fbc284963737618145256! <o:p></o:p></p></div></body></html>