Is it possible to open a powerpoint presentation from a file purely in memory?
Let’s say I’d download a presentation from a server, do I have to save this file locally to analyse it with interop?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As other posters suggested there is no straight-forward way. You could try loading the file using IStorage/IPersistStorage which may or may not work. See some instructions for Excel here. However, using a temp file will be much easier.