On my letter-template I have a differnetFirstPageHEader and inside I placed an image wich has the same width and height like the page. With textWrappingStyle: "Behind" I managed to created the illusion of a backgroundImage with the Logo and footer of my letter. So far so good.
Since I have different background images on first and following pages I have to headers (firstPageHeader, and headerFooter) - this works pretty well so far.
To manage the different height og header and footer on the first page I set the sectionFormat pageMargins to the smaller amounts of the following pages and placed a table inside the header and footer of my first page to increase the height only on the first page header and footer. This also works.
The problem is, when the table height inside the first page header and therefore the resulting height of the header exceeds a certain amount, the background image is cut off ath the end of the header. The same when I remove the table from the header and just set the topMargin of the page higher than a certain amout (in my case something higher than approx. 330 on a A4 page with 842 pageheight).
So my question is: why is the background image cut off only when the header exceeds a certain height ? Is there a maximum height of the page header ? And how can I prevent that behaviour ?
Regards Thomas