aboutsummaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-02-20 22:28:58 +0100
committerJay Berkenbilt <ejb@ql.org>2021-02-20 22:29:34 +0100
commit35dd11f3560f820d01da9acb6c5425afcdeaea93 (patch)
treea6d3ac82fa903550d52e4911dcf547320764a40f /manual
parent71e86272859aa2794263cc59446a20a826d6d3aa (diff)
downloadqpdf-35dd11f3560f820d01da9acb6c5425afcdeaea93.tar.zst
Allow --rotate=0
Diffstat (limited to 'manual')
-rw-r--r--manual/qpdf-manual.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml
index dd03f8d8..bffd52cb 100644
--- a/manual/qpdf-manual.xml
+++ b/manual/qpdf-manual.xml
@@ -1008,7 +1008,7 @@ make
linkend="ref.page-selection"/>. If the page range is omitted,
the rotation is applied to all pages. The
<option>angle</option> portion of the parameter may be either
- 90, 180, or 270. If preceded by <option>+</option> or
+ 0, 90, 180, or 270. If preceded by <option>+</option> or
<option>-</option>, the angle is added to or subtracted from
the specified pages' original rotations. This is almost always
what you want. Otherwise the pages' rotations are set to the
@@ -5175,6 +5175,12 @@ print "\n";
from the given files.
</para>
</listitem>
+ <listitem>
+ <para>
+ It is now valid to provide <option>--rotate=0</option> to
+ clear rotation from a page.
+ </para>
+ </listitem>
</itemizedlist>
</listitem>
<listitem>