Files
tldr/pages.zh/common/okular.md

28 lines
575 B
Markdown

# okular
> 查看文档。
> 更多信息:<https://docs.kde.org/stable5/zh/okular/okular/command-line-options.html>。
- 启动文档查看器:
`okular`
- 打开特定文档:
`okular {{path/to/file1 path/to/file2 ...}}`
- 在特定页面打开文档:
`okular --page {{page_number}} {{path/to/file}}`
- 以演示模式打开特定文档:
`okular --presentation {{path/to/file}}`
- 打开特定文档并启动打印对话框:
`okular --print {{path/to/file}}`
- 打开文档并搜索特定字符串:
`okular --find {{search_string}} {{path/to/file}}`