PowerPoint Add-In

V

Vitalya

Hello all,
I write PowerPoint COM Add-In(C++).
Add-In handle BeforePrint event.
In event handler method I use SaveCopyAs method to save copy of opened
presentation.
The problem is when I open ppt file from SharePoint server.
SaveCopyAs failed and I don't understand the reason.
I try to use SaveAs, PublishSlides methods instead but I get the same result
all of these methods failed.
What is a problem?
 
M

Matti Vuori

Hello all,
I write PowerPoint COM Add-In(C++).
Add-In handle BeforePrint event.
In event handler method I use SaveCopyAs method to save copy of opened
presentation.
The problem is when I open ppt file from SharePoint server.
SaveCopyAs failed and I don't understand the reason.
I try to use SaveAs, PublishSlides methods instead but I get the same
result all of these methods failed.
What is a problem?

I don't know anything about PPT COM Add-In's, but someone needs to ask the
obvious: do you have the necessary rights in the folder on the server?
Perhaps you need to save the temporary copy in the user's %TEMP% folder.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top