Git commit b156125d2317382178af4b417d14fa7c6122315b by Yuri Chornoivan. Committed on 24/12/2018 at 15:41. Pushed by yurchor into branch 'master'.
Add some documentation on how to enhance PDF printing in Okular Summary: It is sometimes untrivial for ordinary user to find the right options to print PDF. It should be documented somehow. Test Plan: Tested woth checkXML5 Reviewers: #okular, #documentation, ngraham Reviewed By: ngraham Subscribers: ngraham, okular-devel, kde-doc-english Tags: #okular, #documentation Differential Revision: https://phabricator.kde.org/D17749 M +8 -3 doc/index.docbook https://commits.kde.org/okular/b156125d2317382178af4b417d14fa7c6122315b diff --git a/doc/index.docbook b/doc/index.docbook index cd8d52d29..412501e33 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -34,8 +34,8 @@ Context menu actions like Rename Bookmarks etc.) <!-- TRANS:ROLES_OF_TRANSLATORS --> </authorgroup> <legalnotice>&FDLNotice;</legalnotice> - <date>2018-10-28</date> - <releaseinfo>1.6 (Applications 18.12)</releaseinfo> + <date>2018-12-23</date> + <releaseinfo>1.7 (Applications 19.04)</releaseinfo> <!-- Abstract about this handbook --> <abstract> <para>&okular; is a &kde; universal document viewer based on &kpdf; code.</para> @@ -1085,8 +1085,13 @@ Context menu actions like Rename Bookmarks etc.) </term> <listitem> <para> - <action>Print</action> the currently displayed document. + <action>Print</action> the currently displayed document. Please take into account that &okular; has some specific options for printing &PDF; which are available via pressing the <guibutton>Options >></guibutton> button then choosing the <guilabel>&PDF; Options</guilabel>. Use these options to print your annotations or configure rasterization mode if you have problems with printing some symbols or need to change the scale mode. </para> + <note> + <para> + The scale mode options are only available when you check the <guilabel>Force rasterization</guilabel> option. + </para> + </note> </listitem> </varlistentry>
