命令行

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

evince 文件.pdf

您可以通过在 evince 命令后输入以空格分隔的多个文件名来打开多个文件:

evince 文件1.pdf 文件2.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

打开某个文档的指定的一页

您可以使用 --page-label 语句来打开某个文档的指定页。例如,要打开文档的第 3 页,您可以输入:

evince --page-label=3 文件.pdf

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

以全屏模式打开某个文档

evince --fullscreen 文件.pdf

以放映模式打开文档

evince --presentation 文件.pdf

以浏览模式打开某个文档

evince --preview 文件.pdf