Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save fileformat-slides-gists/e6f0233bea2a00ea3da43896c80a7517 to your computer and use it in GitHub Desktop.
Save fileformat-slides-gists/e6f0233bea2a00ea3da43896c80a7517 to your computer and use it in GitHub Desktop.
Save All Images from PowerPoint Presentation in C# | .NET Open-Source API
// Open presentation
Presentation presentation = Presentation.Open("D:\\AsposeSampleData\\sample.pptx");
// Extract images and save it at specified path.
presentation.ExtractAndSaveImages("directory_path"); */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment