Hi,
Can anybody help me in splitting a pptx file into individual pptx files having exaclty one slide in each file based on number of slides in source pptx. Then merge these files into a single pptx file. i.e.,
source pptx with 3 slides --- split---> (slide1.pptx, slide2.pptx, slide3.pptx) --- Merge ---> Destination pptx with 3 slides.