python pptx:how to insert picture on slide x
I have a program that creates a powerpoint presentation with a title slide and a number of slide that either have one picture/slide or 6/slide.I have figured out how to create the presentation and the slides with 1 picture. I can also create the slide with 6 placeholders and insert the first picture. I am however stuck on how to later reference one of the slides with 5 remaining placeholder and insert the coorect pictures as needed.
How to set the auto-update option to true using python-pptx for automatically updating the images from their respective hyperlinks in all the slides?
I’m working on a project for which the linked images have to be dynamically updated with the latest images when refreshed using python. Is there a way where we can set the auto update option for linked images to true while creating a python pptx presentation?