1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/common/okular.md
코드싸이 650fabfc22
common/o*: add Korean translation (#14642)
* common/o*: add Korean translation

* odps-resource: update Korean translation (fix typo)
2024-11-05 23:54:36 +09:00

28 lines
665 B
Markdown

# okular
> 문서 보기.
> 더 많은 정보: <https://docs.kde.org/stable5/en/okular/okular/command-line-options.html>.
- 문서 뷰어 시작:
`okular`
- 특정 문서 열기:
`okular {{경로/대상/파일1 경로/대상/파일2 ...}}`
- 특정 페이지에서 문서 열기:
`okular --page {{페이지_번호}} {{경로/대상/파일}}`
- 특정 문서를 프레젠테이션 모드에서 열기:
`okular --presentation {{경로/대상/파일}}`
- 특정 문서를 열고 인쇄 대화상자 시작:
`okular --print {{경로/대상/파일}}`
- 문서를 열고 특정 문자열 검색:
`okular --find {{검색_문자열}} {{경로/대상/파일}}`