命令行

To start the Document Viewer 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 命令后您可以直接给出文件的网址:

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 Document Viewer header bar.

以全屏模式打开某个文档

evince --fullscreen 文件.pdf

以放映模式打开文档

evince --presentation 文件.pdf

以浏览模式打开某个文档

evince --preview 文件.pdf