Skip to content

Restart page numbering per section #23

Description

Hi,

thanks for your great work, - the library is very handy.
Maybe you can add a little API function to reset page numbering.
At the moment I solved it that way:

        // sections
        foreach ($this->_sections as $key => $section) {
            if ($key != 0) {
                $this->_writer->write('\sect\sectd\pgnstarts1\pgnrestart');
            }
            $section->render();
        }

It would be nice to have function for it. 😄

Kind regards
Martin

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