aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
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