Skip to content

feature: Slide.duplicate() #132

@AlexMooney

Description

@AlexMooney

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions