Can be mounted footer at the very bottom of the page? I've set up:
$ docx-> modifyPageLayout ('A4', array (
'marginHeader' => mm2twip (0)
'marginFooter' => mm2twip (0)
'marginTop' => mm2twip (25)
'marginRight' => mm2twip (0)
'marginBottom' => mm2twip (25)
'marginLeft' => mm2twip (0)
));
The header is displayed completely from the top of the page. Footer has from bottom about 1.25 cm and can not make the change.