Okular/zh-tw: Difference between revisions

From KDE UserBase Wiki
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 21: Line 21:


If you are interested in contributing to '''Okular''', please [http://okular.kde.org/contact.php contact the team]. Programmers and non-coders are welcome all the same.
If you are interested in contributing to '''Okular''', please [http://okular.kde.org/contact.php 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 <ref>[https://okular.kde.org/news.php Release information]</ref>. The first version was based on the [https://community.kde.org/Plasma/Active active] framework. The mobile viewer was then ported to Kirigami in 2016 by Marco Martin<ref>[https://phabricator.kde.org/R223:eb1f73800e83b11e4a5ae93ac069893aa88f0eaa|Commit port mobile version from plasma-framework to kirigami]</ref> and finally to Kirigami2 in 2017<ref>[https://phabricator.kde.org/R223:caf8820cf773316ce41d9a8c1f7357b3ffc3ef86|Commit port mobile version from kirigami to kirigami2]</ref>.
The mobile version doesn't support all features form desktop version, but provide better touch support and a mobile interface.
[[File:Okular_mobile_pdf_view.png|250px]]
[[File:Okular_mobile_toc.png|250px]]
[[File:Okular_mobile_thumbmails.png|250px]]
You can test the mobile version in your PC by entering {{Input|1=okularkirigami}} in your [[Special:myLanguage/Tutorials/Open a console|terminal]].


==提示和技巧==
==提示和技巧==
Line 32: Line 44:
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 <menuchoice>File -> Save As...</menuchoice>, so they can be seen in other PDF viewers.
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 <menuchoice>File -> Save As...</menuchoice>, 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.
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 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>
There was a small controversy in the Debian bug tracker a long time ago, about the default choice to Obey DRM limitations<ref>[https://lists.debian.org/debian-devel/2009/05/msg00879.html DRM and Okular in Debian bug tracker]</ref><ref>[https://lwn.net/Articles/335415/ DRM and Okular in LWM]</ref>. This was then [https://tsdgeos.blogspot.com/2009/06/okular-pdf-and-drm.html justified] by a Okular/KPdf developer<ref>[https://tsdgeos.blogspot.com/2009/06/okular-pdf-and-drm.html Okular, PDF and file permissions]</ref>.
=== PDF Signature and certificate ===
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.
== More Information ==
* [https://docs.kde.org/trunk5/en/kdegraphics/okular/index.html Official KDE documentation]
* [https://okular.kde.org/ Okular website]
* [https://api.kde.org/okular/html/index.html Okular API documentation]
* [https://phabricator.kde.org/project/view/158/ Okular phabricator project]
* [https://phabricator.kde.org/source/okular/ Okular git repository]
== References ==


[[Category:圖形/zh-tw]]
[[Category:圖形/zh-tw]]

Revision as of 18:20, 3 February 2019

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.

您可以看首頁來檢視這個專案的開發狀況。

背景

它的開發最初是作為 Google 夏日程式碼大賽的一部分。專案的敘述可以在KDE 開發者角落找到。

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

文件格式操作頁面 有一份圖表描述支援格式的詳細細節和每種格式支援的功能。

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

除了支援多種格式外,Okular 也提供像是文字選取,註釋,解壓縮嵌入文件內的檔案這樣的功能,還有其他很多驚人的功能。執行 Okular 的螢幕截圖可以在這裡找到。

你可以在 irc.freenode.org 的#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 form 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.

提示和技巧

Reviewing Documents / Annotations

在任意一個 回顧 工具上雙擊 (F6) 讓您可以在第一次啟動後不需要重新啟動工具就可以作出多個註釋。

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 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 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]. This was then justified by a Okular/KPdf developer[6].

PDF Signature and certificate

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

More Information

References