1 Nov 2005 11:48
Re: Full page Backgroundimage plus independent header/footer
Tim Dylla <tim.dylla <at> fhtw-berlin.de>
2005-11-01 10:48:23 GMT
2005-11-01 10:48:23 GMT
Hmmm, I've got no problems to put the header/footer into the right
place, and as you already stated, FOP doesn't support zorder attributes.
If I place the background image in any other region than body, it will
cover the body-regions content.
I think I have to decide, before it's too late, if I should use FOP at
all. I just have to produce some PDF-content from within a
Java-Application. Just some minutes ago, I found the iText -
Java-Library from Bruno Lowagie and co. I think this is the way to go
for me.
Nevertheless: many thanks for the answer!
Best,
Tim
Mike Trotman schrieb:
> I use absolutely positioned block-containers containing
> external-graphics for some images and for drawing surrounding borders etc.
> You can position this anywhere on the page.
>
> You could place this in one of the other regions - but you would need to
> check the z-order works OK and doesn't overlap your content.
> e.g.
> <fo:static-content flow-name="xsl-region-before">
> <fo:block-container position='absolute' top='1cm'
> left='0.0cm' height='19.2cm' width='{$PAGEWID_CM}cm' border='1px solid
> silver'>
> </fo:block-container>
> <fo:block-container position='absolute' top='1.5cm'
(Continue reading)
RSS Feed