Hello,
we have a problem with the footer position during in the pdf file.
We have these lines for page layout:
$docx->modifyPageLayout('A4', array("marginTop" => 2520,
"marginLeft" => 1120,
"marginRight" => 840,
"marginFooter" => 0,
"marginBottom" => 0));
In the docx file the footer is perfect, but in the pdf is always too high.
We tried to set "marginFooter" => 1, "marginBottom" => 1 but nothing changes.
We use Debian squeeze with OpenOffice 4 (tried also with 3.4).