commands.sh

evince

linux

View documents.

More info →

Options (3)

-f, --fullscreenboolean

Open in fullscreen mode

Example: evince {{[-f|--fullscreen]}} {{path/to/file.pdf}}
-s, --presentationboolean

Open in presentation mode

Example: evince {{[-s|--presentation]}} {{path/to/file.pdf}}
-i, --page-indexboolean

Open a specific page number

Example: evince {{[-i|--page-index]}} {{5}} {{path/to/file.pdf}}

Examples (5)

Open a PDF file

evince path/to/file.pdf

Open multiple documents

evince file1.pdf file2.pdf ...

Open in fullscreen mode

evince [-f|--fullscreen] path/to/file.pdf

Open in presentation mode

evince [-s|--presentation] path/to/file.pdf

Open a specific page number

evince [-i|--page-index] 5 path/to/file.pdf
made by @shridhargupta | data from tldr-pages