Skip to content
Advertisement

Tag: python-pptx

Python PPTX workaround to add Transitions to slides

I successfully automated the creation of pptx presentations using python-pptx, customising background, inserting text, images, etc. How can I add custom Transitions to my slides? (E.g. “Transitions” > “Fade” from PowerPoint). As I could not find a function, my idea is to use workaround functions (going deep into xml): where do I start? python 3.10.4, PowerPoint v16.54, MacOS Big Sur

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 accessible from slide object, or perhaps somewhere

Advertisement