aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2010-08-05 22:33:22 +0200
committerJay Berkenbilt <ejb@ql.org>2010-08-05 22:33:22 +0200
commitc29244296258b543edb3b276179c7d7444f65089 (patch)
tree4dee5ad8986854de899563484056a85ae831fe8b /TODO
parent9a8f6b8c2d734045d613df0fb42d9e8eb8332178 (diff)
downloadqpdf-c29244296258b543edb3b276179c7d7444f65089.tar.zst
change note
git-svn-id: svn+q:///qpdf/trunk@994 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'TODO')
-rw-r--r--TODO14
1 files changed, 7 insertions, 7 deletions
diff --git a/TODO b/TODO
index 4bbe484a..403bc979 100644
--- a/TODO
+++ b/TODO
@@ -17,18 +17,18 @@ Next
qpdf") from 2010-06-09 and my response. Consider providing an
example program that adds the line he suggests.
- * Add function to get all images. Should be able to return a map of
- pages to a list of images or something similar. Can use
- QPDFObjectHandle::getPageImages. Look at pdf-billinfo for ideas.
-
- * Look at page splitting. Subramanyam provided a test file; see
- ../misc/article-threads.pdf. Email Q-Count: 431864 from
- 2009-11-03.
+ * 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.
General
=======
+ * Look at page splitting. Subramanyam provided a test file; see
+ ../misc/article-threads.pdf. Email Q-Count: 431864 from
+ 2009-11-03. See also "Splitting by Pages" below.
+
* Provide an option to copy encryption parameters from another file.
This would make it possible to decrypt a file, manually work with
it, and then re-encrypt it using the original encryption parameters