Export all images from a Word (.doc) document .. and rename them
July 29, 2013
Export all images from a Word (.doc) document .. and rename them
During the summer, I faced a challenging task for the book: “…and also, if you could hand us all the images in the book, thank you very much. Oh yeah, if you could name them CH01_01.png, CH01_02.png, etc., it would be great.”
Yes, I felt a bit overwhelmed.
Since Kanban In Action now spans 13 chapters in different .doc files, I immediately realized two things:
- Marcus, you’re foolish for not tracking these images somewhere.
- This is too massive to handle manually.
This post details how I tackled the problem. It took me about 2 hours in total.
Export all files in a Word document
The chapters are written in .doc format (for some reason), but I remembered that the newer format .docx is essentially just a zip-file. Maybe, just maybe, that could...


