aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
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 /ChangeLog
parent7b3cbacf5dc78b6f2b57204796f7dd0880a68b66 (diff)
downloadqpdf-61d41e2e8858d8c51e097d8f993291dc210f30a5.tar.zst
Add copyAnnotations, use with overlay/underlay (fixes #395)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7bc6670f..bb9c8003 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2021-02-21 Jay Berkenbilt <ejb@ql.org>
+ * From qpdf CLI, --overlay and --underlay will copy annotations
+ and form fields from overlay/underlay file. Fixes #395.
+
+ * Add QPDFPageObjectHelper::copyAnnotations, which copies
+ annotations and, if applicable, associated form fields, from one
+ page to another, possibly transforming the rectangles.
+
* Bug fix: --flatten-rotation now applies the required
transformation to annotations on the page.