コマンドライン

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

evince コマンドの後ろに複数のファイル名を空白で区切って入力することにより、複数のファイルを開くことができます。

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

指定したページでドキュメントを開く

--page-label というスイッチを使えば、指定したページでドキュメントを開くことができます。たとえば、ドキュメントの 3 ページ目を開くには、次のように入力します。

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.

フルスクリーンモードでドキュメントを開く

evince --fullscreen file.pdf

プレゼンテーションモードでドキュメントを開く

evince --presentation file.pdf

プレビューモードでドキュメントを開く

evince --preview file.pdf