aboutsummaryrefslogtreecommitdiffstats
path: root/manual/qpdf-manual.xml
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-02-21 22:14:52 +0100
committerJay Berkenbilt <ejb@ql.org>2021-02-23 00:42:06 +0100
commit61d41e2e8858d8c51e097d8f993291dc210f30a5 (patch)
treeb3e1cbfb7f4cc44f7f0a2fd3abde630dbd0bccf6 /manual/qpdf-manual.xml
parent7b3cbacf5dc78b6f2b57204796f7dd0880a68b66 (diff)
downloadqpdf-61d41e2e8858d8c51e097d8f993291dc210f30a5.tar.zst
Add copyAnnotations, use with overlay/underlay (fixes #395)
Diffstat (limited to 'manual/qpdf-manual.xml')
-rw-r--r--manual/qpdf-manual.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml
index 204bb72d..cbeee1f6 100644
--- a/manual/qpdf-manual.xml
+++ b/manual/qpdf-manual.xml
@@ -5321,6 +5321,15 @@ print "\n";
</listitem>
<listitem>
<para>
+ Add
+ <function>QPDFPageObjectHelper::copyAnnotations</function>,
+ which copies annotations and, if applicable, associated form
+ fields, from one page to another, possibly transforming the
+ rectangles.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
Add <function>QUtil::path_basename</function> to return the
last element of a path.
</para>