In order to create a presentation by populating template slides with dynamic data
As a developer using python-pptx
I need the ability to clone a slide
API suggestion:
cloned_slide = prs.slides.clone_slide(original_slide)
The cloned slide would be appended to the end of the presentation and would be functionally equivalent to copying and pasting a slide using the PPT GUI.
In order to create a presentation by populating template slides with dynamic data
As a developer using python-pptx
I need the ability to clone a slide
API suggestion:
The cloned slide would be appended to the end of the presentation and would be functionally equivalent to copying and pasting a slide using the PPT GUI.