After cloning slides to a new PPT object, the full screen mode of slides is truncated

hi ,

After cloning slides to a new PPT object, the full screen mode of slides is truncated. PFB the code we have used and PFA the screenshot of the issue.

code:
ISlideCollection loadedPPTSlideCollection=oldppt.getSlides();
Presentation newPpt=new Presentation();
for (int slideIdx = 0; slideIdx<loadedPPTSlideCollection.size(); slideIdx++) {
LOGGER.log(Level.INFO,"loop "+slideIdx);
newPpt.getSlides().insertClone(slideIdx, loadedPPTSlideCollection.get_Item(slideIdx));
}

Screenshot (193).png (85.8 KB)

Could you please help us in resolving this issue ASAP as we have a client delivery next week. we also have license for Aspose.slides.

Thanks,
Venkat.

@sagar465,

Can you please share source file along with generated result and complete working sample code. We will investigate this to help you out.