https://github.com/dxdc/word-extract
Extract all images from Microsoft Word file. A separate directory will be created for each DOCX file.
https://github.com/dxdc/word-extract
Last synced: 11 months ago
JSON representation
Extract all images from Microsoft Word file. A separate directory will be created for each DOCX file.
- Host: GitHub
- URL: https://github.com/dxdc/word-extract
- Owner: dxdc
- License: gpl-3.0
- Created: 2015-09-28T01:49:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-28T01:55:05.000Z (over 10 years ago)
- Last Synced: 2025-02-14T09:59:00.932Z (over 1 year ago)
- Language: PHP
- Size: 129 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# word-extract
Extract all images from a Microsoft Word file.
A simple PHP script to extract all images from a Microsoft Word DOCX file (ZIP archive). Some additional features have been added for specific handling of BMP and TIFF image formats in order to compress them into JPG format using ImageMagick.
## Usage
```
php word_extract.php
```