in reply to Re: Error in Extracting Data from the 1st slide of a ppt
in thread Error in Extracting Data from the 1st slide of a ppt
Hi Poj,
Thanks a lot for your help. This code works great while reading the titles. However, I am also trying to extract the author and the date from the 1st slide. If these values are put in placeholders then the code works fine. However, these are put in a textbox then the line
" my $type = $shape->Placeholderformat->Type; "
gives a type mismatch error. I am assuming thats because a textbox does not count as a placeholder. How do I try to fix that?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Error in Extracting Data from the 1st slide of a ppt
by poj (Abbot) on Dec 04, 2015 at 20:20 UTC |