How to Extract Images from a Word Document using OpenXML and C#

I created a tool called WordPress Auto Publisher that extracts content from a Word document and uploads it to a user’s WordPress blog. One thing I had to include was extraction of images from a document to then upload to my customers’ blog, because images improve any blog post. I…