Kommandolinjen

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

evince fil.pdf

Man kan åbne flere filer ved at skrive filnavnene efter kommandoen evince, idet man adskiller filnavnene med et mellemrum:

evince fil1.pdf fil2.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/millennium/P_vs_NP/pvsnp.pdf

Åbn et dokument på en bestemt side

Man kan bruge tilføjelsen --page-label for at åbne et dokument på en bestemt side. Man åbner for eksempel et dokument på side 3 ved at skrive:

evince --page-label=3 fil.pdf

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

Åbn et dokument i fuldskærmstilstand

evince --fullscreen fil.pdf

Åbn et dokument i præsentationstilstand

evince --presentation fil.pdf

Åbn et dokument i forhåndsvisningstilstand

evince --preview fil.pdf