Hi there,
I have a PowerPoint with approx 50 slides which fails to open when one particular slide is included.
I have isolated and included the slide that causes the problem, please see attached.
When I remove this slide from the PowerPoint file, it loads correctly.
The line of code which throws the exception;
var thisppt = new Presentation(stream, FileFormat.Pptx2013);
Error Message
Message = "Index was out of range. Must be non-negative and less than the size of the collection.\r\nParameter name: index"
I am using spire.presentation_3.4.6
Thanks
MArio