How do I display slides or mini-images of slides

O

Oren

Hi,
I am trying to display a list of slides in a slide show (similar to the
navigation bar or slide sorter) for PP 2007.
Does anyone know if it can be done from an Add-in?
Can I do it from an outside application (less desirable)?

Thanks,
Oren
 
S

Steve Rindsberg

Hi,
I am trying to display a list of slides in a slide show (similar to the
navigation bar or slide sorter) for PP 2007.
Does anyone know if it can be done from an Add-in?
Can I do it from an outside application (less desirable)?

While the slide pane and slide sorter are scrollable, so can contain a LOT of
slides, the individual slides are not, so you'll have to work out how to deal
with more images than will fit on a slide.

But you could write an add-in that

1) Exports each slide in the presentation to a smallish image file
(see the Slide.Export method)

2) Brings the exported pictures back onto a single slide (or more, see above)
and arranges them however you see fit.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top