La riga di comando
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.pdfPer aprire più file contemporaneamente, digitare uno dopo l'altro, dopo il comando di evince, i nomi dei file, separandoli con uno spazio:
evince file1.pdf file2.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/sites/default/files/pvsnp.pdfAprire un documento a una pagina specifica
Per aprire un documento a una pagina specifica, usare l'opzione --page-label. Per esempio, per aprire un documento alla pagina 3, digitare:
evince --page-label=3 file.pdfThe page label should be in the same format as the page number displayed in the Evince header bar.
Aprire un documento a schermo intero
evince --fullscreen file.pdfAprire un documento in modalità presentazione
evince --presentation file.pdfAprire un documento in modalità anteprima
evince --preview file.pdf