コマンドライン

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

papers file.pdf

papers コマンドの後にファイル名を入力し、ファイル名をスペースで区切ることで、複数のファイルを開くことができます:

papers file1.pdf file2.pdf

Document Viewer also supports the handling of files on the web. For example, after the papers command you can give the location of a file on the web:

papers http://www.claymath.org/millennium/P_vs_NP/pvsnp.pdf

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

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

papers --page-label=3 file.pdf

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

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

papers --fullscreen file.pdf

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

papers --presentation file.pdf

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

papers --preview file.pdf