コマンドライン
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.pdfevince コマンドの後ろに複数のファイル名を空白で区切って入力することにより、複数のファイルを開くことができます。
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/millennium/P_vs_NP/pvsnp.pdf指定したページでドキュメントを開く
--page-label というスイッチを使えば、指定したページでドキュメントを開くことができます。たとえば、ドキュメントの 3 ページ目を開くには、次のように入力します。
evince --page-label=3 file.pdfThe 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