save slide as image

A

ale.beer

Hi!

I've a problem..
I make a small program in VisualBasic that converts every slides in my
presentation in a graphic format (like jpg, wmf, ..)
For each slide i want to exports an image after and before every
animations.

I can catch the event start animation, but with the command

Wn.View.Slide.Export "C:\path\slide" & Wn.View.Slide.SlideIndex & "_" &
cont & ".wmf", "WMF", 1024, 768

(where Wn is a PowerPoint.slideShowWindow)

i have the slide image at the end of the animation.

Is there a solution for my problem?

Thanks
Ale.Ber
 
S

Shyam Pillai

You cannot export the image during the course of animation and expect it to
the capture of the slideshow at that point. If you read your code carefully
you are exporting the slide image and not the view at that point in time.
There is no known native mechanism to achieve this, you will need to capture
the screen at that point in time and save it to disk.
 
A

ale.ber

thanks a lot...
i'm try to solve my problem by saving the image captrued on the
screen...

bye..
ale.ber
 

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