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.pdfAveț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.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.pdfOpening 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.pdfThe 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.pdfOpening a document in presentation mode
evince --presentation fișier.pdfOpening a document in preview mode
evince --preview fișier.pdf