Extracting Images from .doc Files with Open Office
I’m not sure if anyone has anyone run into this, or has a better solution to this problem. What I’ve been doing is simply saving the document as an HTML and then grabbing the JPG or PNG image.
Is there a correct way to do this?



March 26th, 2006 at 7:56 pm
If you have done OLE programming, you might want to have a look at perl’s win32::ole module.