Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-31T15:51:55.000Z (about 5 years ago)
- Last Synced: 2024-11-08T09:51:05.605Z (about 2 months 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