Powerpoint content of placeholders

1 view (last 30 days)
RV
RV on 29 May 2020
Answered: Image Analyst on 30 May 2020
Seems simple enough but I need help.
I have a pptx file will multiple slides and each one with a title.
How can I import the powerpoint and then read/show all of the titles and their content (i.e. creat a list of the title texts), not just their tags or ids, but the actual content?
  3 Comments
Adam Danz
Adam Danz on 29 May 2020
Why not do this within Powerpoint? I recently had to do something similar in order to make a table of contents.
RV
RV on 30 May 2020
I'm working on concatenating a collection of pptx files. They all use the same pptx page template thus having similar layout. But there will be a lot of overlap. Therefore I want to import each one and read the title content so that I can concetnate without duplicating. This will take far to long to scrub them one by one. And yes I do have place holders.

Sign in to comment.

Answers (1)

Image Analyst
Image Analyst on 30 May 2020
What I usually do is to record a macro to do what I want. Then I create an ActiveX server to do the same commands from MATLAB. Attached are demos where I've done that for Excel. Just do something similar in Powerpoint.

Categories

Find more on MATLAB Report Generator in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!