De opdrachtregel

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

U kunt meerdere bestanden openen door de bestandsnamen achter de evince-opdracht te typen, waarbij de bestandsnamen door een spatie gescheiden zijn:

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

Een document op een bepaalde pagina openen

U kunt de --page-label-switch gebruiken om een document op een specifieke pagina te openen. Bijvoorbeeld, om een document op pagina 3 te openen, kunt u het volgende typen:

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.

Een document in modus voor volledig scherm openen

evince --fullscreen file.pdf

Een document in presentatie-modus openen

evince --presentation file.pdf

Een document in preview-modus openen

evince --preview file.pdf