LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

evince

GNOME document viewer for PDF and PostScript

TLDR

Open a document
$ evince [path/to/file.pdf]
copy
Open several documents at once
$ evince [path/to/file1.pdf] [path/to/file2.pdf]
copy
Jump straight to a page by its position in the file
$ evince --page-index [5] [path/to/file.pdf]
copy
Jump to a page by its printed label, which may not be a plain number
$ evince --page-label [iv] [path/to/file.pdf]
copy
Open with a search already running
$ evince --find "[keyword]" [path/to/file.pdf]
copy
Start full screen
$ evince --fullscreen [path/to/file.pdf]
copy
Start in presentation mode
$ evince --presentation [path/to/slides.pdf]
copy
Open in preview mode, which shows a print toolbar
$ evince --preview [path/to/file.pdf]
copy
Jump to a named destination inside the document
$ evince --named-dest [chapter1] [path/to/file.pdf]
copy

SYNOPSIS

evince [options] [files]

DESCRIPTION

evince is the GNOME document viewer supporting PDF, PostScript, DjVu, TIFF, and other formats. It provides annotation support, form filling, and presentation mode.Integrates with GNOME desktop services for printing and file management.

PARAMETERS

-f, --fullscreen

Open in fullscreen mode
-s, --presentation
Open in presentation mode
-i, --page-index page
Open at specific page
-l, --page-label label
Open at page with label
-w, --preview
Run in preview mode

INSTALL

sudo apt install evince
copy
sudo dnf install evince
copy
sudo pacman -S evince
copy
sudo apk add evince
copy
sudo zypper install evince
copy
brew install evince
copy
nix profile install nixpkgs#evince
copy

CAVEATS

GNOME desktop application. Some features require poppler library. Large documents may consume significant memory.

SEE ALSO

okular(1), zathura(1), xdg-open(1)

RESOURCES

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid