dhaz
dhaz

Reputation: 33

PowerPoint command like insert slide or apply theme equivalent on Office javascript API

I'm developing a PowerPoint add-in and in future, it will be publish in Office Store. But it is VSTO project (C# and winforms) which could not be publish. Based on my search, it must be Office Web Add-in project (manifest xml and web pages).

I'm trying to convert my development from VSTO to Office Web Add-in but some of functionalities like open presentation, insert slide and apply theme aren't found on the Office.js.

Is there equivalent functions in Office.js? or other way?

Hopefully someone share their ideas about it. Thanks in Advance.

Upvotes: 3

Views: 824

Answers (1)

Marc LaFleur
Marc LaFleur

Reputation: 33094

This is currently no way to execute these actions (insert slide, apply theme, open document) in PowerPoint using Web Add-ins. PowerPoint currently only leverages a limited set of APIs.

Upvotes: 3

Related Questions