docx2txt News
Perl based utility to extract formatted text content from MS Docx file
Brought to you by:
idiotkid
Latest CVS code introduces another configuration variable config_unzip_opts, that enables user to use command line unzipping programs other than unzip as well.
A command line unzipping program that can silently extract single file from zip archive to console/standard output/pipe, is a mandatory requirement apart from Perl, for using docx2txt.
Some known programs that serve the purpose are listed below. You may explore Internet for more such programs.
Unzipping Program | Relevant Command/Options |
---|---|
unzip (Windows port) | -p |
7z | e -so -tzip |
pkzipc | -console -silent -translate=none -noarchiveextension |
wzunzip | -c |
CakeCmd | Current Status Not Known |