aboutsummaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
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.