How can I compress images in PowerPoint file using dlls

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

How is it possible to compress the images in a powerpoint file using
microsoft.office.interop.dll or any other dlls
Iam using Microsoft VB.NET to develop the same

Thanks in Advance
 
Vikas,
No native method is supported in the object model to perform the
compression. You'll need to do it yourself by exporting the images out and
reimporting them.
 
I would like to compress the presentation using the dlls..
Manually you can go to the Picture Toolbar and compress all the images in
the persentation.

I want to accomplish this task programmatically using any office dlls or the
microsoft.office.interop.powerpoint.dll
 
Vikas,
I think I made that clear when I said- No native method is supported in the
object model to perform the compression.
 

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

Back
Top