Komentorivin käyttö

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

evince tiedosto.pdf

Useita tiedostoja voi avata kerralla kirjoittamalla tiedostonimet evince-komennon perään välilyönnillä erotettuna:

evince tiedosto1.pdf tiedosto2.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

Asiakirjan avaaminen tietyltä sivulta

Valintaa --page-label voi käyttää asiakirjan avaamiseen tietyltä sivulta. Esimerkiksi seuraava komento avaa asiakirjan kolmannen sivun:

evince --page-label=3 tiedosto.pdf

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

Asiakirjan avaaminen kokoruututilassa

evince --fullscreen tiedosto.pdf

Asiakirjan avaaminen esitystilassa

evince --presentation tiedosto.pdf

Asiakirjan avaaminen esikatselutilassa

evince --preview tiedosto.pdf