Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 361 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 361 Bytes

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 <filename.docx>