Skip to content

Tag: python-pptx

Python PPTX read slide number (page number)

I’m doing a custom table of content for slides that is generated by Python-PPTX. For the slides, footer and slide numbers already set up, and I can already view it in resulting PPTX. I believe slide numbers already exist, just needed to be read. My question is, whether the slide number information is ac…