pptx-downsizer
pptx-downsizer copied to clipboard
Python tool for downsizing Microsoft PowerPoint presentations (pptx) files.
I have a script that depends on [python-pptx](https://python-pptx.readthedocs.io/en/latest/) that removes unused slide layouts. This can amount to a huge size reduction in some cases. Would be cool if this functionality...
Pillow throws an exception when reading svg files. This change simply converts svg files to png in-memory so that Pillow can read it and process it as normal with the...
I believe PIL doesn't support svg images which is why a pptx with an svg will fail. Probably better to skip the file if it's unsupported rather than die with...
Hi, thank you for developing this tool, it really solves a pain point I have encountered before. I have a suggestion of something that would be nice to have: list...
@scholer I used pptx-downsizer package to compress the image in pptx file. The order of the image are getting collapesd and mixed up. Can you pleaase help with this issue.