the function addclone take 2.4 s on my PC which I consider very slow, is it possible to speed it up?
Possibility to add an option to clone only the final status of a slide?
code:
using (Presentation srcPres =newPresentation(“test.pptx”))
{ //Instantiate Presentation class for destination PPTX (where slide is to be cloned) using (Presentation destPres =newPresentation())
{ //Clone the desired slide from the source presentation to the end of the collection of slides in destination presentation ISlideCollection slds = destPres.Slides;
slds<span style="color:#b4b4b4;">.</span>AddClone(srcPres<span style="color:#b4b4b4;">.</span>Slides[<span style="color:#b5cea8;">0</span>]);
<span style="color:#57a64a;">//Write the destination presentation to disk</span>
destPres<span style="color:#b4b4b4;">.</span>Save(<span style="color:#d69d85;">"Aspose_out.pptx"</span>, <span style="color:#b8d7a3;">SaveFormat</span><span style="color:#b4b4b4;">.</span>Pptx);
}
}
I have observed the issue shared by you. I have created an investigation ticket with ID SLIDESNET-37011 in our issue tracking system to further investigate if it is really a performance issue or not. We will share the further feedback with you ass soon as it will be shared by our product team after investigation.
The issues you have found earlier (filed as ) have been fixed in this update. This message was posted using BugNotificationTool from Downloads module by MuzammilKhan
Cookie Notice
To provide you with the best experience, we use cookies for personalization, analytics, and ads. By using our site, you agree to our cookie policy.
Enables storage, such as cookies, related to analytics.
Sets consent for sending user data to Google for online advertising purposes.
Sets consent for personalized advertising.
Cookie Notice
To provide you with the best experience, we use cookies for personalization, analytics, and ads. By using our site, you agree to our cookie policy.
More info
Enables storage, such as cookies, related to analytics.
Enables storage, such as cookies, related to advertising.
Sets consent for sending user data to Google for online advertising purposes.
Sets consent for personalized advertising.
Cookie Notice
To provide you with the best experience, we use cookies for personalization, analytics, and ads. By using our site, you agree to our cookie policy.
More info
Enables storage, such as cookies, related to analytics.
Enables storage, such as cookies, related to advertising.
Sets consent for sending user data to Google for online advertising purposes.