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.pdfMan kan åbne flere filer ved at skrive filnavnene efter kommandoen evince, idet man adskiller filnavnene med et mellemrum:
evince fil1.pdf fil2.pdfEvince 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.pdfThe 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