Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 834635
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T04:42:09+00:00 2026-05-15T04:42:09+00:00

I am using Office 07 PIA to convert the ppt into images in C#.

  • 0

I am using Office 07 PIA to convert the ppt into images in C#.

The slides are properly converted into images.

Now, while individual slides are converted into images, I was hoping for a workaround that could also convert the animations within slides too. I want to play these ppt [converted to images] in my custom application and not in MS PowerPoint.

I would really appreciate any help!

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T04:42:09+00:00Added an answer on May 15, 2026 at 4:42 am

    It’s pretty simple:

    Office 2002

    using Microsoft.Office.Core;
    using PowerPoint;
    
    ApplicationClass pptApplication = new ApplicationClass();
    
    Presentation pptPresentation = pptApplication.Presentations.Open("myfile.ppt", MsoTriState.msoFalse,
    MsoTriState.msoFalse, MsoTriState.msoFalse);
    
    pptPresentation.Slides.Item(1).Export("slide.jpg", "jpg", 320, 240);
    

    Office 2003

    using Microsoft.Office.Core;
    using Microsoft.Office.Interop.PowerPoint;
    
    ApplicationClass pptApplication = new ApplicationClass();
    Presentation pptPresentation = pptApplication.Presentations.Open("myfile.ppt", MsoTriState.msoFalse,
    MsoTriState.msoFalse, MsoTriState.msoFalse);
    
    pptPresentation.Slides.Item[1].Export("slide.jpg", "jpg", 320, 240);
    

    Image Output Quality

    pptPresentation.Slides.Item[1].Export("slide.png", "PNG", 1024, 768);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

When using Microsoft office automation I want to insert images into a spreadsheet. How
I'm using Office 2010 interop and C# 4. How can I convert just the
While it is possible to generate PowerPoint presentations automatically using Office Automation , this
We are using MS Office 2010 with PowerBuilder 10.5. While using mail merge functionality
I'm looking into using the Office Ribbon UI to help navigate around my application
I have been using Office 2007 PIA's to run PowerPoint files in my C#
I'm using MS Office 2003 PIA to create a MS Word document from c#.
I've seen this quite a few times while using Office Interop classes this.CustomXMLParts.Add(MyResources.Data, new
Is there anyway to create C# spelling checker without using Office library? I would
I'm trying to add some HTML formatted text to Word using Office Interop. My

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.