Hi Team,
I have to create a ppt base on a byte array. Each array of stream has to be added as a slide.
How is this possible?
Hi Team,
I have to create a ppt base on a byte array. Each array of stream has to be added as a slide.
How is this possible?
I have observed your requirements and like to share you can load presentation from stream by converting byte array to stream. There is no option to load individual slide in byte array stream using Aspose.Slides. You can have a presentation with single slides that you may load using stream and then merge them together using Slide Cloning feature.