help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: viewing docx files


From: Tomas Nordin
Subject: Re: viewing docx files
Date: Sat, 28 Jan 2017 21:10:50 +0100

Devin Prater <r.d.t.prater@gmail.com> writes:

> Hi all. I'm running Gnu-Emacs (latest brew install emacs version) on MacOS 
> Sierra. I run Emacs in the terminal, and use the Emacspeak package for 
> access, since I am blind. I received an email (gnews), with an attachment, 
> two docx files for reading. I was able to download the attachments to my ~/ 

for converting docx files to text I use docx2txt, a tool made solely for
this purpose. 

> directory. I opened the file (c-x c-f then tab completion), but it

at this point (in dired with point on the docx file), I would invoke
dired-do-shell-command by hitting X or ! . By the prompt in the mini
buffer I say

    docx2txt <

and hit enter. The contents of the file as text is then available in a
new buffer "*Shell Command Output*"

This is Gnu/Linux Debian and I have got the tool via apt, I don't know
how it works on other systems. docx2txt is a command line tool and not
special to emacs.

-- 
Tomas Nordin | (The computing freedom explorer)
GPG Key: AB09AF78



reply via email to

[Prev in Thread] Current Thread [Next in Thread]