mirror of
https://invent.kde.org/graphics/okular
synced 2024-11-05 18:34:53 +00:00
164 lines
4.9 KiB
XML
164 lines
4.9 KiB
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE refentry PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.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>KDE User's Manual</title>
|
|
<author><firstname>Yuri</firstname><surname>Chornoivan</surname>
|
|
<contrib>Okular man page.</contrib>
|
|
<email>yurchor@ukr.net</email></author>
|
|
<date>2013-03-09</date>
|
|
<productname>K Desktop Environment</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>Qt-options</replaceable></arg>
|
|
<arg choice="opt"><replaceable>KDE-options</replaceable></arg>
|
|
<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="generic_options"><title>Generic Options</title>
|
|
<variablelist>
|
|
<varlistentry>
|
|
<term><option>--help</option></term>
|
|
<listitem>
|
|
<para>Show help about options.</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><option>--help-qt</option></term>
|
|
<listitem>
|
|
<para>Show Qt specific options.</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><option>--help-kde</option></term>
|
|
<listitem>
|
|
<para>Show KDE specific options.</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><option>--help-all</option></term>
|
|
<listitem>
|
|
<para>Show all options.</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><option>--author</option></term>
|
|
<listitem>
|
|
<para>Show author information.</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><option>-v, --version</option></term>
|
|
<listitem>
|
|
<para>Show version information.</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><option>--license</option></term>
|
|
<listitem>
|
|
<para>Show license information.</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><option>--</option></term>
|
|
<listitem>
|
|
<para>End of options.</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</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>--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>
|
|
</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.freenode.net #okular or via email, okular-devel@kde.org or on the web, <<ulink url="http://okular.kde.org/">http://okular.kde.org/</ulink>></para>
|
|
</refsect1>
|
|
|
|
<refsect1>
|
|
<title>See Also</title>
|
|
<para>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>).</para>
|
|
</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="http://www.gnu.org/licenses/gpl-2.0.html">http://www.gnu.org/licenses/gpl-2.0.html</ulink>></para>
|
|
</refsect1>
|
|
</refentry>
|
|
|