heavysixer / node-pptx

Generate PPTX files on the server-side with JavaScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Copying slides

DavidCastilloR opened this issue · comments

Is there a way to copy an existing slide into a new slide?

Something like:

pres.copySlide(pres.getSlide(3))

Is there a way to copy an existing slide into a new slide?

Something like:

pres.copySlide(pres.getSlide(3))

@DavidCastilloR - currently, we don't have this, but it is on our future road-map!

commented

Guessing this hasn't been implemented yet?

Happy to consider PRs for this enhancement.