Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

leejy12/docimg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docimg

Extract image files from Microsoft Word documents!

Build

This project depends on libzip. You will need to link the library yourself.

On Linux, it's very simple to build.

$ sudo apt install libzip-dev
$ g++ main.cpp -lzip

On Windows, I recommend using vcpkg and Visual Studio.

I am planning to add CMake support to this project.

How It Works

.docx files are just zip files, and images are stored in the word/media directory. This program just opens and reads image files in that directory and writes them somewhere else.

About

Extract image files from Microsoft Word documents!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages