コマンドライン
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.pdfpapers コマンドの後にファイル名を入力し、ファイル名をスペースで区切ることで、複数のファイルを開くことができます:
papers file1.pdf file2.pdfDocument 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.pdfThe 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