La riga di comando

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

You can open multiple files by typing the filenames after the papers command, separating the filenames by a space:

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

Aprire un documento a una pagina specifica

Per aprire un documento a una pagina specifica, usare l'opzione --page-label. Per esempio, per aprire un documento alla pagina 3, digitare:

papers --page-label=3 file.pdf

L'indicazione della pagina deve essere nello stesso formato del numero di pagina mostrato nella barra superiore del Visualizzatore documenti.

Aprire un documento a schermo intero

papers --fullscreen file.pdf

Aprire un documento in modalità presentazione

papers --presentation file.pdf

Aprire un documento in modalità anteprima

papers --preview file.pdf