Skip to content

Instantly share code, notes, and snippets.

@documentprocessing
Created April 21, 2024 18:01
Show Gist options
  • Save documentprocessing/a5aec6f3f2b09d266a3ffec86385a6c5 to your computer and use it in GitHub Desktop.
Save documentprocessing/a5aec6f3f2b09d266a3ffec86385a6c5 to your computer and use it in GitHub Desktop.
Read PPTX with python-pptx
from pptx import Presentation
presentation = Presentation('path_to_presentation_file.pptx')
presentation.save('paht_to_updated_pptx_file.pptx')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment