Is this possible to extract images from MS Word Documents using PHP? And if so, how?
Requirement: Definitely old-shool doc support, but preferably both old and new.<
If you are using the newer docx format it can easily be achieved because they are no more than a zip file. See the following link:
http://www.botskool.com/geeks/how-extract-images-docx-files-using-php