Skip to content

Batch program which loads Microsoft Word converter file (CNV file) and performs conversion from the converter's input format to RTF.

License

Notifications You must be signed in to change notification settings

slomkowski/gc1039-winword-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WinWord Converter GC1039

Compilation

You'll need MinGW and CMake. Alternatively you can simply open main.cpp with Visual Studio, the project has no dependencies.

mkdir build && cd build
cmake ..
make

Running

word-converter {cnv file} {input file} {output RTF file}

For example:

word-converter Doswrd32.cnv some-word-for-dos-document.txt output.rtf

About

Batch program which loads Microsoft Word converter file (CNV file) and performs conversion from the converter's input format to RTF.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published