AutoShape

  • Thread starter Thread starter Sehboo
  • Start date Start date
S

Sehboo

Hello,

I have to use automation to read the images from MS Power point. Is it possible?

All I want is to read the image/autoshape/picture and save it to a file.

If anybody has done this then please let me know.

Thanks

Adnan Masood
 
Can you give us a little more info on what you're trying to do? I don't understand.

----- Sehboo wrote: -----

Hello,

I have to use automation to read the images from MS Power point. Is it possible?

All I want is to read the image/autoshape/picture and save it to a file.

If anybody has done this then please let me know.

Thanks

Adnan Masood
 
What I want is that using powerpoint object in VB.NET read all the
slides in the presentation, and if the slide has a
autoshape/diagram/chart/picture then just simply save that
autoshape/diagram/chart/picture to a file in .gif or .jpg format.
This way I won't have to open any of the files, everything is done
automatically. Otherwise I will have to open each file, go to each
and every slide and then saving the picture/chart to .gif format
manually. I am using PowerPoint.Application object.

I don't want to save the entir slide as .gif, I just want to save
pictures as .gif

Thanks
 
Back
Top