https://bz.apache.org/bugzilla/show_bug.cgi?id=61959

--- Comment #4 from Alain Fagot Bearez <alain.bea...@cua.li> ---
The alternative would be to copy each slide to a new presentation, by creating
a new slide in the new presentation and importing the content of the original
slide into the newly created slide.
https://poi.apache.org/apidocs/org/apache/poi/xslf/usermodel/XSLFSlide.html#importContent-org.apache.poi.xslf.usermodel.XSLFSheet-

But then you would have to copy the master style sheet and some other details,
from the original presentation to the newly created presentation.

If your slides have charts or notes and you want to copy them along, you would
face bug #57835 for which I implemented only part of the fix: charts in the
same presentation.
https://bz.apache.org/bugzilla/show_bug.cgi?id=57835

Not wanting to scare you, but Nick might have given the path to the solution
with less code to write...

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to