https://bz.apache.org/bugzilla/show_bug.cgi?id=66284
J Khanna <jatish.kha...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW --- Comment #4 from J Khanna <jatish.kha...@gmail.com> --- https://www.tutorialspoint.com/apache_poi_ppt/apache_poi_ppt_merging.htm The code is similar to the mentioned reference. for(XSLFSlide srcSlide : src.getSlides()) { //merging the contents ppt.createSlide().importContent(srcSlide); } This requires improvement. If you would see the bottom of the reference, would only find content but source layouts -- 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