Hi,
I have written a plugin for powerpoint in VB.
I am creating a Dialog in "PresentationBeforeSave"Event like Dim dlg As Office.FileDialog. when i am performing an action Save As pdf on powerpoint file thendlg.execute is not working.
Similar kind of code is working perfectly for Word.
I could see in the normal ppt file while doing SaveAs pdf it does some publishing operation.
Query- Do we have some other event for this operation? Do i need to use some other Dialog ? Pleas help
Thanks in advance.