M
Mohan
Hello Experts,
I use a vba macro to print power point files silently. It works fine except
for the case of password protected ppts, where a password dialog is shown to
the user.
Have spent some efforts to kill the password dialog, but it didn't work and
I do not want to even explore that option since the password dialog will at
least momentarily appear even if we succeed by any theortical technique.
When we see the properties of a powerpoint file which is password protected,
there is no information about the ppt, even the title. When we right Click on
any ppt file, in the file explorer, we do get a properties dialog. Click the
summary tab, and there is the title of the ppt. If it is empty, it definitely
means that the slide is password protected.
So, by checking the metadata, explicitly, I think that I can skip password
protected ppts. Is there any way to read this meta data programatically. Does
Microsoft provide any api to read such metadata of files.
Thanks,
Mohan
I use a vba macro to print power point files silently. It works fine except
for the case of password protected ppts, where a password dialog is shown to
the user.
Have spent some efforts to kill the password dialog, but it didn't work and
I do not want to even explore that option since the password dialog will at
least momentarily appear even if we succeed by any theortical technique.
When we see the properties of a powerpoint file which is password protected,
there is no information about the ppt, even the title. When we right Click on
any ppt file, in the file explorer, we do get a properties dialog. Click the
summary tab, and there is the title of the ppt. If it is empty, it definitely
means that the slide is password protected.
So, by checking the metadata, explicitly, I think that I can skip password
protected ppts. Is there any way to read this meta data programatically. Does
Microsoft provide any api to read such metadata of files.
Thanks,
Mohan