1,066 questions
Is there a way to convert powerpoint pptx file into Image(PNG) using POWERPOINT JAVASCRIPT API?
Gayathri C
0
Reputation points
I want to fetch a particular slide, convert it into an image from my addin, and send the image to the server.
Is there a method in POWERPOINT JS API to do it?
I can see the getFileAsync method which takes the whole file and uses getSliceAsync to get the data in the file in slices, how to define the slice limit to fetch one slide? also, will it work if I want to extract the slice data, and convert it to an image.
is this possible?
Basically is there a direct method to do it, as we have methods to extract texts?
any method to extract a slide from a ppt and convert it into an image?
Microsoft 365 and Office Development Office JavaScript API
Sign in to answer