I would like to ask if anybody knows of a possibility to render pdf file inside emacs. I noticed with w3m browsing a web page with a link to pdf it actually open with doc view it in another buffer (as you can see). How can I do it with other packages ?
pdf embedded in emacs?
3.2k Views Asked by Enrico Pirani At
2
There are 2 best solutions below
2

As long as you have Ghostscript installed, you can view PDF files in Emacs just by opening them as any other file, with C-x C-f. doc-view-mode
should start automatically, but if it doesn't, you can do it manually with M-x doc-view-mode
. More information is available in the manual.
You may try pdf-tools for emacs. pdf-tools Just install it using M-x package-install-file RET pdf-tools