$text
$paramsFooter
require_once '../../classes/CreateDocx.inc';
$docx = new CreateDocx();
$paramsFooter = array(
'font' => 'Times New Roman'
);
$docx->addFooter('Footer. Times New Roman font', $paramsFooter);
$docx->createDocx('example_footer');
2 Responses
how to add the footer as html table
is it possible, to customize the page number of the footer?
for example : when u set the pager to true, you just get a single number like 1 , 2 , 3 …
what i want to do is something like “- 1 -” or not the normal page mergefield but the overall pagefield like “1 of 10″ or “1 / 10″