We are working on a windows service. As per requirement we need to extract the title, text, Comment, hash code and image of each slide in the presentation. We found that “Spire. Presentation” providing these features.
Does the spire.Presentation providing the parallel process feature? That is , can we process the multiple slides parallay. If the slide in the presentation process serially, it will take time to complete the entire parsing of the slides. If the number of slides in the presentation increases, it will take more time to complete the process.
The existing spire.Presntation having any built in feature for parallel parsing of the slides? Or can we achieve it through threading? In other words, does the existing Spire.Presntation thread safe?
Any help would be appreciable.