La ligne de commande

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

evince fichier.pdf

Vous pouvez ouvrir plusieurs fichiers en saisissant les noms des fichiers après la commande evince, en les séparant par un espace :

evince fichier1.pdf fichier2.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

Ouverture d’un document à une page précise

Vous pouvez utiliser l’option --page-label pour ouvrir un document à une page précise. Par exemple, pour ouvrir un document à la page 3, vous devez saisir :

evince --page-label=3 fichier.pdf

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

Ouverture d’un document en mode plein écran

evince --fullscreen fichier.pdf

Ouverture d’un document en mode présentation

evince --presentation fichier.pdf

Ouverture d’un document en mode prévisualisation

evince --preview fichier.pdf