aboutsummaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-02-21 22:06:58 +0100
committerJay Berkenbilt <ejb@ql.org>2021-02-21 23:13:09 +0100
commita9ae8cadc66daf631f6cbfe7fc3c7c602ac665d8 (patch)
tree0b38abc0fb2fbdcb64d2a3c959a9b9b6ec92a11f /manual
parenta76decd2d59f8d23791013d822e65b4363d450cd (diff)
downloadqpdf-a9ae8cadc66daf631f6cbfe7fc3c7c602ac665d8.tar.zst
Add transformAnnotations and fix flattenRotations to use it
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 f7146221..001e3455 100644
--- a/manual/qpdf-manual.xml
+++ b/manual/qpdf-manual.xml
@@ -5315,6 +5315,13 @@ print "\n";
</listitem>
<listitem>
<para>
+ Add method
+ <function>QPDFAcroFormDocumentHelper::transformAnnotations</function>,
+ which applies a transformation to each annotation on a page.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
Add <function>QUtil::path_basename</function> to return the
last element of a path.
</para>
@@ -5343,6 +5350,12 @@ print "\n";
<itemizedlist>
<listitem>
<para>
+ The <option>--flatten-rotations</option> option applies
+ transformations to any annotations that may be on the page.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
If a form XObject lacks a resources dictionary, consider any
names in that form XObject to be referenced from the
containing page. This is compliant with older PDF versions.