Dear,
I am, using aspose.slide v. 7.3 to create a .pptx presentations that contains the following:
63 slides, 55 charts and 78 tables.
In addition to that I am cloning some slides and deleting some others (based on rules required in my application)
The problem is saving the presentations. It takes around 9 second to save.
{
PresentationEx MyPres;
//… some code running here
MyPres.Write(“C:\MyPresentation.pptx”); //<-- this code takes 9 seconds
}
Is it normal to take such time to save? Or could it be the use of a specific chart that might cause that much time? Or the cloning and deleting?
Thank you in advance
Sami Simon