Hi,
I need to merge several PPTX files into a single presentation.
I've already created a class which performs merging of slides with simple content, but I don't know how to copy images.
When I use XmlUtils.deepCopy() to copy a slide with images, new slide requires RelationshipsPart which does not exist.
How can I copy the RelationshipsPart from the source presentation, and assign it to the new slide in the destination PPTX file?
Thanks,
Dmitriy