Skip to content

L-U-C-K-Y/Reduce-PowerPoint-File-Size

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reduce PowerPoint File Size

Reduce the file size of a PowerPoint file by:

  1. Unpacking the .pptx file
  2. Optimizing the media files
    • Convert .tiff to .png
    • Resize images to max. width/height of 1920px (can be changed)
    • Compressing the images with ImageOptim
  3. Compressing the unpacked files into the .pptx again
  4. 🎉

Requirements

  • Have ImageOptim installed
  • Currently, only for MacOS

How to use

Start the script with:

sh ./reduce-powerpoint-file-size.sh powerpoint.pptx

Export as .pdf from PowerPoint

A .pdf file exported from PowerPoint can be quite big, when using the highest settings.

To reduce the file size further, the medium export option can be selected.

The option can be find the "General" PowerPoint settings.

PowerPoint - General Settings

Credits

Originally found at https://mybyways.com/blog/fixing-powerpoint-tiff-images-and-fonts