命令行
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.pdfYou can open multiple files by typing the filenames after the papers command, separating the filenames by a space:
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