S
Scamp
I made a xml-fo document from a xml file make use of xslt
trasformatiion. So I obtain pdf file that has an image as background
where the text is positioned.
I used is for example:
<fo:block font-size="20pt" color="black" letter-spacing="8px"
space-before="42pt" margin-left="305pt">
but with "space-before" the position in height referes to the last
information put, and it doesn't refer to the superior margin of the
page. Therefore if one or more information isn't inserted, everything
that follow is upper positioned.
What do I do?
trasformatiion. So I obtain pdf file that has an image as background
where the text is positioned.
I used is for example:
<fo:block font-size="20pt" color="black" letter-spacing="8px"
space-before="42pt" margin-left="305pt">
but with "space-before" the position in height referes to the last
information put, and it doesn't refer to the superior margin of the
page. Therefore if one or more information isn't inserted, everything
that follow is upper positioned.
What do I do?