PowerPoint Add-In

  • Thread starter Thread starter Vitalya
  • Start date Start date
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?
 
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.
 
Back
Top