Hi there,
I encounter the following problem : on each pages where a table begins ( table with a footer and a great number of pages ), the table overlaps the page's footer ( region-after ) , however the parameters of the simple-page-master seem to be good.
<fo:simple-page-master master-name="general" page-height="29.7cm" page-width="21cm" margin-top="12mm" margin-bottom="6mm" margin-left="12mm" margin-right="12mm"> <fo:region-body margin-top="0mm" margin-bottom="8mm" overflow="hidden"/> <fo:region-before extent="5mm"/> <fo:region-after extent="6mm"/> </fo:simple-page-master>
Does anyone know why ??
Thank you.