aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2010-08-05 23:51:19 +0200
committerJay Berkenbilt <ejb@ql.org>2010-08-05 23:51:19 +0200
commit9ba5b27ce4ae8e42c836efedf44d08146e8eefa8 (patch)
tree261c41ab464432bca6f8444f948012dab750cc40 /ChangeLog
parent2dbc1006fb4a176c6ca7418f6e6e27251a4b8142 (diff)
downloadqpdf-9ba5b27ce4ae8e42c836efedf44d08146e8eefa8.tar.zst
add double-page-size example
git-svn-id: svn+q:///qpdf/trunk@996 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1592daaf..e5e2237a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2010-08-05 Jay Berkenbilt <ejb@ql.org>
+ * Add QPDFObjectHandle::addPageContents, a convenience routine for
+ appending or prepending new streams to a page's content streams.
+ The "double-page-size" example illustrates its use.
+
* Add new methods to QPDFObjectHandle: replaceStreamData and
newStream. These methods allow users of the qpdf library to add
new streams and to replace data of existing streams. Examples are