heavysixer / node-pptx

Generate PPTX files on the server-side with JavaScript.
MIT License
161 stars 44 forks source link

Copying slides #44

Open DavidCastilloR opened 4 years ago

DavidCastilloR commented 4 years ago

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

Something like:

pres.copySlide(pres.getSlide(3))

gregdolley commented 4 years ago

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!

Merthew commented 3 years ago

Guessing this hasn't been implemented yet?

heavysixer commented 3 years ago

Happy to consider PRs for this enhancement.

bestony commented 2 weeks ago

I'd like to assist with this feature. Are there any guidelines to help me get started?