The command line

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

evince fișier.pdf

Aveți posibilitatea să deschideți mai multe fișiere prin tastarea numelor de fișiere după comanda evince, separând numele fișierelor cu un spațiu:

evince fișier1.pdf fișier2.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

Opening a document at a specific page

Puteți utiliza comutatorul --page-label pentru a deschide un document la o anumită pagină. De exemplu, pentru a deschide un document la pagina 3, ar trebui să tastați:

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.

Opening a document in fullscreen mode

evince --fullscreen fișier.pdf

Opening a document in presentation mode

evince --presentation fișier.pdf

Opening a document in preview mode

evince --preview fișier.pdf