evince - Man Page

Name

evince — GNOME document viewer

The Evince Document Viewer application for the GNOME desktop environment

Syntax

evince [--help] [--page-label=PAGE | --page-index=NUMBER | --named-dest=DEST] [--fullscreen] [--presentation] [--preview] [--find=STRING] [filename(s)... OR uri(s)...]

Description

evince

Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.  For more general information about Evince please visit our website at https://apps.gnome.org/Evince/

Options

-?, -h, --help

Prints the command line options.

-p, --page-label=PAGE

Open the document on the page with the specified page label (or page number).

-i, --page-index=NUMBER

Open the document on the page with the specified page index (this is the exact page number, not a page label).

-n, --named-dest=DEST

Open the document on the specified named destination.

-f, --fullscreen

Run evince in fullscreen mode.

-s, --presentation

Run evince in presentation mode.

-l, --find=string

You can pass a word or phrase here. If it exists, evince will display the document and the first match.

filename(s)... OR uri(s)...

Specifies the file to open when Evince starts. If this is not specified, Evince will open with the Recent Files view. Multiple files can be loaded if they are separated by spaces.  Evince also supports handling of remote files.  For example, you can pass the location on the web or load a file from a FTP server, like "ftp://adobe.com/sample.pdf". File uri's are also allowed eg. "file:///home/user/Documents/sample.pdf"

We partially support the Adobe PDF open parameters, specifically the "page" and "nameddest" parameters, which are similar to our --named-dest and --page-label options respectively. Some examples below:
 - file:///home/user/Documents/sample.pdf#page=12
 - https://arxiv.org/pdf/2310.01425#nameddest=section.3
 - sample.pdf#Page=5
 - sample.pdf#NamedDest=Chapter4

 Tip: you can obtain the list of all named destinations in a pdf file
      with the "pdfinfo -dests" command of poppler-utils package.

Evince also treats a numeric solely parameter as the "page" number, eg:
 - sample.pdf#5
 - https://arxiv.org/pdf/2310.01425#7

Bugs

If you find a bug, please report it at https://gitlab.gnome.org/GNOME/evince/issues.

Referenced By

evince-previewer(1), evince-thumbnailer(1), pdfpc(1).

19 Jun 2011 GNOME