Extracting a JPG from a word document

R

rex

A friend has sent me a word document containing a jpg image.
I want to extract it, as a jpg so I can add it into a PowerPoint
presentation.
It will probably need some manipulation in something like Photoshop before
it can be used for what I want,

Rex
 
H

Howard Kaikow

easiest way is to save the doc as html and then grab the saved image file.
 
Top