I have a simple question that has to do with placements of watermarks.
In my DDX I add a Watermark to my result node like this:
<DDX><PDF result="OutputPDF" return="true"> <Watermark verticalAnchor="Bottom" rotation="90"> <StyledText font-family="'Calibri'" font-size="12pt" color="green"> <p>Watermark Text...here comes a much longer text than usual</p> </StyledText> </Watermark> <PDF source="Section1"> </PDF></PDF></DDX>
Looks great, but when the "Watermark text" get longer it grows out of the bottom of the page. It seems as if the Watermark text is "centered" and grows "both ways" so to say. How can I avoid this, I want to Watermark text to grow only upwards,
Said in another way, I need the Watermark text to have a fixed/absolute point of beginning. See picture below for further explanation of my issue...
I hope some of you out there have had the same issue as me and perhaps have an idea at how to solve it - or that you can tell me whether it is a bug or not.
Sincerely
Kim Christensen
Dafolo A/S
Denmark