Skip to content

Page Numbering does not work #619

@gurnzbot

Description

@gurnzbot

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions