You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
136 lines
4.1 KiB
136 lines
4.1 KiB
<?xml version="1.0" ?> |
|
<!DOCTYPE refentry PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" "dtd/kdedbx45.dtd" [ |
|
<!ENTITY % English "INCLUDE"> |
|
]> |
|
|
|
<!-- Please keep this man page content in sync with Command Line Options sections of Okular handbook --> |
|
<refentry lang="&language;"> |
|
<refentryinfo> |
|
<title>Okular User's Manual</title> |
|
<author><firstname>Yuri</firstname><surname>Chornoivan</surname> |
|
<contrib>Okular man page.</contrib> |
|
<email>yurchor@ukr.net</email></author> |
|
<date>2019-02-14</date> |
|
<releaseinfo>Okular 1.7</releaseinfo> |
|
<productname>KDE Applications</productname> |
|
</refentryinfo> |
|
|
|
<refmeta> |
|
<refentrytitle><command>okular</command></refentrytitle> |
|
<manvolnum>1</manvolnum> |
|
</refmeta> |
|
|
|
<refnamediv> |
|
<refname>okular</refname> |
|
<refpurpose>a universal document viewer</refpurpose> |
|
</refnamediv> |
|
<!-- body begins here --> |
|
<refsynopsisdiv id='synopsis'> |
|
<cmdsynopsis> |
|
<command>okular</command> |
|
<arg choice="opt"><replaceable>Okular options</replaceable></arg> |
|
<arg choice="opt"><replaceable>URL</replaceable></arg> |
|
</cmdsynopsis> |
|
</refsynopsisdiv> |
|
|
|
|
|
<refsect1 id="description"><title>Description</title> |
|
<para><command>okular</command> |
|
is aimed to show documents in different formats.</para> |
|
|
|
</refsect1> |
|
|
|
<refsect1 id="options"><title>Okular options</title> |
|
<variablelist> |
|
|
|
<varlistentry> |
|
<term><option>-p, --page <replaceable>number</replaceable></option></term> |
|
<listitem> |
|
<para>Open a given page in the document.</para> |
|
</listitem> |
|
</varlistentry> |
|
|
|
<varlistentry> |
|
<term><option>--presentation</option></term> |
|
<listitem> |
|
<para>Start the document in presentation mode.</para> |
|
</listitem> |
|
</varlistentry> |
|
|
|
<varlistentry> |
|
<term><option>--print</option></term> |
|
<listitem> |
|
<para>Start with print dialog.</para> |
|
</listitem> |
|
</varlistentry> |
|
|
|
<varlistentry> |
|
<term><option>--print-and-exit</option></term> |
|
<listitem> |
|
<para>Start with print dialog and exit after printing.</para> |
|
</listitem> |
|
</varlistentry> |
|
|
|
<varlistentry> |
|
<term><option>--unique</option></term> |
|
<listitem> |
|
<para>Unique instance control.</para> |
|
</listitem> |
|
</varlistentry> |
|
|
|
<varlistentry> |
|
<term><option>--noraise</option></term> |
|
<listitem> |
|
<para>Allows to prevent Okular window raising after the start.</para> |
|
</listitem> |
|
</varlistentry> |
|
|
|
<varlistentry> |
|
<term><option>--find <replaceable>string</replaceable></option></term> |
|
<listitem> |
|
<para>Find a string on the text.</para> |
|
</listitem> |
|
</varlistentry> |
|
</variablelist> |
|
</refsect1> |
|
|
|
<refsect1 id="arguments"><title>Arguments</title> |
|
<variablelist> |
|
<varlistentry> |
|
<term><option>URL</option></term> |
|
<listitem> |
|
<para>An address of the document to be opened. For PDF, can be given as <replaceable>document_name</replaceable>#<replaceable>named_destination</replaceable> where <replaceable>named_destination</replaceable> is a particular named destination embedded in the document.</para> |
|
</listitem> |
|
</varlistentry> |
|
</variablelist> |
|
</refsect1> |
|
|
|
<refsect1 id="feedback"><title>Feedback</title> |
|
<para>On IRC, irc.libera.chat #okular or via email, okular-devel@kde.org or on the web, <<ulink url="https://okular.kde.org/">https://okular.kde.org/</ulink>>.</para> |
|
</refsect1> |
|
|
|
<refsect1> |
|
<title>See Also</title> |
|
<simplelist> |
|
<member>More detailed user documentation is available from <ulink |
|
url="help:/okular">help:/okular</ulink> |
|
(either enter this <acronym>URL</acronym> into &konqueror;, or run |
|
<userinput><command>khelpcenter</command> |
|
<parameter>help:/okular</parameter></userinput>).</member> |
|
<member>kf5options(7)</member> |
|
<member>qt5options(7)</member> |
|
<member>There is also further information available at |
|
<ulink url="https://okular.kde.org/">https://okular.kde.org/</ulink></member> |
|
</simplelist> |
|
</refsect1> |
|
|
|
<refsect1 id="copyright"><title>Copyright</title> |
|
<para>Copyright © 2002 Wilco Greven, Christophe Devriese</para> |
|
<para>Copyright © 2004-2005 Enrico Ros</para> |
|
<para>Copyright © 2005 Piotr Szymanski</para> |
|
<para>Copyright © 2004-2012 Albert Astals Cid</para> |
|
<para>Copyright © 2006-2009 Pino Toscano</para> |
|
<para>License: GNU General Public Version 2 <<ulink url="https://www.gnu.org/licenses/gpl-2.0.html">https://www.gnu.org/licenses/gpl-2.0.html</ulink>></para> |
|
</refsect1> |
|
</refentry> |
|
|
|
|