Skip to content
/ docimg Public

Extract image files from Microsoft Word documents!

License

Notifications You must be signed in to change notification settings

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

No packages published

Languages