I'm using PowerPoint.createPresentation
to open a new presentation from my officejs addin.
For the PowerPoint.createPresentation
i pass the base64 value of another presentation, where i can use Aspose
to change the data.
The newly opened presentations are named Presentation1,2,..,n
.
I can change somehow the default name of the new presentation?
Thanks