How to Extract Images in a PowerPoint File


Here is a code to extract images in a PowerPoint file.

Environment

  • Python 3.12.0
  • python-pptx 0.6.23

Code

This code extracts all images in a given PowerPoint file. The file path is needed to be written in the code.

This code is also in Gist.