Aspose.slides Docker Image OrderedMergeRequest without File Stream/Local File

Hi there,

Is there any way possible to merge PowerPoint files in order without using a local file as demonstrated in these docs? We would like to merge files directly from s3 or other storage if possible without having to download and upload again to the Aspos.slides docker container.

@smehtaloopio,
Thank you for posting the question.

To merge presentation files saved in a storage and save the result in the storage, you should use the Merge method. The following article shows you how to do this:
Merge Presentations Saved to Storage|Documentation

@andrey.potapov Thanks for your reply.

I’ve used the merge method however I need to merge the presentations in order. Is there any possible way to use the OrderedMergeRequest without using a local file?

@smehtaloopio,
It will take me some time to figure out the problem. I will get back to you soon.

@smehtaloopio,
Thank you for your patience.

Please try using the OrderedMerge method to merge presentations stored in a storage to a presentation also stored in the storage. This method allows you to use the OrderedMergeRequest.
Merge Selected Slides into a Presentation in Storage|Documentation