gitbrent / PptxGenJS

Create PowerPoint presentations with a powerful, concise JavaScript API.
https://gitbrent.github.io/PptxGenJS/
MIT License
2.84k stars 625 forks source link

feat: add firstSlideNum prop of PresentationProps #1281

Open RivaJ-github opened 1 year ago

RivaJ-github commented 1 year ago

In some application scenarios, such as report cover, table of contents, etc., page numbers do not need to be displayed, while the main text needs to display page numbers starting from 1.

This simple feature allows users to set the starting page number to adapt to the above application scenarios.