aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-01-02 20:05:17 +0100
committerJay Berkenbilt <ejb@ql.org>2021-01-02 20:08:53 +0100
commit3be58f49e57da67cf79b61061d8b1a0f7ccf7cff (patch)
tree2d651afb06b9037d5dc8aab2745ea9e65652885f /ChangeLog
parent98da4fd83527f47a28132ff4a120bc043d9e58f6 (diff)
downloadqpdf-3be58f49e57da67cf79b61061d8b1a0f7ccf7cff.tar.zst
Make more QPDFPageObjectHelper methods work with form XObject
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d93a4c65..27a457ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2021-01-02 Jay Berkenbilt <ejb@ql.org>
+ * Make QPDFPageObjectHelper methods pipeContents, parseContents,
+ and addContentTokenFilter work with form XObjects.
+
+ * Rename some QPDFPageObjectHelper methods and make them support
+ form XObjects as well as pages. The old names will be preserved
+ from compatibility.
+ - pipePageContents -> pipeContents
+ - parsePageContents -> parseContents
+
+ * Add QPDFObjectHandle::parseAsContents to apply ParserCallbacks
+ to a form XObject.
+
* QPDFPageObjectHelper::externalizeInlineImages can be called with
form XObjects as well as pages.