From 81b73bb9e9e1c93c6ad6d8e7cd32ab230450c02b Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Thu, 5 Aug 2010 21:54:15 +0000 Subject: [PATCH] notes git-svn-id: svn+q:///qpdf/trunk@997 71b93d88-0707-0410-a8cf-f5a4172ac649 --- ChangeLog | 5 +++-- TODO | 7 ++++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index e5e2237a..09781c14 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,8 +6,9 @@ * 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 - provided. + new streams and to replace data of existing streams. The + "double-page-size" and "tweak-images" examples illustrate their + use. 2010-06-06 Jay Berkenbilt diff --git a/TODO b/TODO index 70af8b9f..7f227149 100644 --- a/TODO +++ b/TODO @@ -14,9 +14,10 @@ Next 2.2 === - * Create an example that does some kind of manipulation on every - image. Use QPDF::getAllPages and QPDFObjectHandle::getPageImages - along with new stream data and dictionary manipulation. + * Create an example (tweak-images) that does some kind of + manipulation on every image. Use QPDF::getAllPages and + QPDFObjectHandle::getPageImages along with new stream data and + dictionary manipulation. General