-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Description
I am unable to get page numbering to display anywhere. I assume it would be in the footer of the page by default. I attempt to use the following when creating the first section of the document:
$section = $phpWord->addSection(array(
'marginTop' => \PhpOffice\PhpWord\Shared\Converter::inchToTwip(0.8),
'marginLeft' => 0,
'marginRight' => 0,
'pageNumberingStart' => 1
));
I assume this would create page numbering based on the limited documentation of the feature.
Metadata
Metadata
Assignees
Labels
No labels