-
Notifications
You must be signed in to change notification settings - Fork 125
Get image from PowerPoint document #692
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@sboudouk I'm researching this, but I don't think there's a way to get an image from a slide programmatically. |
Thanks for your interest in Office Add-ins development! Feedback here is intended for reporting problems with Script Lab snippets. Can you please post your question to Stack Overflow with the office-js tag? By posting how-to questions like this to Stack Overflow, you'll not only be able to reach a broader audience of folks who have expertise in the area, but will also enable others to benefit from any answers that are provided there. Thanks! |
undoing the bot closure |
Thanks for your interest in Office Add-ins development! Feedback here is intended for reporting problems with Script Lab snippets. Can you please post your question to Stack Overflow with the office-js tag? By posting how-to questions like this to Stack Overflow, you'll not only be able to reach a broader audience of folks who have expertise in the area, but will also enable others to benefit from any answers that are provided there. Thanks! |
bot keeps closing this. I think removing the Type: programming question will stop this. |
@sboudouk I have confirmed that there is no way to get an image from a PowerPoint slide in Office Add-ins. We are beefing up our PowerPoint APIs, but this feature is not yet supported. I'll close this issue. Sorry, the news wasn't what you hoped. You might consider looking into the OOXML SDK and see if your scenario can be accomplished with a .NET language in an ASP.NET backend of your add-in. |
Thanks for your answer @Rick-Kirkham . Do you know if is this feature is planned or not at all ? |
This feature is not currently scheduled, but I have put your request for it to the PowerPoint team. It would be at least a year before it is available. |
Thanks for your help. We'll find another way to achieve something similar, and repost here if I find something that could be useful to someone in the same case. |
Hello, thanks for your work and your samples.
I don't know if it's an appropriate spot for my questions but here it is:
How one is supposed to get image from a PowerPoint file ?
getSelectedDataSync returns an error when an image is selected. Reading the docs it seems like it is not possible by any of the provided function.
So, is it even possible ?
Thanks :)
The text was updated successfully, but these errors were encountered: