Here is what I am trying to learn how to do:
- The company I work for has approx. 120+.pptx files that were all created manually over several years using a .potx PowerPoint template
- A graphics designer created a snazzy new template
- My boss assigned me the task of converting all 120+ decks from the outdated template into the new one
The old template had a dozen or so custom layouts w/ names like: Title Slide, Intro Slide, Generic Process, Blank, Comparison [...] The new template has updated layouts w/ the same names (roughly). In the XML data, I'm sure there is some kind of <layout_id>
for each layout. I was hoping to be able to work with Python to extract what I need from the old presentations and generate new presentations with that data, but with the new layouts.
I have read through all the interactions on the python-pptx GitHub repository and watched this YouTube video on creating new Presentations using an existing template. Despite a full day of trial and much error, I am simply not far enough along in my learning get this project under control. Obviously, I do not expect full details, but any nudge(s) in the right direction would be incredibly appreciated.