Commit 81b73bb9e9e1c93c6ad6d8e7cd32ab230450c02b

Authored by Jay Berkenbilt
1 parent 9ba5b27c

notes

git-svn-id: svn+q:///qpdf/trunk@997 71b93d88-0707-0410-a8cf-f5a4172ac649
Showing 2 changed files with 7 additions and 5 deletions
ChangeLog
... ... @@ -6,8 +6,9 @@
6 6  
7 7 * Add new methods to QPDFObjectHandle: replaceStreamData and
8 8 newStream. These methods allow users of the qpdf library to add
9   - new streams and to replace data of existing streams. Examples are
10   - provided.
  9 + new streams and to replace data of existing streams. The
  10 + "double-page-size" and "tweak-images" examples illustrate their
  11 + use.
11 12  
12 13 2010-06-06 Jay Berkenbilt <ejb@ql.org>
13 14  
... ...
... ... @@ -14,9 +14,10 @@ Next
14 14 2.2
15 15 ===
16 16  
17   - * Create an example that does some kind of manipulation on every
18   - image. Use QPDF::getAllPages and QPDFObjectHandle::getPageImages
19   - along with new stream data and dictionary manipulation.
  17 + * Create an example (tweak-images) that does some kind of
  18 + manipulation on every image. Use QPDF::getAllPages and
  19 + QPDFObjectHandle::getPageImages along with new stream data and
  20 + dictionary manipulation.
20 21  
21 22  
22 23 General
... ...