https://github.com/peterupfold/extract-swf-from-ppt
Use LibreOffice's unoconv to convert PowerPoint 97-2003 format files into PPTX, extract Flash files (*.swf) from inside the presentation and dump these to a folder.
https://github.com/peterupfold/extract-swf-from-ppt
Last synced: 8 months ago
JSON representation
Use LibreOffice's unoconv to convert PowerPoint 97-2003 format files into PPTX, extract Flash files (*.swf) from inside the presentation and dump these to a folder.
- Host: GitHub
- URL: https://github.com/peterupfold/extract-swf-from-ppt
- Owner: PeterUpfold
- License: apache-2.0
- Created: 2019-09-13T10:38:43.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-31T15:51:55.000Z (over 6 years ago)
- Last Synced: 2025-06-01T03:54:04.903Z (about 1 year ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# extract-swf-from-ppt
Use LibreOffice's unoconv to convert PowerPoint 97-2003 format files into PPTX, extract Flash files (*.swf)
from inside the presentation and dump these to a folder.
See also the [pptx-already-converted](https://github.com/TestValleySchool/extract-swf-from-ppt/tree/pptx-already-converted) branch for an approach that uses a VBA macro within PowerPoint to perform the first step of converting to *.pptx.
## Requirements
Install tqdm using Pip (or on CentOS 7, `yum install python36-tqdm`)
Install csplitb using Pip