For a customer of ours I need to split presentations with 10 slides to 10 individual slides.
To do this I now upload the .pptx with 10 slides. Then ik delete 9 slides and use that as the first split. I do this 10 times so that’s 10 uploads and 90 deletes so 100 calls. I could improve efficiency a little by first creating sets of 5 slides. But there must be a more efficient way.
The reason I need them separate is so that the customer can select single slides of multiple presentations that I can compose to 1 new presentation using "POST /slides/{name}/merge"
I use the Apose.Slides cloud API.
Any ideas to do this more efficiently?