English

Create Thumbnails for PPT Slides in Python

Thumbnails are small-sized images that make it easier to look at or scroll through the list of images. They are also used in MS PowerPoint to list the slides and navigate in a PPT. While creating a PPT viewer application, you may need to generate thumbnail images for the slides. To accomplish that, this article covers how to create thumbnails for PPTX or PPT slides programmatically in Python.
January 28, 2022 · 3 min · Usman Aziz