scanny / python-pptx

Create Open XML PowerPoint documents in Python
MIT License
2.26k stars 499 forks source link

Feature Request: Add an insert_slide(idx, ...) method #928

Closed richard-greenbaum67 closed 7 months ago

richard-greenbaum67 commented 7 months ago

I see at the bottom of the Working with Slides doc that you've been waiting for a feature request to add the ability to insert a slide at a specified index. Well this is the feature request you've been waiting for! This would be super helpful to me, as I am trying to automate PowerPoint presentations that will each use one of several variations of a slide template. I really appreciate your work (this library is incredible), please let me know if I can help in any way. Thanks!