hi,

i want do emped a lot of jpg-files into a dokument. my position starts at x=0mm and y=0mm
after generating the pdf-file for all images is a offset of y=+1.2mm.
if i change the reference-orientation from 0 to 180 (mad) the positon is korrekt.

my fop-file
...
fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"; xmlns:svg="http://www.w3.org/2000/svg"; font-family="Times Roman" font-size="12pt" text-align="center">
<fo:layout-master-set>
<fo:simple-page-master master-name="left"
                    margin-top="0mm"
                        margin-bottom="0mm"
                        margin-left="0mm"
                        margin-right="0mm"
                        page-width="396mm"
                        page-height="297mm">
<fo:region-body margin-top="0mm" margin-bottom="0mm"/>
<fo:region-before extent="0mm"/>
<fo:region-after extent="0mm"/>
</fo:simple-page-master>
</fo:layout-master-set>

<fo:page-sequence id="bierdeckel-eckig" master-reference="left">
<fo:flow flow-name="xsl-region-body">
<fo:block-container*top="0mm" left="0mm"* width="99mm" height="99mm" reference-orientation="0" position="absolute" >
<fo:block>
<fo:external-graphic width="99mm" height="99mm" overflow="hidden" text-align="center" display-align="center" src="test.jpg"/>
</fo:block>
</fo:block-container>
<fo:block-container*top="99mm" left="0mm"* width="99mm" height="99mm" reference-orientation="0" position="absolute" >
<fo:block>
<fo:external-graphic width="99mm" height="99mm" overflow="hidden" text-align="center" display-align="center" src="test.jpg"/>
</fo:block>
</fo:block-container>
...
my fop version is 1.0

whats wrong?
any suggestions?

mfg/regards
-ip-

Reply via email to