emacs-pdf-tools
Emacs support library for PDF files
PDF Tools is, among other things, a replacement of DocView for PDF files. The key difference is that pages are not pre-rendered by e.g. ghostscript and stored in the file-system, but rather created on-demand and stored in memory.
- Versions: 1.1.0
- Website: https://github.com/vedang/pdf-tools
- Licenses: GPL 3+
- Package source: gnu/packages/emacs-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of emacs-pdf-tools
as follows:
guix install emacs-pdf-tools
Or install a particular version:
guix install emacs-pdf-tools@1.1.0
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of emacs-pdf-tools about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/emacs-pdf-tools'><img src='https://packages.guix.gnu.org/packages/emacs-pdf-tools/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/emacs-pdf-tools)
Example Org:
[[https://packages.guix.gnu.org/packages/emacs-pdf-tools][https://packages.guix.gnu.org/packages/emacs-pdf-tools/badges/latest-version.svg]]