Thanks!
Hi Dan, Please update line 421 from $ARGV[1] .= ".txt" if !($ARGV[1] =~ s/.docx$/.txt/); to $ARGV[1] .= ".txt" if !($ARGV[1] =~ s/.docx$/.txt/i); to fix the issue. Regards IK
Inconsistent output file naming
I will look into the option possibility in next release, though original intention...
disable substitutions
How to use docx2txt.pl to extract text content from corrupted .docx files.
Implication of new configuration variable config_unzip_opts
How to use docx2txt.pl to extract text content from corrupted .docx files.
Docx2txt v1.4 released
Docx2txt v1.4 released
Docx2txt v1.4 released
Implication of new configuration variable config_unzip_opts
How to use docx2txt.pl to extract text content from corrupted .docx files.
How to use docx2txt.pl to extract text content from corrupted .docx files.
How to use docx2txt.pl to extract text content from corrupted .docx files.
Docx2txt v1.3 released
Yes, that's exactly it. Thank you for the pointer. (You're sure you don't want to...
Probably you are dealing with same issue as described in http://techblog.vsza.hu/posts/Tracking_history_of_docx_files_with_Git.html...
Ah, I understand the problem, then. Git expects to be able to say "docx2txt.pl file.docx"...
Command line patch with one argument, for use with Git.
I am sure Git won't change the behavior of docx2txt.pl, it must be something else...
Option to name output file
Your patch is welcome, however docx2txt.sh was designed (as a wrapper) for users...
Thanks for this program, by the way. It helps me solve a nuisance I have to deal...
Command line patch with one argument, for use with Git.