pdf-tools icon indicating copy to clipboard operation
pdf-tools copied to clipboard

Emacs support library for PDF files.

Results 158 pdf-tools issues
Sort by recently updated
recently updated
newest added

Please consider adding the ability to make immediately visible ``free-text'' annotations. https://github.com/politza/pdf-tools/issues/664

help wanted
feature request

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...

waiting
workaround

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...

feature request

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...

waiting
macOS

`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...

feature request

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.

new feature implementation
pending review

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,...

help wanted
macOS

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...

help wanted
compatibility and installation