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.pdfU 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.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.pdfEen 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.pdfThe 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.pdfEen document in presentatie-modus openen
evince --presentation file.pdfEen document in preview-modus openen
evince --preview file.pdf