Sebastian Vasile
Sebastian Vasile

Reputation: 1

How can i open a powerpoint presentation using Powerpoint.createPresentation with a custom title

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

Upvotes: 0

Views: 166

Answers (1)

Eugene Astafiev
Eugene Astafiev

Reputation: 49455

OfficeJS doesn't provide any method for saving the file/presentation. See Office JS Save and Close methods for Word, Excel and PowerPoint for more information.

Feature requests on Tech Community are considered, when the dev team go through the planning process. Use the github label: Type: product feature request at https://aka.ms/M365dev-suggestions .

Upvotes: 0

Related Questions