Okular: Difference between revisions

From KDE UserBase Wiki
m (https and archive.org deadlink)
m (add mobile category)
(5 intermediate revisions by 2 users not shown)
Line 38: Line 38:


<!--T:24-->
<!--T:24-->
The mobile version doesn't support all features form desktop version, but provide better touch support and a mobile interface.  
The mobile version doesn't support all features from the desktop version, but provide better touch support and a mobile interface.  


<!--T:25-->
<!--T:25-->
Line 46: Line 46:


<!--T:26-->
<!--T:26-->
You can test the mobile version in your PC by entering {{Input|1=okularkirigami}} in your [[Special:myLanguage/Tutorials/Open a console|terminal]].
You can test the mobile version in your PC by entering {{Input|1=okularkirigami}} in your [[Special:myLanguage/Tutorials/Open a console|terminal]]. A nightly android version is also available at the KDE [https://binary-factory.kde.org/view/Android/job/Okular_android/ binary factory].


==Hints and Tips== <!--T:12-->
==Hints and Tips== <!--T:12-->
Line 53: Line 53:


<!--T:18-->
<!--T:18-->
Double clicking on either one of the '''Review''' tools (<keycap>F6</keycap>) allows you to make multiple annotations without having to reactivate the tool after the first time.
Double-clicking on either one of the '''Review''' tools (<keycap>F6</keycap>) allows you to make multiple annotations without having to reactivate the tool after the first time.


<!--T:19-->
<!--T:19-->
Line 65: Line 65:


<!--T:28-->
<!--T:28-->
By default, Okular follow the PDF specification and don't allow copying text from DRM protected files. However, there is an option in the settings to disable DRM limitations in <menuchoice>Settings -> General -> Program Features  -> Obey DRM limitations</menuchoice>
By default, Okular follows the PDF specification and don't allow copying text from DRM protected files. However, there is an option in the settings to disable DRM limitations in <menuchoice>Settings -> General -> Program Features  -> Obey DRM limitations</menuchoice>


<!--T:29-->
<!--T:29-->
Line 73: Line 73:


<!--T:31-->
<!--T:31-->
Okular can verify if a PDF certificate is valid. But you can not yet create new signature. See [https://tsdgeos.blogspot.com/2019/01/okular-pdf-signature-certificate.html release note] for more information.
Okular can verify if a PDF certificate is valid. But you can not yet create a new signature. See the [https://tsdgeos.blogspot.com/2019/01/okular-pdf-signature-certificate.html release note] for more information.


== More Information == <!--T:32-->
== More Information == <!--T:32-->
Line 88: Line 88:
<!--T:14-->
<!--T:14-->
[[Category:Graphics]]
[[Category:Graphics]]
[[Category:Mobile]]
</translate>
</translate>

Revision as of 09:40, 1 April 2019

What is Okular?

Okular is a universal document viewer developed by KDE. Okular works on multiple platforms, including but not limited to Linux, Windows, Mac OS X, *BSD, etc.

You can watch for development at the project Home Page.

Background

Its development began as part of Google's Summer of Code program. The description of the project can be found at KDE Developer's Corner.

Okular combines the excellent functionalities of KPDF with the versatility of supporting different kinds of documents, like PDF, Postscript, DjVu, CHM, and others.

The document format handlers page has a chart describing in more detail the supported formats and the features supported in each of them.

Annotations in Okular, which can be saved within the PDF file

As well as supporting many formats, Okular offers such features as text selection, annotation, extraction of files embedded within a document, and many other surprises. Screenshots of Okular in action can be seen here.

You can talk to developers and other users on IRC, irc.freenode.org, channel #okular.

If you are interested in contributing to Okular, please contact the team. Programmers and non-coders are welcome all the same.

Mobile Version

Okular has a mobile version since version 0.16 release in February 2013 [1]. The first version was based on the active framework. The mobile viewer was then ported to Kirigami in 2016 by Marco Martin[2] and finally to Kirigami2 in 2017[3].

The mobile version doesn't support all features from the desktop version, but provide better touch support and a mobile interface.

You can test the mobile version in your PC by entering

okularkirigami

in your terminal. A nightly android version is also available at the KDE binary factory.

Hints and Tips

Reviewing Documents / Annotations

Double-clicking on either one of the Review tools (F6) allows you to make multiple annotations without having to reactivate the tool after the first time.

How to keep the annotations you made to the PDF file:

By default, Okular saves annotations in the local data directory for each user. Since KDE 4.9, it's optionally possible to store them directly in a PDF file by choosing File -> Save As..., so they can be seen in other PDF viewers. Note that this feature requires Poppler 0.20 or newer for regular PDF documents. If the PDF document you are annotating is encrypted, this feature requires Poppler 0.22 or newer.

DRM

By default, Okular follows the PDF specification and don't allow copying text from DRM protected files. However, there is an option in the settings to disable DRM limitations in Settings -> General -> Program Features -> Obey DRM limitations

There was a small controversy in the Debian bug tracker a long time ago, about the default choice to Obey DRM limitations[4][5]. The choice was then explained by an Okular/KPdf developer[6].

PDF Signature and certificate

Okular can verify if a PDF certificate is valid. But you can not yet create a new signature. See the release note for more information.

More Information

References