La riga di comando

To start Evince from the command line, type evince. You can open a specific file by typing the filename after the evince command:

evince file.pdf

Per aprire più file contemporaneamente, digitare uno dopo l'altro, dopo il comando di evince, i nomi dei file, separandoli con uno spazio:

evince file1.pdf file2.pdf

Evince also supports the handling of files on the web. For example, after the evince command you can give the location of a file on the web:

evince http://www.claymath.org/sites/default/files/pvsnp.pdf

Aprire un documento a una pagina specifica

Per aprire un documento a una pagina specifica, usare l'opzione --page-label. Per esempio, per aprire un documento alla pagina 3, digitare:

evince --page-label=3 file.pdf

The page label should be in the same format as the page number displayed in the Evince header bar.

Aprire un documento a schermo intero

evince --fullscreen file.pdf

Aprire un documento in modalità presentazione

evince --presentation file.pdf

Aprire un documento in modalità anteprima

evince --preview file.pdf