I need to parse MS word XML docs programatically. I've read that the images are base64 encoded, but when I base 64 decode them, I have corrupted image file errors when I try to view the extracted image.

solutions?