1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 18:02:08 +02:00
tldr/pages/common/okular.md
2021-06-04 12:06:17 +01:00

28 lines
559 B
Markdown

# okular
> A universal document viewer.
> More information: <https://okular.kde.org/>.
- Launch Okular:
`okular`
- Open specific documents in Okular:
`okular {{path/to/file1 path/to/file2 ...}}`
- Open a document at a specific page:
`okular --page {{page_number}} {{path/to/file}}`
- Open a document in presentation mode:
`okular --presentation {{path/to/file}}`
- Open a document and start the print dialog:
`okular --print {{path/to/file}}`
- Open a document and search for a specific string:
`okular --find {{search_string}} {{path/to/file}}`