My business logical often has the next case:
There is a list of large (big file length, many slides or both) presentations:
presentation1.pptx
presentation2.pptx
presentationN.pptx
In foreach statement this list I need to do stuff with only someone slide. For example, for presentation1 it is might be slide number 4, for presentation3 it is might be 1.
PROBLEM
Spire.Presentation opens large presentation a long of a time, even if I need work with only one slide from it.
QUESTION
There is any way to optimize the opening presentation to work with a certain slide?