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

Persist slide numbers and placeholder formatting after generation #1276

Open rtyocum opened 1 year ago

rtyocum commented 1 year ago

Change Summary

Previously, after downloading a slide with slide numbers would only show on the slides generated, and not new ones generated by powerpoint, this fixes that

Change Description

Just needed a change of genXml for generating slide masters changing the line that disabled slideNumbers

Change Type

Motivation and Context

Powerpoints should be editable after the fact, and without this, it makes it more confusing.

Checklist before requesting a review

rtyocum commented 1 year ago

Placeholder formatting after download was also an issue, fixed here as well