명령줄

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

evince file.pdf

문서 보기 실행 명령인 evince 명령 다음 LibreOffice Draw or Okular여러 파일 이름을 입력해서 여러 파일을 열 수 있습니다:

evince file1.pdf file2.pdf

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

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

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

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

evince --page-label=3 file.pdf

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

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

evince --fullscreen file.pdf

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

evince --presentation file.pdf

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

evince --preview file.pdf