LinuxCommandLibrary

okular

A universal document viewer.

TLDR

Launch document viewer

$ okular
copy


Open specific documents
$ okular [path/to/file1 path/to/file2 ...]
copy


Open a document at a specific page
$ okular --page [page_number] [path/to/file]
copy


Open a specific document in presentation mode
$ okular --presentation [path/to/file]
copy


Open a specific document and start a print dialog
$ okular --print [path/to/file]
copy


Open a document and search for a specific string
$ okular --find [search_string] [path/to/file]
copy

SYNOPSIS

okular [Okular options] [URL]

DESCRIPTION

okular is aimed to show documents in different formats.

OKULAR OPTIONS

-p, --page number

Open a given page in the document.

--presentation

Start the document in presentation mode.

--print

Start with print dialog.

--print-and-exit

Start with print dialog and exit after printing.

--unique

Unique instance control.

--noraise

Allows to prevent Okular window raising after the start.

--find string

Find a string on the text.

ARGUMENTS

URL

An address of the document to be opened. For PDF, can be given as document_name#named_destination where named_destination is a particular named destination embedded in the document.

FEEDBACK

On IRC, irc.freenode.net #okular or via email, okular-devel@kde.org or on the web, <https://okular.kde.org/>.

COPYRIGHT

Copyright (c) 2002 Wilco Greven, Christophe Devriese

Copyright (c) 2004-2005 Enrico Ros

Copyright (c) 2005 Piotr Szymanski

Copyright (c) 2004-2012 Albert Astals Cid

Copyright (c) 2006-2009 Pino Toscano

License: GNU General Public Version 2 <https://www.gnu.org/licenses/gpl-2.0.html>

SEE ALSO

More detailed user documentation is available from help:/okular (either enter this URL into Konqueror, or run khelpcenter help:/okular). kf5options(7) qt5options(7) There is also further information available at https://okular.kde.org/

AUTHOR

Yuri Chornoivan <yurchor@ukr.net>

Okular man page.

Copied to clipboard