Commit c29244296258b543edb3b276179c7d7444f65089

Authored by Jay Berkenbilt
1 parent 9a8f6b8c

change note


git-svn-id: svn+q:///qpdf/trunk@994 71b93d88-0707-0410-a8cf-f5a4172ac649
Showing 1 changed file with 7 additions and 7 deletions
@@ -17,18 +17,18 @@ Next @@ -17,18 +17,18 @@ Next
17 qpdf") from 2010-06-09 and my response. Consider providing an 17 qpdf") from 2010-06-09 and my response. Consider providing an
18 example program that adds the line he suggests. 18 example program that adds the line he suggests.
19 19
20 - * Add function to get all images. Should be able to return a map of  
21 - pages to a list of images or something similar. Can use  
22 - QPDFObjectHandle::getPageImages. Look at pdf-billinfo for ideas.  
23 -  
24 - * Look at page splitting. Subramanyam provided a test file; see  
25 - ../misc/article-threads.pdf. Email Q-Count: 431864 from  
26 - 2009-11-03. 20 + * Create an example that does some kind of manipulation on every
  21 + image. Use QPDF::getAllPages and QPDFObjectHandle::getPageImages
  22 + along with new stream data and dictionary manipulation.
27 23
28 24
29 General 25 General
30 ======= 26 =======
31 27
  28 + * Look at page splitting. Subramanyam provided a test file; see
  29 + ../misc/article-threads.pdf. Email Q-Count: 431864 from
  30 + 2009-11-03. See also "Splitting by Pages" below.
  31 +
32 * Provide an option to copy encryption parameters from another file. 32 * Provide an option to copy encryption parameters from another file.
33 This would make it possible to decrypt a file, manually work with 33 This would make it possible to decrypt a file, manually work with
34 it, and then re-encrypt it using the original encryption parameters 34 it, and then re-encrypt it using the original encryption parameters