[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: viewing docx files
From: |
Stefan Monnier |
Subject: |
Re: viewing docx files |
Date: |
Sun, 29 Jan 2017 02:25:40 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) |
>> BTW, I think many people (including myself) would be interested in an
>> alternative to doc-view-mode which renders such documents as (decorated)
>> text rather than as images, e.g. going through HTML and then rendered
>> with shr.el.
> Does `pdf-tools' do anything close?
Kind of, except that Emacs doesn't really see the text. pdf-tools does
a great job at making the text accessible to Emacs on demand, but all
the features have to be supported "by hand". If Emacs could really
directly see the text, then C-s would work without any need to write
specific code. I.e. there would be no need for pdf-isearch.el,
pdf-occur.el, etc...
Clearly, it would suck at "rendering faithfully", since Emacs's
rendering engine is not sophisticated enough to handle the kind of
layouts seen in typical PDF files, so it wouldn't be a competitor to
pdf-tools.
Stefan
Re: viewing docx files, Tomas Nordin, 2017/01/28
Re: viewing docx files, Tomas Nordin, 2017/01/29