Baris perintah

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.pdf

Anda dapat membuka beberapa berkas dengan mengetikkan nama berkas setelah perintah evince, memisahkan nama-nama berkas dengan sebuah spasi:

evince file1.pdf file2.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

Membuka dokumen pada halaman tertentu

Anda dapat memakai penukar --page-label untuk membuka suatu dokumen pada halaman tertentu. Sebagai contoh, untuk membuka suatu dokumen pada halaman 3, Anda mesti mengetikkan:

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.

Membuka dokumen dalam mode layar penuh

evince --fullscreen file.pdf

Membuka dokumen dalam mode presentasi

evince --presentation file.pdf

Membuka dokumen dalam mode pratilik

evince --preview file.pdf