aboutsummaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2020-12-30 18:51:04 +0100
committerJay Berkenbilt <ejb@ql.org>2020-12-30 19:03:55 +0100
commitc9271335fa8eef118b7294076bd079698919f430 (patch)
tree78a8f4f164ce9e91aa87f89331590e8bcd0da935 /manual
parent78c49824eb7ad969be59291d4d7e44314078e828 (diff)
downloadqpdf-c9271335fa8eef118b7294076bd079698919f430.tar.zst
Add QPDFPageObjectHelper::flattenRotation and --flatten-rotation
Diffstat (limited to 'manual')
-rw-r--r--manual/qpdf-manual.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml
index 10a165d3..8caab104 100644
--- a/manual/qpdf-manual.xml
+++ b/manual/qpdf-manual.xml
@@ -1063,6 +1063,19 @@ make
</listitem>
</varlistentry>
<varlistentry>
+ <term><option>--flatten-rotation</option></term>
+ <listitem>
+ <para>
+ For each page that is rotated using the
+ <literal>/Rotate</literal> key in the page's dictionary,
+ remove the <literal>/Rotate</literal> key and implement the
+ identical rotation semantics by modifying the page's contents.
+ This option can be useful to prepare files for buggy PDF
+ applications that don't properly handle rotated pages.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term><option>--split-pages=[n]</option></term>
<listitem>
<para>