pdf-tools
pdf-tools copied to clipboard
Emacs support library for PDF files.
Please consider adding the ability to make immediately visible ``free-text'' annotations. https://github.com/politza/pdf-tools/issues/664
Evil Mode: Can't select the text on a PDF sometimes (fixed in Spacemacs, waiting for upstream merge)
Sometimes when I try to select some text on the PDF it works fine (with some delay, but no problem). But right after that when I try again no text...
Reposting here. Originally posted [here](https://github.com/politza/pdf-tools/issues/694), but I was told this repo is the canonical one at the moment. See previous issue for some brief comments. *** I would find it...
I noticed that the PDF Tools render slightly thinner (more pale) compared to other the PDF applications I tried or even `doc-view-mode`. PDF Tools (worst): DocView (better): Skim (best): Could...
`nix-shell` already sets a C compiler. For instance, it uses Clang on Darwin.
Would it be possible to make it so that double-clicking on a word in the pdf document selects that word? This is the default in most modern pdf viewers (and...
The vasprintf() is a GNU extension function, missed in non-GNU build environment, so we define it. Without this change, there will have error message when build with `clang`: ``` ./autogen.sh...
Introduces standard-Emacs-like concepts of point, mark, region, and cursor into pdf-tools and uses these to implement keyboard-based navigation, selection, and annotation in pdf files.
This might be an issue specific to [emacs-mac](https://bitbucket.org/mituharu/emacs-mac), but having smooth scrolling through mac-mouse-wheel-smooth-scroll (which is enabled by default) prevents pdf-tools to switch to the next page with the mousepad,...
As of this writing, `pdf-tools` can be directly installed from MELPA on the following operating systems : - debian-10 (compilation testing automated via Dockerfile) - debian-11 (compilation testing automated via...