I need to convert PowerPoint Slide to JPG or GIF Files.

  • Thread starter Thread starter jack
  • Start date Start date
J

jack

Hello,

I would like to take a PowerPoint file and make JPGs or GIFs out of each
slide. How can I do this in VB.NET.

Thanks for any help,

Jack
 
Do you really need to do it in VB? Powerpoint itself can do that...
 
If you have a need to do this from VB.NET then you can use Interop with
Powerpoint to achive Powerpoint Automation. That is, you create an instance
of Powerpoint by code, without user interface, and instruct it to do stuff
for
your.

Search for Powerpoint Automation with .NET or similar on google.

HTH,

//Andreas
 

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