명령줄

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

지정한 페이지에서 문서를 엽니다

정해진 페이지 위치로 문서를 열려면 --page-label을 사용할 수 있습니다. 예를 들어 문서 3번 페이지를 열려면 다음과 같이 입력합니다:

papers --page-label=3 file.pdf

페이지 레이블은 문서 보기 헤더 모음에 표시한 페이지 숫자처럼 동일한 형식이어야 합니다.

전체 화면 모드로 문서를 엽니다

papers --fullscreen file.pdf

프리젠테이션 모드로 문서를 엽니다

papers --presentation file.pdf

미리 보기 모드로 문서를 엽니다

papers --preview file.pdf